Home
last modified time | relevance | path

Searched refs:getDescriptorType (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineLayout.cpp44 descriptorSets[i].bindings[j].descriptorType = setLayout->getDescriptorType(j); in PipelineLayout()
118 VkDescriptorType PipelineLayout::getDescriptorType(uint32_t setNumber, uint32_t bindingNumber) const in getDescriptorType() function in vk::PipelineLayout
126 return DescriptorSetLayout::GetDescriptorSize(getDescriptorType(setNumber, bindingNumber)); in getDescriptorSize()
131 return DescriptorSetLayout::IsDescriptorDynamic(getDescriptorType(setNumber, bindingNumber)); in isDescriptorDynamic()
DVkPipelineLayout.hpp40 VkDescriptorType getDescriptorType(uint32_t setNumber, uint32_t bindingNumber) const;
DVkDescriptorSet.cpp42 VkDescriptorType type = layout->getDescriptorType(i, j); in ParseDescriptors()
DVkDescriptorSetLayout.hpp132 VkDescriptorType getDescriptorType(uint32_t bindingNumber) const;
DVkDescriptorSetLayout.cpp264 VkDescriptorType DescriptorSetLayout::getDescriptorType(uint32_t bindingNumber) const in getDescriptorType() function in vk::DescriptorSetLayout
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2902 const vk::VkDescriptorType resourceType = resource.getDescriptorType(); in createBufferForResource()
2936 getMatchingImageUsageFlags(resource.getDescriptorType()), // VkImageUsageFlags usage; in createImageForResource()
3065 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline()
3066 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLER) || in runAndVerifyDefaultPipeline()
3067 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in runAndVerifyDefaultPipeline()
3454 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline()
3455 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline()
3456 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in runAndVerifyDefaultPipeline()
3458 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline()
3459 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLER) || in runAndVerifyDefaultPipeline()
[all …]
DvktSpvAsmUtils.hpp161 virtual vk::VkDescriptorType getDescriptorType () const { return descriptorType; } in getDescriptorType() function in vkt::SpirVAssembly::Resource
DvktSpvAsmComputeShaderCase.cpp488 const VkDescriptorType descType = m_shaderSpec.inputs[inputNdx].getDescriptorType(); in iterate()
715 …DE_ASSERT(m_shaderSpec.outputs[outputNdx].getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_BUFFER… in iterate()
717 descriptorTypes.push_back(m_shaderSpec.outputs[outputNdx].getDescriptorType()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2902 const vk::VkDescriptorType resourceType = resource.getDescriptorType(); in createBufferForResource()
2936 getMatchingImageUsageFlags(resource.getDescriptorType()), // VkImageUsageFlags usage; in createImageForResource()
3065 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline()
3066 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLER) || in runAndVerifyDefaultPipeline()
3067 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in runAndVerifyDefaultPipeline()
3454 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline()
3455 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline()
3456 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in runAndVerifyDefaultPipeline()
3458 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline()
3459 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLER) || in runAndVerifyDefaultPipeline()
[all …]
DvktSpvAsmUtils.hpp161 virtual vk::VkDescriptorType getDescriptorType () const { return descriptorType; } in getDescriptorType() function in vkt::SpirVAssembly::Resource
DvktSpvAsmComputeShaderCase.cpp488 const VkDescriptorType descType = m_shaderSpec.inputs[inputNdx].getDescriptorType(); in iterate()
715 …DE_ASSERT(m_shaderSpec.outputs[outputNdx].getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_BUFFER… in iterate()
717 descriptorTypes.push_back(m_shaderSpec.outputs[outputNdx].getDescriptorType()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.hpp79 vk::VkDescriptorType getDescriptorType (BufferType bufferType);
217 .addSingleBinding(getDescriptorType(m_bufferType), vk::VK_SHADER_STAGE_COMPUTE_BIT) in validateBuffer()
222 .addType(getDescriptorType(m_bufferType), 1u) in validateBuffer()
DvktProtectedMemBufferValidator.cpp182 vk::VkDescriptorType getDescriptorType (BufferType bufferType) in getDescriptorType() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemBufferValidator.hpp79 vk::VkDescriptorType getDescriptorType (BufferType bufferType);
217 .addSingleBinding(getDescriptorType(m_bufferType), vk::VK_SHADER_STAGE_COMPUTE_BIT) in validateBuffer()
222 .addType(getDescriptorType(m_bufferType), 1u) in validateBuffer()
DvktProtectedMemBufferValidator.cpp182 vk::VkDescriptorType getDescriptorType (BufferType bufferType) in getDescriptorType() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp484 auto descriptorType = routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding); in GetImageDimensions()
543 …auto descriptorType = state->routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding… in EmitImageQueryLevels()
575 …auto descriptorType = state->routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding… in EmitImageQuerySamples()