HomeSort by relevance Sort by last modified time
    Searched refs:VkDescriptorType (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/skia/src/gpu/vk/
GrVkDescriptorSetManager.h 30 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,
GrVkDescriptorPool.h 24 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count);
32 bool isCompatible(VkDescriptorType type, uint32_t count) const;
44 VkDescriptorType fType;
GrVkDescriptorPool.cpp 14 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count)
39 bool GrVkDescriptorPool::isCompatible(VkDescriptorType type, uint32_t count) const {
GrVkResourceProvider.h 97 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(VkDescriptorType type, uint32_t count);
108 void getSamplerDescriptorSetHandle(VkDescriptorType type,
111 void getSamplerDescriptorSetHandle(VkDescriptorType type,
GrVkDescriptorSetManager.cpp 30 GrVkGpu* gpu, VkDescriptorType type, const GrVkUniformHandler& uniformHandler) {
46 GrVkGpu* gpu, VkDescriptorType type, const SkTArray<uint32_t>& visibilities) {
51 VkDescriptorType type,
99 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type,
128 bool GrVkDescriptorSetManager::isCompatible(VkDescriptorType type,
166 VkDescriptorType type,
GrVkResourceProvider.cpp 164 VkDescriptorType type, uint32_t count) {
188 void GrVkResourceProvider::getSamplerDescriptorSetHandle(VkDescriptorType type,
207 void GrVkResourceProvider::getSamplerDescriptorSetHandle(VkDescriptorType type,
  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.hpp 39 DescriptorSetLayoutBuilder& addBinding (VkDescriptorType descriptorType,
48 inline DescriptorSetLayoutBuilder& addSingleBinding (VkDescriptorType descriptorType,
53 inline DescriptorSetLayoutBuilder& addArrayBinding (VkDescriptorType descriptorType,
59 inline DescriptorSetLayoutBuilder& addSingleSamplerBinding (VkDescriptorType descriptorType,
67 inline DescriptorSetLayoutBuilder& addArraySamplerBinding (VkDescriptorType descriptorType,
96 DescriptorPoolBuilder& addType (VkDescriptorType type, deUint32 numDescriptors = 1u);
142 VkDescriptorType descriptorType,
162 VkDescriptorType descriptorType,
170 VkDescriptorType descriptorType,
178 VkDescriptorType descriptorType
    [all...]
vkBuilderUtil.cpp 37 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addBinding (VkDescriptorType descriptorType,
99 DescriptorPoolBuilder& DescriptorPoolBuilder::addType (VkDescriptorType type, deUint32 numDescriptors)
158 VkDescriptorType descriptorType,
vkTypeUtil.inl 225 inline VkDescriptorSetLayoutBinding makeDescriptorSetLayoutBinding (deUint32 binding, VkDescriptorType descriptorType, deUint32 descriptorCount, VkShaderStageFlags stageFlags, const VkSampler* pImmutableSamplers)
236 inline VkDescriptorPoolSize makeDescriptorPoolSize (VkDescriptorType type, deUint32 descriptorCount)
395 inline VkDescriptorUpdateTemplateEntryKHR makeDescriptorUpdateTemplateEntryKHR (deUint32 dstBinding, deUint32 dstArrayElement, deUint32 descriptorCount, VkDescriptorType descriptorType, deUintptr offset, deUintptr stride)
  /external/vulkan-validation-layers/layers/
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_data *,
212 ImageDescriptor(const VkDescriptorType);
228 TexelDescriptor(const VkDescriptorType);
242 BufferDescriptor(const VkDescriptorType);
307 VkDescriptorType GetTypeFromIndex(const uint32_t index) const {
310 VkDescriptorType GetTypeFromGlobalIndex(const uint32_t index) const {
313 VkDescriptorType GetTypeFromBinding(const uint32_t binding) const
    [all...]
descriptor_sets.cpp 102 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromBinding(const uint32_t binding) const {
111 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromIndex(const uint32_t index) const {
117 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromGlobalIndex(const uint32_t index) const {
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_descriptor_set.h 32 VkDescriptorType type;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.h 111 VkDescriptorType GetTypeFromBinding(const uint32_t) const;
112 VkDescriptorType GetTypeFromIndex(const uint32_t) const;
113 VkDescriptorType GetTypeFromGlobalIndex(const uint32_t) const;
203 ImageDescriptor(const VkDescriptorType);
218 TexelDescriptor(const VkDescriptorType);
231 BufferDescriptor(const VkDescriptorType);
288 VkDescriptorType GetTypeFromIndex(const uint32_t index) const {
291 VkDescriptorType GetTypeFromGlobalIndex(const uint32_t index) const {
294 VkDescriptorType GetTypeFromBinding(const uint32_t binding) const {
descriptor_sets.cpp 92 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromBinding(const uint32_t binding) const {
101 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromIndex(const uint32_t index) const {
107 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromGlobalIndex(const uint32_t index) const {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.hpp 62 vk::VkDescriptorType samplingType = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
82 const vk::VkDescriptorType m_samplingType;
vktPipelineImageTests.cpp 57 VkDescriptorType samplingType,
73 VkDescriptorType samplingType,
78 VkDescriptorType m_samplingType;
90 VkDescriptorType samplingType,
360 std::string ImageTest::getGlslSampler (const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount)
414 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, int imageCount)
559 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat)
582 de::MovePtr<tcu::TestCaseGroup> createImageFormatTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewType imageViewType)
744 de::MovePtr<tcu::TestCaseGroup> createImageViewTypeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType)
779 VkDescriptorType samplingTypes[]
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp 105 std::map<deUint32, VkDescriptorType> inputTypes;
vktSpvAsmComputeShaderCase.cpp 54 Move<VkBuffer> createBufferAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, size_t numBytes, AllocationMp* outMemory)
108 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes)
155 inline Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes)
171 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, const vector<VkDescriptorBufferInfo>& descriptorInfos)
357 vector<VkDescriptorType> descriptorTypes;
  /external/vulkan-validation-layers/tests/
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,
786 VkDescriptorType type, uint32_t count,
800 VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views) {
813 VkDescriptorType type
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 152 bool isUniformDescriptorType (vk::VkDescriptorType type)
159 bool isDynamicDescriptorType (vk::VkDescriptorType type)
167 vk::VkDescriptorType descType,
273 vk::VkImageLayout getImageLayoutForDescriptorType (vk::VkDescriptorType descType)
394 static const vk::VkDescriptorUpdateTemplateEntryKHR createTemplateBinding (deUint32 binding, deUint32 arrayElement, deUint32 descriptorCount, vk::VkDescriptorType descriptorType, size_t offset, size_t stride)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDescriptorPoolTests.cpp 182 for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER;
184 descriptorType = static_cast<VkDescriptorType>(descriptorType + 1))
209 descriptorType, // VkDescriptorType descriptorType;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsStorage.cpp 330 virtual VkDescriptorType imageSparseDescType (void) const = 0;
536 VkDescriptorType imageSparseDescType (void) const { return VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE; }
555 VkDescriptorType imageSparseDescType (void) const { return VK_DESCRIPTOR_TYPE_STORAGE_IMAGE; }
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 461 vk::VkDescriptorType descriptorType,
464 vk::VkDescriptorType descriptorType,
616 vk::VkDescriptorType type;
670 void ShaderRenderCaseInstance::addUniform (deUint32 bindingLocation, vk::VkDescriptorType descriptorType, const T& data)
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
descriptor_sets.cpp 92 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromBinding(const uint32_t binding) const {
101 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromIndex(const uint32_t index) const {
107 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromGlobalIndex(const uint32_t index) const {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
descriptor_sets.cpp 92 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromBinding(const uint32_t binding) const {
101 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromIndex(const uint32_t index) const {
107 VkDescriptorType cvdescriptorset::DescriptorSetLayout::GetTypeFromGlobalIndex(const uint32_t index) const {
    [all...]

Completed in 165 milliseconds

1 2 3