Searched refs:pipelineLayoutCreateInfo (Results 1 – 4 of 4) sorted by relevance
/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()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 839 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/ |
D | vulkansc_hash.hpp | 5830 …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 ()()
|
D | vulkan_hash.hpp | 11192 …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 ()()
|