/external/skia/src/gpu/vk/ |
D | GrVkDescriptorSetManager.h | 30 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,
|
D | GrVkDescriptorPool.h | 24 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count); 32 bool isCompatible(VkDescriptorType type, uint32_t count) const; 44 VkDescriptorType fType;
|
D | GrVkDescriptorSetManager.cpp | 16 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()
|
D | GrVkDescriptorPool.cpp | 14 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count) in GrVkDescriptorPool() 39 bool GrVkDescriptorPool::isCompatible(VkDescriptorType type, uint32_t count) const { in isCompatible()
|
D | GrVkPipelineState.h | 107 DescriptorPoolManager(VkDescriptorSetLayout layout, VkDescriptorType type, in DescriptorPoolManager() 130 VkDescriptorType fDescType;
|
D | GrVkResourceProvider.h | 98 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(VkDescriptorType type, uint32_t count);
|
D | GrVkResourceProvider.cpp | 162 VkDescriptorType type, uint32_t count) { in findOrCreateCompatibleDescriptorPool()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.hpp | 39 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 …]
|
D | vkBuilderUtil.cpp | 37 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addBinding (VkDescriptorType descriptorType, in addBinding() 99 DescriptorPoolBuilder& DescriptorPoolBuilder::addType (VkDescriptorType type, deUint32 numDescripto… in addType() 158 VkDescriptorType descriptorType, in write()
|
D | vkTypeUtil.inl | 225 …rSetLayoutBinding makeDescriptorSetLayoutBinding (deUint32 binding, VkDescriptorType descriptorTyp… 236 inline VkDescriptorPoolSize makeDescriptorPoolSize (VkDescriptorType type, deUint32 descriptorCount) 469 …t32 dstBinding, deUint32 dstArrayElement, deUint32 descriptorCount, VkDescriptorType descriptorTyp…
|
D | vkStructTypes.inl | 844 VkDescriptorType descriptorType; 861 VkDescriptorType type; 906 VkDescriptorType descriptorType; 1749 VkDescriptorType descriptorType;
|
D | vkStrUtil.inl | 32 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/ |
D | descriptor_sets.h | 116 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 …]
|
D | descriptor_sets.cpp | 102 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/ |
D | vktPipelineImageTests.cpp | 55 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()
|
D | vktPipelineImageSamplingInstance.hpp | 56 … vk::VkDescriptorType samplingType = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 74 const vk::VkDescriptorType m_samplingType;
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 152 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/ |
D | vktestbinding.h | 187 VkDescriptorType type, uint32_t count, 190 VkDescriptorType type, uint32_t count, 193 … VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views); 195 … VkDescriptorType type, const std::vector<VkDescriptorImageInfo> &image_info); 197 … VkDescriptorType type, const std::vector<VkDescriptorBufferInfo> &buffer_info); 199 … VkDescriptorType 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() 800 … VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views) { in write_descriptor_set() 813 VkDescriptorType type, in write_descriptor_set() [all …]
|
D | vkrenderframework.h | 351 int AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer); 362 std::map<VkDescriptorType, int> m_type_counts;
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDescriptorPoolTests.cpp | 182 for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; in outOfPoolMemoryTest() 184 descriptorType = static_cast<VkDescriptorType>(descriptorType + 1)) in outOfPoolMemoryTest()
|
D | vktApiObjectManagementTests.cpp | 1244 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/ |
D | vktShaderRender.hpp | 461 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/ |
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 330 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/ |
D | vktDrawCreateInfoUtil.hpp | 258 DescriptorPoolSize (vk::VkDescriptorType _type, deUint32 _descriptorCount) in DescriptorPoolSize() 272 DescriptorPoolCreateInfo& addDescriptors (vk::VkDescriptorType type, deUint32 count);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 221 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()
|