/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 145 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/ |
D | GpuDecompressionPipeline.cpp | 296 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 D | VulkanSample.cpp | 1062 … 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 D | vktDynamicStateInheritanceTests.cpp | 514 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 D | vktPipelineDynamicVertexAttributeTests.cpp | 372 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local 382 …PipelineLayoutWrapper pipelineLayout(m_pipelineConstructionType, vk, *device, &pipelineLayoutInfo); in iterate()
|
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 285 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 D | vktPipelineDescriptorLimitsTests.cpp | 640 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local 650 …youtWrapper pipelineLayout(m_params.m_pipelineConstructionType, vk, vkDevice, &pipelineLayoutInfo); in iterate()
|
H A D | vktPipelineDynamicOffsetTests.cpp | 1654 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local 1664 … PipelineLayoutWrapper pipelineLayout(m_pipelineConstructionType, vk, device, &pipelineLayoutInfo); in iterate()
|
H A D | vktPipelineSamplerTests.cpp | 1772 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 D | vktRayTracingDirectionTests.cpp | 475 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local 484 const auto pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutInfo); in iterate()
|
H A D | vktRayTracingCallableShadersTests.cpp | 1612 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in iterate() local 1622 pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutInfo); in iterate()
|
H A D | vktRayTracingBuiltinTests.cpp | 3494 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 D | vktApiPipelineTests.cpp | 1291 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 D | vktApiBufferMarkerTests.cpp | 585 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in bufferMarkerMemoryDep() local 595 pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutInfo); in bufferMarkerMemoryDep()
|
H A D | vktApiObjectManagementTests.cpp | 1827 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in create() local 1837 … return createPipelineLayout(env.vkd, env.device, &pipelineLayoutInfo, env.allocationCallbacks); in create()
|
H A D | vktApiCopiesAndBlittingTests.cpp | 7121 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()
|