Searched refs:dispatchCommands (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDispatchTests.cpp | 229 const vk::VkDispatchIndirectCommand dispatchCommands[] = { { 1u, 1u, 1u } }; in iterate() local 233 …vk::makeBufferCreateInfo(sizeof(dispatchCommands), vk::VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT | vk::V… in iterate() 237 deMemcpy(indirectBufferPtr, &dispatchCommands[0], sizeof(dispatchCommands)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
D | vktConditionalDispatchTests.cpp | 229 const vk::VkDispatchIndirectCommand dispatchCommands[] = { { 1u, 1u, 1u } }; in iterate() local 233 …vk::makeBufferCreateInfo(sizeof(dispatchCommands), vk::VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT | vk::V… in iterate() 237 deMemcpy(indirectBufferPtr, &dispatchCommands[0], sizeof(dispatchCommands)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 246 const DispatchCommandsVec& dispatchCommands, in DispatchCaseDesc() 252 , m_dispatchCommands (dispatchCommands) in DispatchCaseDesc() 270 const DispatchCommandsVec& dispatchCommands, 317 const DispatchCommandsVec& dispatchCommands, in IndirectDispatchInstanceBufferUpload() argument 328 , m_dispatchCommands (dispatchCommands) in IndirectDispatchInstanceBufferUpload() 655 const DispatchCommandsVec& dispatchCommands, in IndirectDispatchInstanceBufferGenerate() argument 658 …patchInstanceBufferUpload(context, name, bufferSize, workGroupSize, dispatchCommands, computeOnlyQ… in IndirectDispatchInstanceBufferGenerate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 246 const DispatchCommandsVec& dispatchCommands, in DispatchCaseDesc() 252 , m_dispatchCommands (dispatchCommands) in DispatchCaseDesc() 270 const DispatchCommandsVec& dispatchCommands, 317 const DispatchCommandsVec& dispatchCommands, in IndirectDispatchInstanceBufferUpload() argument 328 , m_dispatchCommands (dispatchCommands) in IndirectDispatchInstanceBufferUpload() 655 const DispatchCommandsVec& dispatchCommands, in IndirectDispatchInstanceBufferGenerate() argument 658 …patchInstanceBufferUpload(context, name, bufferSize, workGroupSize, dispatchCommands, computeOnlyQ… in IndirectDispatchInstanceBufferGenerate()
|