Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp1133 Move<VkPipelineLayout> pipelineLayoutFillImage; in iterate() local
1166pipelineLayoutFillImage = makePipelineLayout(deviceInterface, device, *m_descriptorSetLayoutNoTran… in iterate()
1168 … makeComputePipeline(deviceInterface, device, *pipelineLayoutFillImage, *shaderModuleFillImage); in iterate()
1182 … makeComputePipeline(deviceInterface, device, *pipelineLayoutFillImage, *shaderModuleReadImage); in iterate()
1212 … shaderFillImage(*cmdBuffer, *(*m_inputBuffer), *pipelineFillImage, *pipelineLayoutFillImage, in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp2144 Move<VkPipelineLayout> pipelineLayoutFillImage; in iterate() local
2503pipelineLayoutFillImage = makePipelineLayout(vk, device, *descriptorSetLayoutR64); in iterate()
2505 … makeComputePipeline(vk, device, *pipelineLayoutFillImage, *shaderModuleFillImage); in iterate()
2524 … vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayoutFillImage, 0u, in iterate()