Home
last modified time | relevance | path

Searched refs:m_dispatchCommands (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp253 , m_dispatchCommands(dispatchCommands) in DispatchCaseDesc()
261 const DispatchCommandsVec m_dispatchCommands; member
305 const DispatchCommandsVec m_dispatchCommands; member in vkt::compute::__anon8ba84f650111::IndirectDispatchInstanceBufferUpload
332 , m_dispatchCommands(dispatchCommands) in IndirectDispatchInstanceBufferUpload()
347 … (DispatchCommandsVec::const_iterator cmdIter = m_dispatchCommands.begin(); cmdIter != m_dispatchC… in fillIndirectBufferData()
377 … "Indirect Dispatch Commands (" + de::toString(m_dispatchCommands.size()) + in iterate()
380 for (uint32_t cmdNdx = 0; cmdNdx < m_dispatchCommands.size(); ++cmdNdx) in iterate()
383 << "offset = " << m_dispatchCommands[cmdNdx].m_offset in iterate()
384 << ", numWorkGroups = " << m_dispatchCommands[cmdNdx].m_numWorkGroups in iterate()
428 const vk::VkDeviceSize resultBufferSize = resultBlockSize * (uint32_t)m_dispatchCommands.size(); in iterate()
[all …]