Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp39 DescriptorSetLayoutBuilder& addBinding (VkDescriptorType descriptorType,
48 inline DescriptorSetLayoutBuilder& addSingleBinding (VkDescriptorType descriptorType, in addSingleBinding()
53 inline DescriptorSetLayoutBuilder& addArrayBinding (VkDescriptorType descriptorType, in addArrayBinding()
59 inline DescriptorSetLayoutBuilder& addSingleSamplerBinding (VkDescriptorType descriptorType, in addSingleSamplerBinding()
67 inline DescriptorSetLayoutBuilder& addArraySamplerBinding (VkDescriptorType descriptorType, in addArraySamplerBinding()
96 DescriptorPoolBuilder& addType (VkDescriptorType type, deUint32 numDescriptors = 1u);
142 VkDescriptorType descriptorType,
162 VkDescriptorType descriptorType, in writeSingle()
170 VkDescriptorType descriptorType, in writeSingle()
178 VkDescriptorType descriptorType, in writeSingle()
[all …]
DvkBuilderUtil.cpp37 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addBinding (VkDescriptorType descriptorType, in addBinding()
99 DescriptorPoolBuilder& DescriptorPoolBuilder::addType (VkDescriptorType type, deUint32 numDescripto… in addType()
158 VkDescriptorType descriptorType, in write()
DvkTypeUtil.inl225 …rSetLayoutBinding makeDescriptorSetLayoutBinding (deUint32 binding, VkDescriptorType descriptorTyp…
236 inline VkDescriptorPoolSize makeDescriptorPoolSize (VkDescriptorType type, deUint32 descriptorCount)
395 …t32 dstBinding, deUint32 dstArrayElement, deUint32 descriptorCount, VkDescriptorType descriptorTyp…
DvkStructTypes.inl844 VkDescriptorType descriptorType;
861 VkDescriptorType type;
906 VkDescriptorType descriptorType;
1480 VkDescriptorType descriptorType;
/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h30 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
32 static GrVkDescriptorSetManager* CreateSamplerManager(GrVkGpu* gpu, VkDescriptorType type,
46 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const;
47 bool isCompatible(VkDescriptorType type,
52 DescriptorPoolManager(VkDescriptorType type, GrVkGpu* gpu,
67 VkDescriptorType fDescType;
84 VkDescriptorType,
DGrVkDescriptorPool.h24 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count);
32 bool isCompatible(VkDescriptorType type, uint32_t count) const;
44 VkDescriptorType fType;
DGrVkDescriptorSetManager.cpp30 GrVkGpu* gpu, VkDescriptorType type, const GrVkUniformHandler& uniformHandler) { in CreateSamplerManager()
46 GrVkGpu* gpu, VkDescriptorType type, const SkTArray<uint32_t>& visibilities) { in CreateSamplerManager()
51 VkDescriptorType type, in GrVkDescriptorSetManager()
99 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type, in isCompatible()
128 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type, in isCompatible()
166 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.h97 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(VkDescriptorType type, uint32_t count);
108 void getSamplerDescriptorSetHandle(VkDescriptorType type,
111 void getSamplerDescriptorSetHandle(VkDescriptorType type,
DGrVkResourceProvider.cpp164 VkDescriptorType type, uint32_t count) { in findOrCreateCompatibleDescriptorPool()
188 void GrVkResourceProvider::getSamplerDescriptorSetHandle(VkDescriptorType type, in getSamplerDescriptorSetHandle()
207 void GrVkResourceProvider::getSamplerDescriptorSetHandle(VkDescriptorType type, in getSamplerDescriptorSetHandle()
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h116 VkDescriptorType GetTypeFromBinding(const uint32_t) const;
117 VkDescriptorType GetTypeFromIndex(const uint32_t) const;
118 VkDescriptorType GetTypeFromGlobalIndex(const uint32_t) const;
172 bool ValidateImageUpdate(VkImageView, VkImageLayout, VkDescriptorType, const core_validation::layer…
212 ImageDescriptor(const VkDescriptorType);
228 TexelDescriptor(const VkDescriptorType);
242 BufferDescriptor(const VkDescriptorType);
307 VkDescriptorType GetTypeFromIndex(const uint32_t index) const { in GetTypeFromIndex()
310 VkDescriptorType GetTypeFromGlobalIndex(const uint32_t index) const { in GetTypeFromGlobalIndex()
313 VkDescriptorType GetTypeFromBinding(const uint32_t binding) const { in GetTypeFromBinding()
[all …]
Ddescriptor_sets.cpp102 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromBinding(const uint32_t binding) c… in GetTypeFromBinding()
111 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromIndex(const uint32_t index) const… in GetTypeFromIndex()
117 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromGlobalIndex(const uint32_t index)… in GetTypeFromGlobalIndex()
695 …set::ValidateImageUpdate(VkImageView image_view, VkImageLayout image_layout, VkDescriptorType type, in ValidateImageUpdate()
935 cvdescriptorset::ImageDescriptor::ImageDescriptor(const VkDescriptorType type) in ImageDescriptor()
966 cvdescriptorset::BufferDescriptor::BufferDescriptor(const VkDescriptorType type) in BufferDescriptor()
1001 cvdescriptorset::TexelDescriptor::TexelDescriptor(const VkDescriptorType type) : buffer_view_(VK_NU… in TexelDescriptor()
1182 …iptorset::DescriptorSet::ValidateBufferUsage(BUFFER_NODE const *buffer_node, VkDescriptorType type, in ValidateBufferUsage()
1233 …scriptorSet::ValidateBufferUpdate(VkDescriptorBufferInfo const *buffer_info, VkDescriptorType type, in ValidateBufferUpdate()
1384 VkDescriptorType type, uint32_t index, in VerifyCopyUpdateContents()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp57 VkDescriptorType samplingType,
73 VkDescriptorType samplingType,
78 VkDescriptorType m_samplingType;
90 VkDescriptorType samplingType, in ImageTest()
360 …lslSampler (const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType,… in getGlslSampler()
414 …izeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType,… in createImageSizeTests()
559 …entGroup, tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType,… in createImageCountTests()
582 …matTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType,… in createImageFormatTests()
744 …TypeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType) in createImageViewTypeTests()
779 VkDescriptorType samplingTypes[] = in createImageSamplingTypeTests()
DvktPipelineImageSamplingInstance.hpp62 … vk::VkDescriptorType samplingType = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
82 const vk::VkDescriptorType m_samplingType;
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp152 bool isUniformDescriptorType (vk::VkDescriptorType type) in isUniformDescriptorType()
159 bool isDynamicDescriptorType (vk::VkDescriptorType type) in isDynamicDescriptorType()
167 vk::VkDescriptorType descType, in verifyDriverSupport()
273 vk::VkImageLayout getImageLayoutForDescriptorType (vk::VkDescriptorType descType) in getImageLayoutForDescriptorType()
394 …int32 binding, deUint32 arrayElement, deUint32 descriptorCount, vk::VkDescriptorType descriptorTyp… in createTemplateBinding()
1259 vk::VkDescriptorType descriptorType,
1269 vk::VkDescriptorType descriptorType,
1276 vk::VkDescriptorType descriptorType,
1281 vk::VkDescriptorType descriptorType,
1291 vk::VkDescriptorType descriptorType,
[all …]
/external/vulkan-validation-layers/tests/
Dvktestbinding.h187 VkDescriptorType type, uint32_t count,
190 VkDescriptorType type, uint32_t count,
193VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views);
195VkDescriptorType type, const std::vector<VkDescriptorImageInfo> &image_info);
197VkDescriptorType type, const std::vector<VkDescriptorBufferInfo> &buffer_info);
199VkDescriptorType type, const std::vector<VkBufferView> &buffer_views);
772 VkDescriptorType type, uint32_t count, in write_descriptor_set()
786 VkDescriptorType type, uint32_t count, in write_descriptor_set()
800VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views) { in write_descriptor_set()
813 VkDescriptorType type, in write_descriptor_set()
[all …]
Dvkrenderframework.h351 int AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer);
362 std::map<VkDescriptorType, int> m_type_counts;
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp54 …AndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Alloca… in createBufferAndBindMemory()
108 …ayout (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) in createDescriptorSetLayout()
155 …rPool (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) in createDescriptorPool()
171 …, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, con… in createDescriptorSet()
357 vector<VkDescriptorType> descriptorTypes; in iterate()
DvktSpvAsmComputeShaderTestUtil.hpp105 std::map<deUint32, VkDescriptorType> inputTypes;
DvktSpvAsmGraphicsShaderTestUtil.hpp54 typedef std::pair<vk::VkDescriptorType, BufferSp> Resource;
239 VkBufferUsageFlagBits getMatchingBufferUsageFlagBit(VkDescriptorType dType);
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorPoolTests.cpp182 for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; in outOfPoolMemoryTest()
184 descriptorType = static_cast<VkDescriptorType>(descriptorType + 1)) in outOfPoolMemoryTest()
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.h32 VkDescriptorType type;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp461 vk::VkDescriptorType descriptorType,
464 vk::VkDescriptorType descriptorType,
616 vk::VkDescriptorType type;
670 void ShaderRenderCaseInstance::addUniform (deUint32 bindingLocation, vk::VkDescriptorType descripto… in addUniform()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsStorage.cpp330 virtual VkDescriptorType imageSparseDescType (void) const = 0;
536 VkDescriptorType imageSparseDescType (void) const { return VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE; } in imageSparseDescType()
555 VkDescriptorType imageSparseDescType (void) const { return VK_DESCRIPTOR_TYPE_STORAGE_IMAGE; } in imageSparseDescType()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp258 DescriptorPoolSize (vk::VkDescriptorType _type, deUint32 _descriptorCount) in DescriptorPoolSize()
272 DescriptorPoolCreateInfo& addDescriptors (vk::VkDescriptorType type, deUint32 count);

12