Searched refs:dispatchCommands (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeIndirectComputeDispatchTests.cpp | 249 const DispatchCommandsVec &dispatchCommands, const bool computeQueueOnly) in DispatchCaseDesc() 253 , m_dispatchCommands(dispatchCommands) in DispatchCaseDesc() 269 … const tcu::UVec3 &workGroupSize, const DispatchCommandsVec &dispatchCommands, 319 const DispatchCommandsVec &dispatchCommands, const bool computeQueueOnly, in IndirectDispatchInstanceBufferUpload() argument 332 , m_dispatchCommands(dispatchCommands) in IndirectDispatchInstanceBufferUpload() 684 … const tcu::UVec3 &workGroupSize, const DispatchCommandsVec &dispatchCommands, in IndirectDispatchInstanceBufferGenerate() argument 688 … : IndirectDispatchInstanceBufferUpload(context, name, bufferSize, workGroupSize, dispatchCommands, in IndirectDispatchInstanceBufferGenerate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalDispatchTests.cpp | 237 const vk::VkDispatchIndirectCommand dispatchCommands[] = {{1u, 1u, 1u}}; in iterate() local 241 vk::makeBufferCreateInfo(sizeof(dispatchCommands), in iterate() 246 deMemcpy(indirectBufferPtr, &dispatchCommands[0], sizeof(dispatchCommands)); in iterate()
|