/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.hpp | 51 …inline DescriptorSetLayoutBuilder &addSingleBinding(VkDescriptorType descriptorType, VkShaderStage… in addSingleBinding() 55 inline DescriptorSetLayoutBuilder &addSingleIndexedBinding(VkDescriptorType descriptorType, in addSingleIndexedBinding() 60 …inline DescriptorSetLayoutBuilder &addArrayBinding(VkDescriptorType descriptorType, uint32_t descr… in addArrayBinding() 66 VkDescriptorType descriptorType, VkShaderStageFlags stageFlags, in addSingleSamplerBinding() 74 VkDescriptorType descriptorType, VkShaderStageFlags stageFlags, uint32_t dstBinding, in addSingleIndexedSamplerBinding() 81 …inline DescriptorSetLayoutBuilder &addArraySamplerBinding(VkDescriptorType descriptorType, uint32_… in addArraySamplerBinding() 169 VkDescriptorType descriptorType, in writeSingle() 177 VkDescriptorType descriptorType, in writeSingle() 185 VkDescriptorType descriptorType, in writeSingle() 194 VkDescriptorSet destSet, const Location &destLocation, VkDescriptorType descriptorType, in writeSingle() [all …]
|
D | vkBuilderUtil.cpp | 37 DescriptorSetLayoutBuilder &DescriptorSetLayoutBuilder::addBinding(VkDescriptorType descriptorType, in addBinding() 65 …torSetLayoutBuilder &DescriptorSetLayoutBuilder::addIndexedBinding(VkDescriptorType descriptorType, in addIndexedBinding() 189 VkDescriptorType descriptorType, in write()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 425 … vk::VkDescriptorType descriptorType, in createTemplateBinding() 1304 … vk::VkDescriptorType descriptorType, DescriptorSetCount descriptorSetCount, in BufferRenderInstance() 1385 …Interface &vki, vk::VkDevice device, vk::Allocator &allocator, vk::VkDescriptorType descriptorType, in createSourceBuffers() 1425 … vk::VkDescriptorType descriptorType, uint32_t setNdx, in createSourceBuffer() 1482 … vk::VkDescriptorType descriptorType, in createDescriptorPool() 1493 const vk::DeviceInterface &vki, vk::VkDevice device, vk::VkDescriptorType descriptorType, in createDescriptorSetLayouts() 1582 …vk::VkDescriptorType descriptorType, DescriptorSetCount descriptorSetCount, ShaderInputInterface s… in createDescriptorSets() 1649 … vk::VkDescriptorType descriptorType, ShaderInputInterface shaderInterface, in writeDescriptorSet() 1718 …vk::VkDescriptorPool descriptorPool, vk::VkDescriptorType descriptorType, ShaderInputInterface sha… in writeDescriptorSetWithTemplate() 2412 … vk::VkDescriptorType descriptorType, DescriptorSetCount descriptorSetCount, in BufferComputeInstance() [all …]
|
D | vktBindingStagesTests.cpp | 70 StagesTestInstance(Context &context, vk::VkDescriptorType descriptorType) in StagesTestInstance() 475 StagesTestCase(tcu::TestContext &context, const char *name, vk::VkDescriptorType descriptorType) in StagesTestCase() 595 vk::VkDescriptorType descriptorType; in createStagesTests() member
|
D | vktBindingMutableTests.cpp | 236 DescriptorTypeFlagBits toDescriptorTypeFlagBit(VkDescriptorType descriptorType) in toDescriptorTypeFlagBit() 396 ResourceType toResourceType(VkDescriptorType descriptorType) in toResourceType() 437 bool isShaderWritable(VkDescriptorType descriptorType) in isShaderWritable() 618 VkDescriptorType descriptorType; member 1124 const auto descriptorType = typeAtIteration(iteration); in createResources() local 1134 const auto descriptorType = typeAtIteration(iteration); in glslDeclarations() local 1204 const auto descriptorType = typeAtIteration(iteration); in glslCheckStatements() local 1497 const auto &descriptorType = descriptorTypes[descriptorIdx]; in glslDeclarations() local 1906 const auto &descriptorType = descriptorTypes[descriptorIdx]; in updateDescriptorSet() local 2047 bool containsTypeAtIteration(VkDescriptorType descriptorType, uint32_t iteration) const in containsTypeAtIteration() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkPipelineLayout.hpp | 52 VkDescriptorType descriptorType; member
|
D | VkDescriptorSetLayout.hpp | 88 VkDescriptorType descriptorType; member
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 71 std::string buildShaderName(VkShaderStageFlagBits stage, VkDescriptorType descriptorType, bool upda… in buildShaderName() 613 bool isDynamicDescriptor(VkDescriptorType descriptorType) in isDynamicDescriptor() 654 uint32_t DeviceProperties::computeMaxPerStageDescriptorCount(VkDescriptorType descriptorType, in computeMaxPerStageDescriptorCount()
|
D | vktDescriptorSetsIndexingTests.cpp | 100 VkDescriptorType descriptorType; // used only to distinguish test class instance member 113 VkDescriptorType descriptorType; member 478 uint32_t CommonDescriptorInstance::computeAvailableDescriptorCount(VkDescriptorType descriptorType, in computeAvailableDescriptorCount() 1672 std::string CommonDescriptorInstance::getColorAccess(VkDescriptorType descriptorType, const char *i… in getColorAccess() 1744 bool CommonDescriptorInstance::performWritesInVertex(VkDescriptorType descriptorType) in performWritesInVertex() 1757 bool CommonDescriptorInstance::performWritesInVertex(VkDescriptorType descriptorType, const Context… in performWritesInVertex() 4490 VkDescriptorType descriptorType; in descriptorIndexingDescriptorSetsCreateTests() member
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderImage.cpp | 533 auto descriptorType = routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding); in GetImageDimensions() local 592 auto descriptorType = routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding); in EmitImageQueryLevels() local 622 auto descriptorType = routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding); in EmitImageQuerySamples() local
|
/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/ |
D | vulkan_list_map.cpp | 145 size_t binding, VulkanDescriptorType descriptorType, in addBinding() 155 size_t numDescriptorSetLayoutBindings, VulkanDescriptorType descriptorType, in VulkanDescriptorSetLayoutBindingList()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationNoneStageTests.cpp | 663 …scriptorSetLayout> NoneStageTestInstance::buildDescriptorSetLayout(VkDescriptorType descriptorType) in buildDescriptorSetLayout() 673 Move<VkDescriptorPool> NoneStageTestInstance::buildDescriptorPool(VkDescriptorType descriptorType) in buildDescriptorPool() 685 … VkDescriptorType descriptorType, VkImageView inputView, in buildDescriptorSet()
|
/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.h | 26 VkDescriptorType descriptorType; member
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmEmptyStructTests.cpp | 121 VkDescriptorType descriptorType; in addCopyingComputeGroup() member
|
D | vktSpvAsmUtils.hpp | 196 vk::VkDescriptorType descriptorType; member in vkt::SpirVAssembly::Resource
|
D | vktSpvAsmImageSamplerTests.cpp | 90 bool isValidTestCase(TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() 1033 map<string, string> generateGraphicsImageSamplerSource(ReadOp readOp, DescriptorType descriptorType… in generateGraphicsImageSamplerSource()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 267 int /*VkDescriptorType*/ descriptorType; member 428 static bool supportsStores(int descriptorType) in supportsStores() 443 …c VkPipelineRobustnessCreateInfoEXT getPipelineRobustnessInfo(bool robustness2, int descriptorType) in getPipelineRobustnessInfo() 812 static string getStoreValue(int descriptorType, int numComponents, const string &vecType, const str… in getStoreValue() 836 static string genStore(int descriptorType, const string &vecType, const string &bufType, const stri… in genStore() 858 static string genAtomic(int descriptorType, const string &bufType, const string &coord) in genAtomic()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsUniformDescriptorIndexingTests.cpp | 97 Context &context, VkDescriptorType descriptorType) in UniformDescriptorIndexingTestCaseTestInstance() 619 … VkDescriptorType descriptorType) in UniformDescriptorIndexingTestCase()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 637 const VkDescriptorType descriptorType; member 831 for (const auto &descriptorType : descriptorTypes) in createMaintenance3Tests() local
|
D | vktApiDescriptorPoolTests.cpp | 245 …for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; descriptorType < VK_DESCRIPTOR_… in outOfPoolMemoryTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDynamicOffsetTests.cpp | 81 VkDescriptorType descriptorType; member 368 …const VkDescriptorType descriptorType = (dynamicDesc ? m_params.descriptorType : nonDynamicDescrip… in init() local 501 …const VkDescriptorType descriptorType = (dynamicDesc ? m_params.descriptorType : nonDynamicDescrip… in init() local 927 …const VkDescriptorType descriptorType = (dynamicDesc ? m_params.descriptorType : nonDynamicDescrip… in init() local 1092 …const VkDescriptorType descriptorType = dynamicDesc ? m_params.descriptorType : nonDynamicDescript… in init() local
|
D | vktPipelineRobustnessCacheTests.cpp | 286 vk::VkDescriptorType descriptorType = vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
|
/external/mesa3d/src/imagination/vulkan/ |
D | pvr_descriptor_set.c | 1444 VkDescriptorType descriptorType, in pvr_write_image_descriptor_primaries() 1477 VkDescriptorType descriptorType, in pvr_write_image_descriptor_secondaries() 1649 VkDescriptorType descriptorType, in pvr_write_buffer_descriptor()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkTypeUtil.inl | 190 …outBinding makeDescriptorSetLayoutBinding (uint32_t binding, VkDescriptorType descriptorType, uint… 435 …Binding, uint32_t dstArrayElement, uint32_t descriptorCount, VkDescriptorType descriptorType, size…
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 1355 VkDescriptorType descriptorType) { in WriteDescriptorBufferInfo() 1377 …iteDescriptorBufferView(int blinding, VkBufferView &buffer_view, VkDescriptorType descriptorType) { in WriteDescriptorBufferView() 1393 VkDescriptorType descriptorType) { in WriteDescriptorImageInfo()
|