Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDispatchTests.cpp221 const vk::VkDispatchIndirectCommand dispatchCommands[] = { { 1u, 1u, 1u } }; in iterate() local
225 …compute::makeBufferCreateInfo(sizeof(dispatchCommands), vk::VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT | … in iterate()
229 deMemcpy(indirectBufferPtr, &dispatchCommands[0], sizeof(dispatchCommands)); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp106 const DispatchCommandsVec& dispatchCommands) in DispatchCaseDesc()
111 , m_dispatchCommands (dispatchCommands) {} in DispatchCaseDesc()
127 const DispatchCommandsVec& dispatchCommands);
164 const DispatchCommandsVec& dispatchCommands) in IndirectDispatchInstanceBufferUpload() argument
174 , m_dispatchCommands (dispatchCommands) in IndirectDispatchInstanceBufferUpload()
442 const DispatchCommandsVec& dispatchCommands) in IndirectDispatchInstanceBufferGenerate() argument
443 …IndirectDispatchInstanceBufferUpload(context, name, bufferSize, workGroupSize, dispatchCommands) {} in IndirectDispatchInstanceBufferGenerate()