Home
last modified time | relevance | path

Searched refs:pipelineLayoutCreateInfo (Results 1 – 25 of 54) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMatchedAttachmentsTests.cpp97 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in testMatchedAttachments() local
108 …ut> pipelineLayout (createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL)… in testMatchedAttachments()
DvktPipelineEarlyDestroyTests.cpp87 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in testEarlyDestroy() local
102 …> pipelineLayout (createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL)… in testEarlyDestroy()
DvktPipelineCreationFeedbackTests.cpp1091 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = in buildPipeline() local
1102 m_pipelineLayout[ndx] = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in buildPipeline()
DvktPipelineExecutablePropertiesTests.cpp1414 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/
DvktApiDescriptorSetTests.cpp63 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()
DvktApiPipelineTests.cpp275 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/
DvktDrawBaseClass.cpp50 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in initialize() local
51 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
DvktDrawDifferingInterpolationTests.cpp260 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local
261 …e<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in iterate()
DvktDrawNegativeViewportHeightTests.cpp207 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in NegativeViewportHeightTestInstance() local
208 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in NegativeViewportHeightTestInstance()
DvktDrawDepthClampTests.cpp419 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo (0u, DE_NULL, 0u, DE_NULL); in DepthClampTestInstance() local
420 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in DepthClampTestInstance()
DvktDrawAhbTests.cpp277 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local
278 …kPipelineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in iterate()
DvktDrawInvertedDepthRangesTests.cpp268 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in InvertedDepthRangesTestInstance() local
269 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in InvertedDepthRangesTestInstance()
DvktDrawMultipleClearsWithinRenderPass.cpp332 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo (0u, DE_NULL, 1u, &pcRange); in MultipleClearsTest() local
333 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in MultipleClearsTest()
DvktDrawMultipleInterpolationTests.cpp503 …const PipelineLayoutCreateInfo pipelineLayoutCreateInfo (0u, nullptr, static_cast<deUint… in render() local
505 pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in render()
DvktDrawInstancedTests.cpp358 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/
DDrawTester.cpp220 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/
DvktDynamicStateBaseClass.cpp53 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/
DvktFragmentShadingRatePixelConsistency.cpp903 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/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp106 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()
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp174 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/
DvktFragmentShaderInterlockBasic.cpp461 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/
DvktShaderFConvertTests.cpp741 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/
DvktRenderPassSubpassDependencyTests.cpp1996 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/
DvktQueryPoolConcurrentTests.cpp189 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in StateObjects() local
190 m_pipelineLayout = vk::createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in StateObjects()
DvktQueryPoolPerformanceTests.cpp492 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in initStateObjects() local
493 m_pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutCreateInfo); in initStateObjects()

123