/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.hpp | 39 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 …]
|
D | vkBuilderUtil.cpp | 37 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/ |
D | GrVkDescriptorSetManager.h | 31 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,
|
D | GrVkDescriptorPool.h | 23 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count); 31 bool isCompatible(VkDescriptorType type, uint32_t count) const; 43 VkDescriptorType fType;
|
D | GrVkDescriptorSetManager.cpp | 33 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()
|
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 | GrVkResourceProvider.h | 101 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(VkDescriptorType type, uint32_t count); 121 void getSamplerDescriptorSetHandle(VkDescriptorType type, 124 void getSamplerDescriptorSetHandle(VkDescriptorType type,
|
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorSetManager.h | 31 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,
|
D | GrVkDescriptorPool.h | 23 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count); 31 bool isCompatible(VkDescriptorType type, uint32_t count) const; 43 VkDescriptorType fType;
|
D | GrVkDescriptorSetManager.cpp | 37 GrVkGpu* gpu, VkDescriptorType type, const GrVkUniformHandler& uniformHandler) { in CreateSamplerManager() 49 GrVkGpu* gpu, VkDescriptorType type, const SkTArray<uint32_t>& visibilities) { in CreateSamplerManager() 59 GrVkGpu* gpu, VkDescriptorType type, in GrVkDescriptorSetManager() 136 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type, in isCompatible() 156 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type, in isCompatible() 194 VkDescriptorType type, in DescriptorPoolManager()
|
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 | GrVkResourceProvider.h | 108 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(VkDescriptorType type, uint32_t count); 128 void getSamplerDescriptorSetHandle(VkDescriptorType type, 131 void getSamplerDescriptorSetHandle(VkDescriptorType type,
|
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.h | 123 VkDescriptorType GetTypeFromIndex(const uint32_t) const; 124 …VkDescriptorType GetTypeFromBinding(const uint32_t binding) const { return GetTypeFromIndex(GetInd… in GetTypeFromBinding() 134 VkDescriptorType GetTypeFromGlobalIndex(const uint32_t global_index) const { in GetTypeFromGlobalIndex() 237 …VkDescriptorType GetTypeFromIndex(const uint32_t index) const { return layout_id_->GetTypeFromInde… in GetTypeFromIndex() 238 …VkDescriptorType GetTypeFromBinding(const uint32_t binding) const { return layout_id_->GetTypeFrom… in GetTypeFromBinding() 252 VkDescriptorType GetTypeFromGlobalIndex(const uint32_t global_index) const { in GetTypeFromGlobalIndex() 319 bool ValidateImageUpdate(VkImageView, VkImageLayout, VkDescriptorType, layer_data *, const char *fu… 357 ImageDescriptor(const VkDescriptorType); 373 TexelDescriptor(const VkDescriptorType); 387 BufferDescriptor(const VkDescriptorType); [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 57 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()
|
D | vktPipelineImageSamplingInstance.hpp | 62 … vk::VkDescriptorType samplingType = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 82 const vk::VkDescriptorType m_samplingType;
|
D | vktPipelineDynamicOffsetTests.cpp | 68 VkDescriptorType descriptorType; 169 …const VkDescriptorType nonDynamicDescriptorType = m_params.descriptorType == VK_DESCRIPTOR_TYPE_… in init() 314 …const VkDescriptorType descriptorType = binding >= m_params.numDynamicBindings ? nonDynami… in init() 405 …const VkDescriptorType descriptorType = binding >= m_params.numDynamicBindings ? nonDynamicDes… in init() 756 …const VkDescriptorType nonDynamicDescriptorType = m_params.descriptorType == VK_DESCRIPTOR_TYPE_… in init() 767 …const VkDescriptorType descriptorType = binding >= m_params.numDynamicBindings ? nonDynamic… in init() 889 …const VkDescriptorType descriptorType = binding >= m_params.numDynamicBindings ? nonDynamicDes… in init() 1139 VkDescriptorType type; in createDynamicOffsetTests()
|
/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() 159 virtual void setDescriptorType (vk::VkDescriptorType type) { descriptorType = type; } in setDescriptorType() 160 virtual vk::VkDescriptorType getDescriptorType () const { return descriptorType; } in getDescriptorType() 164 vk::VkDescriptorType descriptorType;
|
D | vktSpvAsmComputeShaderCase.cpp | 65 VkDescriptorType dtype, in createBufferAndBindMemory() 109 …AndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Alloca… in createImageAndBindMemory() 182 …ayout (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) in createDescriptorSetLayout() 232 …rPool (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) in createDescriptorPool() 248 …, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, con… in createDescriptorSet() 386 VkImageUsageFlags getMatchingComputeImageUsageFlags (VkDescriptorType dType) in getMatchingComputeImageUsageFlags() 415 vector<VkDescriptorType> descriptorTypes; in iterate() 474 const VkDescriptorType descType = m_shaderSpec.inputs[inputNdx].getDescriptorType(); in iterate() 554 const VkDescriptorType descType = descriptorTypes[inputNdx]; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemBufferValidator.cpp | 182 vk::VkDescriptorType getDescriptorType (BufferType bufferType) in getDescriptorType() 188 default: DE_FATAL("Incorrect buffer type specified"); return (vk::VkDescriptorType)0; in getDescriptorType()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 154 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/ |
D | vktestbinding.h | 247 VkDescriptorType type, uint32_t count, 250 VkDescriptorType type, uint32_t count, 253 … VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views); 255 … VkDescriptorType type, const std::vector<VkDescriptorImageInfo> &image_info); 257 … VkDescriptorType type, const std::vector<VkDescriptorBufferInfo> &buffer_info); 259 … VkDescriptorType type, const std::vector<VkBufferView> &buffer_views); 910 VkDescriptorType type, uint32_t count, in write_descriptor_set() 924 VkDescriptorType type, uint32_t count, in write_descriptor_set() 938 … VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views) { in write_descriptor_set() 951 VkDescriptorType type, in write_descriptor_set() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkDescriptorSetLayout.hpp | 32 static size_t GetDescriptorSize(VkDescriptorType type);
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDescriptorPoolTests.cpp | 198 for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; in outOfPoolMemoryTest() 200 descriptorType = static_cast<VkDescriptorType>(descriptorType + 1)) in outOfPoolMemoryTest()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.hpp | 477 vk::VkDescriptorType descriptorType, 480 vk::VkDescriptorType descriptorType, 617 vk::VkDescriptorType type; 671 void ShaderRenderCaseInstance::addUniform (deUint32 bindingLocation, vk::VkDescriptorType descripto… in addUniform()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 331 virtual VkDescriptorType imageSparseDescType (void) const = 0; 537 VkDescriptorType imageSparseDescType (void) const { return VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE; } in imageSparseDescType() 556 VkDescriptorType imageSparseDescType (void) const { return VK_DESCRIPTOR_TYPE_STORAGE_IMAGE; } in imageSparseDescType()
|