Home
last modified time | relevance | path

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

/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()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp839 const vkhpp::PipelineLayoutCreateInfo pipelineLayoutCreateInfo = { in TEST_P() local
844 VK_ASSERT_RV(device->createPipelineLayoutUnique(pipelineLayoutCreateInfo)); in TEST_P()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5830 …erator()(VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const & pipelineLayoutCreateInfo) const VU… in operator ()()
5833 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.sType ); in operator ()()
5834 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pNext ); in operator ()()
5835 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.flags ); in operator ()()
5836 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.setLayoutCount ); in operator ()()
5837 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pSetLayouts ); in operator ()()
5838 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pushConstantRangeCount ); in operator ()()
5839 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pPushConstantRanges ); in operator ()()
Dvulkan_hash.hpp11192 …erator()(VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const & pipelineLayoutCreateInfo) const VU… in operator ()()
11195 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.sType ); in operator ()()
11196 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pNext ); in operator ()()
11197 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.flags ); in operator ()()
11198 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.setLayoutCount ); in operator ()()
11199 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pSetLayouts ); in operator ()()
11200 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pushConstantRangeCount ); in operator ()()
11201 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pPushConstantRanges ); in operator ()()