Home
last modified time | relevance | path

Searched refs:pipelineLayoutInfo (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp145 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in TEST_F() local
151 VK_CHECK(vk->vkCreatePipelineLayout(device, &pipelineLayoutInfo, nullptr, &pipelineLayout)); in TEST_F()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp296 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in getPipelineLayout() local
304 mVk->vkCreatePipelineLayout(mDevice, &pipelineLayoutInfo, nullptr, pipelineLayout); in getPipelineLayout()
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp1062 … VkPipelineLayoutCreateInfo pipelineLayoutInfo = { VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO }; in CreateSwapchain() local
1063 pipelineLayoutInfo.setLayoutCount = 1; in CreateSwapchain()
1064 pipelineLayoutInfo.pSetLayouts = descriptorSetLayouts; in CreateSwapchain()
1065 pipelineLayoutInfo.pushConstantRangeCount = 1; in CreateSwapchain()
1066 pipelineLayoutInfo.pPushConstantRanges = pushConstantRanges; in CreateSwapchain()
1067 …ERR_GUARD_VULKAN( vkCreatePipelineLayout(g_hDevice, &pipelineLayoutInfo, g_Allocs, &g_hPipelineLay… in CreateSwapchain()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp514 VkPipelineLayoutCreateInfo pipelineLayoutInfo{}; local
515 pipelineLayoutInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
516 …lineLayout = PipelineLayoutWrapper(pipelineConstructionType, m_vk, dev, &pipelineLayoutInfo, NULL);
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp372 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local
382 …PipelineLayoutWrapper pipelineLayout(m_pipelineConstructionType, vk, *device, &pipelineLayoutInfo); in iterate()
H A DvktPipelineBindVertexBuffers2Tests.cpp285 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local
306 …:PipelineLayoutWrapper pipelineLayout(m_pipelineConstructionType, vk, device, &pipelineLayoutInfo); in iterate()
990 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = vk::initVulkanStructure(); in iterate() local
991 …::PipelineLayoutWrapper pipelineLayout(m_pipelineConstructionType, vk, device, &pipelineLayoutInfo, in iterate()
H A DvktPipelineDescriptorLimitsTests.cpp640 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local
650 …youtWrapper pipelineLayout(m_params.m_pipelineConstructionType, vk, vkDevice, &pipelineLayoutInfo); in iterate()
H A DvktPipelineDynamicOffsetTests.cpp1654 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local
1664 … PipelineLayoutWrapper pipelineLayout(m_pipelineConstructionType, vk, device, &pipelineLayoutInfo); in iterate()
H A DvktPipelineSamplerTests.cpp1772 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local
1781 …eLayoutWrapper pipelineLayout(m_params.pipelineConstructionType, vkd, device, &pipelineLayoutInfo); in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp475 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local
484 const auto pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutInfo); in iterate()
H A DvktRayTracingCallableShadersTests.cpp1612 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local
1622 pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutInfo); in iterate()
H A DvktRayTracingBuiltinTests.cpp3494 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in createPipelineLayoutAndSet() local
3504 pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutInfo); in createPipelineLayoutAndSet()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp1291 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in destroyEarlyTest() local
1301 auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in destroyEarlyTest()
1370 pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in destroyEarlyTest()
H A DvktApiBufferMarkerTests.cpp585 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in bufferMarkerMemoryDep() local
595 pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutInfo); in bufferMarkerMemoryDep()
H A DvktApiObjectManagementTests.cpp1827 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in create() local
1837 … return createPipelineLayout(env.vkd, env.device, &pipelineLayoutInfo, env.allocationCallbacks); in create()
H A DvktApiCopiesAndBlittingTests.cpp7121 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in checkIntermediateCopy() local
7131 const auto pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutInfo); in checkIntermediateCopy()
8650 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in checkCopyResults() local
8660 const auto pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutInfo); in checkCopyResults()