Home
last modified time | relevance | path

Searched refs:VkDescriptorType (Results 1 – 25 of 124) sorted by relevance

12345

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp39 DescriptorSetLayoutBuilder& addBinding (VkDescriptorType descriptorType,
44 DescriptorSetLayoutBuilder& addIndexedBinding (VkDescriptorType descriptorType,
54 inline DescriptorSetLayoutBuilder& addSingleBinding (VkDescriptorType descriptorType, in addSingleBinding()
59 inline DescriptorSetLayoutBuilder& addSingleIndexedBinding (VkDescriptorType descriptorType, in addSingleIndexedBinding()
65 inline DescriptorSetLayoutBuilder& addArrayBinding (VkDescriptorType descriptorType, in addArrayBinding()
71 inline DescriptorSetLayoutBuilder& addSingleSamplerBinding (VkDescriptorType descriptorType, in addSingleSamplerBinding()
79 …inline DescriptorSetLayoutBuilder& addSingleIndexedSamplerBinding (VkDescriptorType descriptorTy… in addSingleIndexedSamplerBinding()
88 inline DescriptorSetLayoutBuilder& addArraySamplerBinding (VkDescriptorType descriptorType, in addArraySamplerBinding()
117 DescriptorPoolBuilder& addType (VkDescriptorType type, deUint32 numDescriptors = 1u);
163 VkDescriptorType descriptorType,
[all …]
DvkBuilderUtil.cpp37 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addBinding (VkDescriptorType descriptorType, in addBinding()
69 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addIndexedBinding (VkDescriptorType descri… in addIndexedBinding()
141 DescriptorPoolBuilder& DescriptorPoolBuilder::addType (VkDescriptorType type, deUint32 numDescripto… in addType()
200 VkDescriptorType descriptorType, in write()
/external/skqp/src/gpu/vk/
DGrVkDescriptorSetManager.h31 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
33 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
47 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const;
48 bool isCompatible(VkDescriptorType type,
53 DescriptorPoolManager(VkDescriptorType type, GrVkGpu* gpu,
69 VkDescriptorType fDescType;
86 VkDescriptorType,
DGrVkDescriptorPool.h23 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count);
31 bool isCompatible(VkDescriptorType type, uint32_t count) const;
43 VkDescriptorType fType;
DGrVkDescriptorSetManager.cpp33 GrVkGpu* gpu, VkDescriptorType type, const GrVkUniformHandler& uniformHandler) { in CreateSamplerManager()
45 GrVkGpu* gpu, VkDescriptorType type, const SkTArray<uint32_t>& visibilities) { in CreateSamplerManager()
55 GrVkGpu* gpu, VkDescriptorType type, in GrVkDescriptorSetManager()
132 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type, in isCompatible()
152 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type, in isCompatible()
190 VkDescriptorType type, in DescriptorPoolManager()
DGrVkDescriptorPool.cpp14 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count) in GrVkDescriptorPool()
39 bool GrVkDescriptorPool::isCompatible(VkDescriptorType type, uint32_t count) const { in isCompatible()
DGrVkResourceProvider.h101 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(VkDescriptorType type, uint32_t count);
121 void getSamplerDescriptorSetHandle(VkDescriptorType type,
124 void getSamplerDescriptorSetHandle(VkDescriptorType type,
/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h31 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
48 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const;
54 DescriptorPoolManager(VkDescriptorSetLayout, VkDescriptorType type,
67 VkDescriptorType fDescType;
83 VkDescriptorType,
88 VkDescriptorType, VkDescriptorSetLayout, uint32_t descCountPerSet,
DGrVkDescriptorPool.h23 static GrVkDescriptorPool* Create(GrVkGpu* gpu, VkDescriptorType type, uint32_t count);
29 bool isCompatible(VkDescriptorType type, uint32_t count) const;
39 GrVkDescriptorPool(const GrVkGpu*, VkDescriptorPool pool, VkDescriptorType type,
44 VkDescriptorType fType;
DGrVkDescriptorPool.cpp14 GrVkDescriptorPool* GrVkDescriptorPool::Create(GrVkGpu* gpu, VkDescriptorType type, in Create()
42 VkDescriptorType type, uint32_t count) in GrVkDescriptorPool()
45 bool GrVkDescriptorPool::isCompatible(VkDescriptorType type, uint32_t count) const { in isCompatible()
DGrVkDescriptorSetManager.cpp31 GrVkGpu* gpu, VkDescriptorType type, const GrVkUniformHandler& uniformHandler) { in CreateSamplerManager()
71 VkDescriptorType type, in get_layout_and_desc_count()
194 GrVkGpu* gpu, VkDescriptorType type, in Create()
216 GrVkGpu* gpu, VkDescriptorType type, VkDescriptorSetLayout descSetLayout, in GrVkDescriptorSetManager()
272 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type, in isCompatible()
306 VkDescriptorType type, in DescriptorPoolManager()
/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.hpp91 VkDescriptorType descriptorType;
104 static uint32_t GetDescriptorSize(VkDescriptorType type);
105 static bool IsDescriptorDynamic(VkDescriptorType type);
135 VkDescriptorType getDescriptorType(uint32_t bindingNumber) const;
144 static bool isDynamic(VkDescriptorType type);
DVkPipelineLayout.hpp40 VkDescriptorType getDescriptorType(uint32_t setNumber, uint32_t bindingNumber) const;
52 VkDescriptorType descriptorType;
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h119 VkDescriptorType GetTypeFromIndex(const uint32_t) const;
120VkDescriptorType GetTypeFromBinding(const uint32_t binding) const { return GetTypeFromIndex(GetInd… in GetTypeFromBinding()
223VkDescriptorType GetTypeFromIndex(const uint32_t index) const { return layout_id_->GetTypeFromInde… in GetTypeFromIndex()
224VkDescriptorType GetTypeFromBinding(const uint32_t binding) const { return layout_id_->GetTypeFrom… in GetTypeFromBinding()
281 VkDescriptorType GetType() const { return layout_->GetTypeFromIndex(index_); } in GetType()
419 ImageDescriptor(const VkDescriptorType);
435 TexelDescriptor(const VkDescriptorType);
449 BufferDescriptor(const VkDescriptorType);
469 InlineUniformDescriptor(const VkDescriptorType) { in InlineUniformDescriptor() argument
480 AccelerationStructureDescriptor(const VkDescriptorType) { in AccelerationStructureDescriptor() argument
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp67 using TypeSet = set<vk::VkDescriptorType>;
91 TypeState(vk::VkDescriptorType type_) in TypeState()
95 const vk::VkDescriptorType type;
100 using TypeCounts = map<vk::VkDescriptorType, TypeState>;
131 using IncrementsMap = map<vk::VkDescriptorType, deUint32>; in distributeCounts()
188 const vk::VkDescriptorType& type = inc.first; in distributeCounts()
355 …st DevIubProp& iubProp, const MaintDevProp3& maintProp3, const vector<vk::VkDescriptorType> &types) in calculateBindings()
405 map<vk::VkDescriptorType, deUint32> typeCount; in getBindingsDescription()
552 vector<VkDescriptorType> descriptorTypes = { in iterate()
596 vector<vk::VkDescriptorType> types; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp57 VkDescriptorType samplingType,
65 VkDescriptorType samplingType,
82 VkDescriptorType samplingType,
87 VkDescriptorType m_samplingType;
99 VkDescriptorType samplingType, in ImageTest()
127 VkDescriptorType samplingType, in getImageSamplingInstanceParams()
383 …lslSampler (const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType,… in getGlslSampler()
437 …izeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType,… in createImageSizeTests()
582 …entGroup, tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType,… in createImageCountTests()
605 …matTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType,… in createImageFormatTests()
[all …]
DvktPipelineImageSamplingInstance.hpp61 vk::VkDescriptorType samplingType_ = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, in ImageSamplingInstanceParams()
91 vk::VkDescriptorType samplingType;
120 const vk::VkDescriptorType m_samplingType;
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.h53 zink_binding(gl_shader_stage stage, VkDescriptorType type, int index);
55 static inline VkDescriptorType
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp149 …Resource(const BufferSp& buffer_, vk::VkDescriptorType descriptorType_ = vk::VK_DESCRIPTOR_TYPE_ST… in Resource()
160 virtual void setDescriptorType (vk::VkDescriptorType type) { descriptorType = type; } in setDescriptorType()
161 virtual vk::VkDescriptorType getDescriptorType () const { return descriptorType; } in getDescriptorType()
168 vk::VkDescriptorType descriptorType;
DvktSpvAsmComputeShaderCase.cpp66 VkDescriptorType dtype, in createBufferAndBindMemory()
117 …AndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Alloca… in createImageAndBindMemory()
190 …ayout (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) in createDescriptorSetLayout()
240 …rPool (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) in createDescriptorPool()
256 …, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, con… in createDescriptorSet()
473 VkImageUsageFlags getMatchingComputeImageUsageFlags (VkDescriptorType dType) in getMatchingComputeImageUsageFlags()
502 vector<VkDescriptorType> descriptorTypes; in iterate()
515 const VkDescriptorType descType = m_shaderSpec.inputs[inputNdx].getDescriptorType(); in iterate()
595 const VkDescriptorType descType = descriptorTypes[inputNdx]; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.cpp182 vk::VkDescriptorType getDescriptorType (BufferType bufferType) in getDescriptorType()
188 default: DE_FATAL("Incorrect buffer type specified"); return (vk::VkDescriptorType)0; in getDescriptorType()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.h30 VkDescriptorType descriptorType{VK_DESCRIPTOR_TYPE_MAX_ENUM};
62 VkDescriptorType descriptorType{VK_DESCRIPTOR_TYPE_MAX_ENUM};
154 VkDescriptorType &descriptorType);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp154 bool isUniformDescriptorType (vk::VkDescriptorType type) in isUniformDescriptorType()
161 bool isDynamicDescriptorType (vk::VkDescriptorType type) in isDynamicDescriptorType()
170 vk::VkDescriptorType descType, in verifyDriverSupport()
281 vk::VkImageLayout getImageLayoutForDescriptorType (vk::VkDescriptorType descType) in getImageLayoutForDescriptorType()
402 …int32 binding, deUint32 arrayElement, deUint32 descriptorCount, vk::VkDescriptorType descriptorTyp… in createTemplateBinding()
1135 vk::VkDescriptorType descriptorType,
1154 vk::VkDescriptorType descriptorType,
1164 vk::VkDescriptorType descriptorType,
1172 vk::VkDescriptorType descriptorType,
1178 vk::VkDescriptorType descriptorType,
[all …]
/external/vulkan-validation-layers/tests/
Dvktestbinding.h247 VkDescriptorType type, uint32_t count,
250 VkDescriptorType type, uint32_t count,
253VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views);
255VkDescriptorType type, const std::vector<VkDescriptorImageInfo> &image_info);
257VkDescriptorType type, const std::vector<VkDescriptorBufferInfo> &buffer_info);
259VkDescriptorType type, const std::vector<VkBufferView> &buffer_views);
942 VkDescriptorType type, uint32_t count, in write_descriptor_set()
956 VkDescriptorType type, uint32_t count, in write_descriptor_set()
970VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views) { in write_descriptor_set()
983 VkDescriptorType type, in write_descriptor_set()
[all …]
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c33 descriptor_bo_size(VkDescriptorType type) in descriptor_bo_size()
68 descriptor_type_is_dynamic(VkDescriptorType type) in descriptor_type_is_dynamic()
131 VkDescriptorType *out_type) in v3dv_descriptor_map_get_descriptor_bo()
225 VkDescriptorType type; in v3dv_descriptor_map_get_sampler_state()
304 VkDescriptorType type; in v3dv_descriptor_map_get_texture_shader_state()
613 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType; in v3dv_CreateDescriptorSetLayout()
926 write_image_descriptor(VkDescriptorType desc_type, in write_image_descriptor()
958 write_buffer_view_descriptor(VkDescriptorType desc_type, in write_buffer_view_descriptor()

12345