/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMatchedAttachmentsTests.cpp | 97 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in testMatchedAttachments() local 108 …ut> pipelineLayout (createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL)… in testMatchedAttachments()
|
D | vktPipelineEarlyDestroyTests.cpp | 87 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in testEarlyDestroy() local 102 …> pipelineLayout (createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL)… in testEarlyDestroy()
|
D | vktPipelineCreationFeedbackTests.cpp | 1091 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in buildPipeline() local 1102 m_pipelineLayout[ndx] = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in buildPipeline()
|
D | vktPipelineExecutablePropertiesTests.cpp | 1414 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in buildPipeline() local 1425 m_pipelineLayout[ndx] = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in buildPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDescriptorSetTests.cpp | 63 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in createPipelineLayoutDestroyDescriptorSetLayout() local 74 return createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineLayoutDestroyDescriptorSetLayout() 539 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in descriptorSetLayoutBindingOrderingTest() local 550 Move<VkPipelineLayout> pipelineLayout(createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in descriptorSetLayoutBindingOrderingTest()
|
D | vktApiPipelineTests.cpp | 275 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in drawTriangleTest() local 286 …lineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in drawTriangleTest() 712 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in getPipelineLayout() local 723 return createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in getPipelineLayout() 1110 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in pipelineLayoutLifetimeTest() local 1121 VK_CHECK(vk.createPipelineLayout(device, &pipelineLayoutCreateInfo, DE_NULL, &pipelineLayoutB)); in pipelineLayoutLifetimeTest() 1644 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in pipelineInvalidPointersUnusedStructsTest() local 1655 pipelineLayout = vk::createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in pipelineInvalidPointersUnusedStructsTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBaseClass.cpp | 50 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in initialize() local 51 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
|
D | vktDrawDifferingInterpolationTests.cpp | 260 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local 261 …e<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in iterate()
|
D | vktDrawNegativeViewportHeightTests.cpp | 207 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in NegativeViewportHeightTestInstance() local 208 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in NegativeViewportHeightTestInstance()
|
D | vktDrawDepthClampTests.cpp | 419 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo (0u, DE_NULL, 0u, DE_NULL); in DepthClampTestInstance() local 420 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in DepthClampTestInstance()
|
D | vktDrawAhbTests.cpp | 277 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local 278 …kPipelineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in iterate()
|
D | vktDrawInvertedDepthRangesTests.cpp | 268 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in InvertedDepthRangesTestInstance() local 269 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in InvertedDepthRangesTestInstance()
|
D | vktDrawMultipleClearsWithinRenderPass.cpp | 332 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo (0u, DE_NULL, 1u, &pcRange); in MultipleClearsTest() local 333 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in MultipleClearsTest()
|
D | vktDrawMultipleInterpolationTests.cpp | 503 …const PipelineLayoutCreateInfo pipelineLayoutCreateInfo (0u, nullptr, static_cast<deUint… in render() local 505 pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in render()
|
D | vktDrawInstancedTests.cpp | 358 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo(0, DE_NULL, 1, &pushConstantRange); in InstancedDrawInstance() local 359 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in InstancedDrawInstance()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 220 vk::PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in createGraphicsPipeline() local 221 pipelineLayoutCreateInfo.setLayoutCount = static_cast<uint32_t>(setLayouts.size()); in createGraphicsPipeline() 222 pipelineLayoutCreateInfo.pSetLayouts = setLayouts.data(); in createGraphicsPipeline() 223 pipelineLayout = device.createPipelineLayout(pipelineLayoutCreateInfo); in createGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 53 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in initialize() local 54 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 903 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in iterate() local 914 pipelineLayoutPass0 = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo, NULL); in iterate() 1039 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in iterate() local 1050 pipelineLayoutPass1 = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo, NULL); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 106 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = local 116 …Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo… 1283 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in iterate() local 1293 …Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo… in iterate()
|
D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 174 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in runCompute() local 184 …Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo… in runCompute()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
D | vktFragmentShaderInterlockBasic.cpp | 461 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in iterate() local 472 …Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderFConvertTests.cpp | 741 const vk::VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in iterate() local 751 auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutCreateInfo); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 1996 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in iterateInternal() local 2007 pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutCreateInfo); in iterateInternal() 2524 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in iterateInternal() local 2535 pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutCreateInfo); in iterateInternal() 3148 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in iterateInternal() local 3159 pipelineLayoutInput = createPipelineLayout(vkd, device, &pipelineLayoutCreateInfo); in iterateInternal() 3162 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in iterateInternal() local 3173 pipelineLayoutImageSampler = createPipelineLayout(vkd, device, &pipelineLayoutCreateInfo); in iterateInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolConcurrentTests.cpp | 189 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in StateObjects() local 190 m_pipelineLayout = vk::createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in StateObjects()
|
D | vktQueryPoolPerformanceTests.cpp | 492 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in initStateObjects() local 493 m_pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutCreateInfo); in initStateObjects()
|