Searched refs:descriptorType_ (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.hpp | 149 …Resource(const BufferSp& buffer_, vk::VkDescriptorType descriptorType_ = vk::VK_DESCRIPTOR_TYPE_ST… in Resource() argument 151 , descriptorType(descriptorType_) in Resource()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 833 VkDescriptorType descriptorType_, in Binding() 838 , descriptorType (descriptorType_) in Binding()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1412 VkDescriptorType descriptorType_, in Binding() 1417 , descriptorType (descriptorType_) in Binding()
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 148 VkDescriptorType descriptorType_, in TestParams() 156 , descriptorType (descriptorType_) in TestParams()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 15430 …VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ = VULKAN_HPP_NAMESPACE::DescriptorType:… 15435 , descriptorType( descriptorType_ ) 15451 …PP_NAMESPACE::DescriptorType descriptorType_, in DescriptorSetLayoutBinding() 15455 , descriptorType( descriptorType_ ) in DescriptorSetLayoutBinding() 15479 setDescriptorType( VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ ) VULKAN_HPP_NOEXCEPT in setDescriptorType() 15481 descriptorType = descriptorType_; in setDescriptorType() 16057 …VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ = VULKAN_HPP_NAMESPACE::DescriptorType::eSam… 16063 , descriptorType( descriptorType_ ) 16104 setDescriptorType( VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ ) VULKAN_HPP_NOEXCEPT in setDescriptorType() 16106 descriptorType = descriptorType_; in setDescriptorType() [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 29663 …Binding(uint32_t binding_ = {}, VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ = VULKAN_HPP_… in DescriptorSetLayoutBinding() 29664 …: binding( binding_ ), descriptorType( descriptorType_ ), descriptorCount( descriptorCount_ ), sta… 29675 …youtBinding( uint32_t binding_, VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_, VULKAN_HPP_N… in DescriptorSetLayoutBinding() 29676 …: binding( binding_ ), descriptorType( descriptorType_ ), descriptorCount( static_cast<uint32_t>( … in DescriptorSetLayoutBinding() 29699 …outBinding & setDescriptorType( VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ ) VULKAN_HPP_… in setDescriptorType() 29701 descriptorType = descriptorType_; in setDescriptorType() 30272 …uint32_t descriptorCount_ = {}, VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ = VULKAN_HPP_… in DescriptorUpdateTemplateEntry() 30273 …rrayElement_ ), descriptorCount( descriptorCount_ ), descriptorType( descriptorType_ ), offset( of… 30314 …plateEntry & setDescriptorType( VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ ) VULKAN_HPP_… in setDescriptorType() 30316 descriptorType = descriptorType_; in setDescriptorType() [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 29821 …Binding(uint32_t binding_ = {}, VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ = VULKAN_HPP_… in DescriptorSetLayoutBinding() 29822 …: binding( binding_ ), descriptorType( descriptorType_ ), descriptorCount( descriptorCount_ ), sta… 29833 …youtBinding( uint32_t binding_, VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_, VULKAN_HPP_N… in DescriptorSetLayoutBinding() 29834 …: binding( binding_ ), descriptorType( descriptorType_ ), descriptorCount( static_cast<uint32_t>( … in DescriptorSetLayoutBinding() 29857 …outBinding & setDescriptorType( VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ ) VULKAN_HPP_… in setDescriptorType() 29859 descriptorType = descriptorType_; in setDescriptorType() 30430 …uint32_t descriptorCount_ = {}, VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ = VULKAN_HPP_… in DescriptorUpdateTemplateEntry() 30431 …rrayElement_ ), descriptorCount( descriptorCount_ ), descriptorType( descriptorType_ ), offset( of… 30472 …plateEntry & setDescriptorType( VULKAN_HPP_NAMESPACE::DescriptorType descriptorType_ ) VULKAN_HPP_… in setDescriptorType() 30474 descriptorType = descriptorType_; in setDescriptorType() [all …]
|