/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 1482 VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = initVulkanStructure(); in runNullDescriptorSet() local 1483 …pipelineLayoutCreateInfo.flags = VK_PIPELINE_LAYOUT_CREATE_INDEPENDENT_SETS_B… in runNullDescriptorSet() 1500 pipelineLayoutCreateInfo.setLayoutCount = vertSetIndex + 1u; in runNullDescriptorSet() 1501 pipelineLayoutCreateInfo.pSetLayouts = vertDescriptorSetLayouts; in runNullDescriptorSet() 1503 …VkPipelineLayout> vertPipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in runNullDescriptorSet() 1511 pipelineLayoutCreateInfo.setLayoutCount = fragSetIndex + 1u; in runNullDescriptorSet() 1512 pipelineLayoutCreateInfo.pSetLayouts = fragDescriptorSetLayouts; in runNullDescriptorSet() 1514 fragPipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in runNullDescriptorSet() 1518 pipelineLayoutCreateInfo.setLayoutCount = 0u; in runNullDescriptorSet() 1519 pipelineLayoutCreateInfo.pSetLayouts = DE_NULL; in runNullDescriptorSet() [all …]
|
H A D | vktPipelineMatchedAttachmentsTests.cpp | 108 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in testMatchedAttachments() local 118 …outWrapper pipelineLayout(params.pipelineConstructionType, vk, vkDevice, &pipelineLayoutCreateInfo, in testMatchedAttachments()
|
H A D | vktPipelineEarlyDestroyTests.cpp | 109 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in testEarlyDestroy() local 123 …outWrapper pipelineLayout(params.pipelineConstructionType, vk, vkDevice, &pipelineLayoutCreateInfo, in testEarlyDestroy()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktPipelineCacheSCTests.cpp | 158 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in createPipelineCacheTest() local 167 …ove<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineCacheTest() 209 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in createPipelineCacheTest() local 218 …ove<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineCacheTest()
|
H A D | vktPipelineIdentifierTests.cpp | 195 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in testGraphicsPipelineIdentifier() local 204 …ove<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in testGraphicsPipelineIdentifier() 399 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in testComputePipelineIdentifier() local 408 …ove<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in testComputePipelineIdentifier()
|
/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/ |
H A D | ComputeBenchmarks.cpp | 187 vk::PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in initialize() local 188 pipelineLayoutCreateInfo.setLayoutCount = 1; in initialize() 189 pipelineLayoutCreateInfo.pSetLayouts = &descriptorSetLayout; in initialize() 190 vk::PipelineLayout pipelineLayout = device.createPipelineLayout(pipelineLayoutCreateInfo); in initialize()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiPipelineTests.cpp | 272 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in drawTriangleTest() local 282 …Move<VkPipelineLayout> pipelineLayout(createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in drawTriangleTest() 696 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in getPipelineLayout() local 706 return createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in getPipelineLayout() 1057 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in pipelineLayoutLifetimeTest() local 1067 … VK_CHECK(vk.createPipelineLayout(device, &pipelineLayoutCreateInfo, DE_NULL, &pipelineLayoutB)); in pipelineLayoutLifetimeTest() 1600 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in pipelineInvalidPointersUnusedStructsTest() local 1610 pipelineLayout = vk::createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in pipelineInvalidPointersUnusedStructsTest()
|
H A D | vktApiDescriptorSetTests.cpp | 56 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in createPipelineLayoutDestroyDescriptorSetLayout() local 66 return createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineLayoutDestroyDescriptorSetLayout() 499 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in descriptorSetLayoutBindingOrderingTest() local 509 …Move<VkPipelineLayout> pipelineLayout(createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in descriptorSetLayoutBindingOrderingTest()
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/ |
H A D | SparseBindingTest.cpp | 315 …VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_I… in ValidateContent() local 316 pipelineLayoutCreateInfo.setLayoutCount = 1; in ValidateContent() 317 pipelineLayoutCreateInfo.pSetLayouts = &descSetLayout; in ValidateContent() 320 …TEST( vkCreatePipelineLayout(g_hDevice, &pipelineLayoutCreateInfo, nullptr, &pipelineLayout) == VK… in ValidateContent()
|
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/ |
H A 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()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalTransformFeedbackTests.cpp | 320 PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in createStreamPipeline() local 321 pipelineLayoutCreateInfo.pushConstantRangeCount = 1u; in createStreamPipeline() 322 pipelineLayoutCreateInfo.pPushConstantRanges = &push_const_range; in createStreamPipeline() 323 …mPipelineLayout = vk::createPipelineLayout(m_vk, m_context.getDevice(), &pipelineLayoutCreateInfo); in createStreamPipeline()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRatePixelConsistency.cpp | 879 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in iterate() local 889 pipelineLayoutPass0 = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo, NULL); in iterate() 1002 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in iterate() local 1012 pipelineLayoutPass1 = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo, NULL); in iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawBaseClass.cpp | 56 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in initialize() local 57 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
|
H A D | vktDrawDifferingInterpolationTests.cpp | 263 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local 264 …ove<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in iterate()
|
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 109 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local 110 …ove<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in iterate()
|
H A D | vktDrawAhbTests.cpp | 283 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local 284 …ique<VkPipelineLayout> pipelineLayout(createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in iterate()
|
H A D | vktDrawDepthClampTests.cpp | 428 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo(0u, DE_NULL, 0u, DE_NULL); in DepthClampTestInstance() local 429 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in DepthClampTestInstance()
|
H A D | vktDrawInvertedDepthRangesTests.cpp | 267 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in InvertedDepthRangesTestInstance() local 268 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in InvertedDepthRangesTestInstance()
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_color/ |
D | fullscreen_color.cpp | 39 const vkhpp::PipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in StartUp() local 43 mDevice->createPipelineLayoutUnique(pipelineLayoutCreateInfo)); in StartUp()
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/secondary_command_buffer/ |
D | secondary_command_buffer.cpp | 39 const vkhpp::PipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in StartUp() local 43 mDevice->createPipelineLayoutUnique(pipelineLayoutCreateInfo)); in StartUp()
|
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/ |
H A D | vksJson.cpp | 844 void readJSON_VkPipelineLayoutCreateInfo(Context &context, const string &pipelineLayoutCreateInfo, in readJSON_VkPipelineLayoutCreateInfo() argument 850 context.reader->parse(pipelineLayoutCreateInfo.c_str(), in readJSON_VkPipelineLayoutCreateInfo() 851 … pipelineLayoutCreateInfo.c_str() + pipelineLayoutCreateInfo.size(), &jsonRoot, &errors); in readJSON_VkPipelineLayoutCreateInfo()
|
H A D | vksJson.hpp | 95 void readJSON_VkPipelineLayoutCreateInfo(Context &context, const string &pipelineLayoutCreateInfo,
|
/aosp_15_r20/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 150 const vkhpp::PipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in CanHandlePrecisionQualifierWithYuvSampler() local 154 …to pipelineLayout = VK_EXPECT_RV(vk.device().createPipelineLayoutUnique(pipelineLayoutCreateInfo)); in CanHandlePrecisionQualifierWithYuvSampler()
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_texture/ |
D | fullscreen_texture.cpp | 166 const vkhpp::PipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in StartUp() local 172 mDevice->createPipelineLayoutUnique(pipelineLayoutCreateInfo)); in StartUp()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
H A D | vktFragmentShaderInterlockBasic.cpp | 413 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in iterate() local 423 …PipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo, NULL); in iterate()
|