Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h30 VkDescriptorType,
34 VkDescriptorType,
48 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const;
49 bool isCompatible(VkDescriptorType type,
54 DescriptorPoolManager(VkDescriptorType type, GrVkGpu* gpu,
56 DescriptorPoolManager(VkDescriptorType type, GrVkGpu* gpu,
71 VkDescriptorType fDescType;
84 void init(GrVkGpu* gpu, VkDescriptorType type, const GrVkUniformHandler* uniformHandler,
DGrVkDescriptorPool.h24 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count);
32 bool isCompatible(VkDescriptorType type, uint32_t count) const;
44 VkDescriptorType fType;
DGrVkDescriptorSetManager.cpp16 VkDescriptorType type, in GrVkDescriptorSetManager()
34 VkDescriptorType type, in GrVkDescriptorSetManager()
93 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type, in isCompatible()
113 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type, in isCompatible()
150 VkDescriptorType type, in DescriptorPoolManager()
160 VkDescriptorType type, in DescriptorPoolManager()
170 VkDescriptorType type, in init()
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()
DGrVkPipelineState.h107 DescriptorPoolManager(VkDescriptorSetLayout layout, VkDescriptorType type, in DescriptorPoolManager()
130 VkDescriptorType fDescType;
DGrVkResourceProvider.h98 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(VkDescriptorType type, uint32_t count);
DGrVkResourceProvider.cpp162 VkDescriptorType type, uint32_t count) { in findOrCreateCompatibleDescriptorPool()
/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)
469 …t32 dstBinding, deUint32 dstArrayElement, deUint32 descriptorCount, VkDescriptorType descriptorTyp…
DvkStructTypes.inl844 VkDescriptorType descriptorType;
861 VkDescriptorType type;
906 VkDescriptorType descriptorType;
1749 VkDescriptorType descriptorType;
DvkStrUtil.inl32 const char* getDescriptorTypeName (VkDescriptorType value);
77 …cu::Format::Enum<VkDescriptorType> getDescriptorTypeStr (VkDescriptorType value) { ret…
122 inline std::ostream& operator<< (std::ostream& s, VkDescriptorType value) { return s << getDesc…
/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.cpp55 VkDescriptorType samplingType,
71 VkDescriptorType samplingType,
75 VkDescriptorType m_samplingType;
86 VkDescriptorType samplingType, in ImageTest()
355 …lslSampler (const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType,… in getGlslSampler()
409 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, VkDescriptorType s… in createImageSizeTests()
553 …tTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, VkDescriptorType samplingType,… in createImageCountTests()
569 de::MovePtr<tcu::TestCaseGroup> createImageFormatTests (tcu::TestContext& testCtx, VkDescriptorType in createImageFormatTests()
719 …:TestCaseGroup> createImageViewTypeTests (tcu::TestContext& testCtx, VkDescriptorType samplingType) in createImageViewTypeTests()
754 VkDescriptorType samplingTypes[] = in createImageSamplingTypeTests()
DvktPipelineImageSamplingInstance.hpp56 … vk::VkDescriptorType samplingType = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
74 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()
1316 vk::VkDescriptorType descriptorType,
1326 vk::VkDescriptorType descriptorType,
1333 vk::VkDescriptorType descriptorType,
1338 vk::VkDescriptorType descriptorType,
1348 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/api/
DvktApiDescriptorPoolTests.cpp182 for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; in outOfPoolMemoryTest()
184 descriptorType = static_cast<VkDescriptorType>(descriptorType + 1)) in outOfPoolMemoryTest()
DvktApiObjectManagementTests.cpp1244 VkDescriptorType descriptorType;
1250 VkDescriptorType descriptorType_, in Binding()
1276 VkDescriptorType descriptorType, in single()
1871 VkDescriptorType type, in singleType()
1942 typeCounts.push_back(makeDescriptorPoolSize((VkDescriptorType)type, countByType[type])); in computePoolSizes()
/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);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp221 void checkSupported (const VkDescriptorType descriptorType);
249 void OpaqueTypeIndexingTestInstance::checkSupported (const VkDescriptorType descriptorType) in checkSupported()
1273 …const VkDescriptorType descriptorType = m_blockType == BLOCKTYPE_UNIFORM ? VK_DESCRIPTOR_TYPE_UN… in iterate()

12