Home
last modified time | relevance | path

Searched refs:cpci (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDerivativeTests.cpp89 VkComputePipelineCreateInfo cpci = { in testComputeDerivativeByHandle() local
112 cpci.flags = 0; in testComputeDerivativeByHandle()
113 cpci.pNext = &flags2CreateInfo; in testComputeDerivativeByHandle()
119 Move<VkPipeline> basePipeline = createComputePipeline(vk, vkDevice, DE_NULL, &cpci); in testComputeDerivativeByHandle()
122 cpci.flags = VK_PIPELINE_CREATE_DERIVATIVE_BIT; in testComputeDerivativeByHandle()
123 cpci.basePipelineHandle = basePipeline.get(); in testComputeDerivativeByHandle()
129 cpci.flags = 0; in testComputeDerivativeByHandle()
133 Move<VkPipeline> derivedPipeline = createComputePipeline(vk, vkDevice, DE_NULL, &cpci); in testComputeDerivativeByHandle()
147 VkComputePipelineCreateInfo cpci[2] = { { in testComputeDerivativeByIndex() local
182 vk.createComputePipelines(vkDevice, 0, 2, cpci, DE_NUL in testComputeDerivativeByIndex()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDerivativeTests.cpp85 VkComputePipelineCreateInfo cpci = { in testComputeDerivativeByHandle() local
103 Move<VkPipeline> basePipeline = createComputePipeline(vk, vkDevice, DE_NULL, &cpci); in testComputeDerivativeByHandle()
106 cpci.flags = VK_PIPELINE_CREATE_DERIVATIVE_BIT; in testComputeDerivativeByHandle()
107 cpci.basePipelineHandle = basePipeline.get(); in testComputeDerivativeByHandle()
109 Move<VkPipeline> derivedPipeline = createComputePipeline(vk, vkDevice, DE_NULL, &cpci); in testComputeDerivativeByHandle()
123 VkComputePipelineCreateInfo cpci[2] = { { in testComputeDerivativeByIndex() local
158 vk.createComputePipelines(vkDevice, 0, 2, cpci, DE_NULL, rawPipelines.data()); in testComputeDerivativeByIndex()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c197 VkCommandPoolCreateInfo cpci = {0}; in create_batch_state() local
198 cpci.sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO; in create_batch_state()
199 cpci.queueFamilyIndex = screen->gfx_queue; in create_batch_state()
200 VkResult result = VKSCR(CreateCommandPool)(screen->dev, &cpci, NULL, &bs->cmdpool); in create_batch_state()

Completed in 3 milliseconds