Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp1482 VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = initVulkanStructure(); in runNullDescriptorSet() local
1483pipelineLayoutCreateInfo.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 DvktPipelineMatchedAttachmentsTests.cpp108 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in testMatchedAttachments() local
118 …outWrapper pipelineLayout(params.pipelineConstructionType, vk, vkDevice, &pipelineLayoutCreateInfo, in testMatchedAttachments()
H A DvktPipelineEarlyDestroyTests.cpp109 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 DvktPipelineCacheSCTests.cpp158 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 DvktPipelineIdentifierTests.cpp195 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 DComputeBenchmarks.cpp187 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 DvktApiPipelineTests.cpp272 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 DvktApiDescriptorSetTests.cpp56 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 DSparseBindingTest.cpp315 …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 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()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalTransformFeedbackTests.cpp320 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 DvktFragmentShadingRatePixelConsistency.cpp879 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 DvktDrawBaseClass.cpp56 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in initialize() local
57 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
H A DvktDrawDifferingInterpolationTests.cpp263 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local
264 …ove<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in iterate()
H A DvktDrawMultisampleLinearInterpolationTests.cpp109 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local
110 …ove<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in iterate()
H A DvktDrawAhbTests.cpp283 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo; in iterate() local
284 …ique<VkPipelineLayout> pipelineLayout(createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in iterate()
H A DvktDrawDepthClampTests.cpp428 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo(0u, DE_NULL, 0u, DE_NULL); in DepthClampTestInstance() local
429 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in DepthClampTestInstance()
H A DvktDrawInvertedDepthRangesTests.cpp267 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/
Dfullscreen_color.cpp39 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/
Dsecondary_command_buffer.cpp39 const vkhpp::PipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in StartUp() local
43 mDevice->createPipelineLayoutUnique(pipelineLayoutCreateInfo)); in StartUp()
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksJson.cpp844 void readJSON_VkPipelineLayoutCreateInfo(Context &context, const string &pipelineLayoutCreateInfo, in readJSON_VkPipelineLayoutCreateInfo() argument
850 context.reader->parse(pipelineLayoutCreateInfo.c_str(), in readJSON_VkPipelineLayoutCreateInfo()
851pipelineLayoutCreateInfo.c_str() + pipelineLayoutCreateInfo.size(), &jsonRoot, &errors); in readJSON_VkPipelineLayoutCreateInfo()
H A DvksJson.hpp95 void readJSON_VkPipelineLayoutCreateInfo(Context &context, const string &pipelineLayoutCreateInfo,
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp150 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/
Dfullscreen_texture.cpp166 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 DvktFragmentShaderInterlockBasic.cpp413 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in iterate() local
423 …PipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo, NULL); in iterate()

1234