Home
last modified time | relevance | path

Searched defs:descriptorType (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp54 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 …line DescriptorSetLayoutBuilder& addSingleIndexedSamplerBinding (VkDescriptorType descriptorType, in addSingleIndexedSamplerBinding()
88 inline DescriptorSetLayoutBuilder& addArraySamplerBinding (VkDescriptorType descriptorType, in addArraySamplerBinding()
185 VkDescriptorType descriptorType, in writeSingle()
193 VkDescriptorType descriptorType, in writeSingle()
201 VkDescriptorType descriptorType, in writeSingle()
210 VkDescriptorType descriptorType, in writeSingle()
[all …]
DvkBuilderUtil.cpp37 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addBinding (VkDescriptorType descriptorType, in addBinding()
69 …rSetLayoutBuilder& DescriptorSetLayoutBuilder::addIndexedBinding (VkDescriptorType descriptorType, in addIndexedBinding()
200 VkDescriptorType descriptorType, in write()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp398 … binding, deUint32 arrayElement, deUint32 descriptorCount, vk::VkDescriptorType descriptorType, si… in createTemplateBinding()
1304 vk::VkDescriptorType descriptorType, in BufferRenderInstance()
1395 vk::VkDescriptorType descriptorType, in createSourceBuffers()
1441 vk::VkDescriptorType descriptorType, in createSourceBuffer()
1497 vk::VkDescriptorType descriptorType, in createDescriptorPool()
1508 vk::VkDescriptorType descriptorType, in createDescriptorSetLayouts()
1601 vk::VkDescriptorType descriptorType, in createDescriptorSets()
1673 vk::VkDescriptorType descriptorType, in writeDescriptorSet()
1740 vk::VkDescriptorType descriptorType, in writeDescriptorSetWithTemplate()
2440 vk::VkDescriptorType descriptorType, in BufferComputeInstance()
[all …]
DvktBindingMutableTests.cpp239 DescriptorTypeFlagBits toDescriptorTypeFlagBit (VkDescriptorType descriptorType) in toDescriptorTypeFlagBit()
369 ResourceType toResourceType (VkDescriptorType descriptorType) in toResourceType()
410 bool isShaderWritable (VkDescriptorType descriptorType) in isShaderWritable()
592 VkDescriptorType descriptorType; member
1085 const auto descriptorType = typeAtIteration(iteration); in createResources() local
1094 const auto descriptorType = typeAtIteration(iteration); in glslDeclarations() local
1157 const auto descriptorType = typeAtIteration(iteration); in glslCheckStatements() local
1442 const auto& descriptorType = descriptorTypes[descriptorIdx]; in glslDeclarations() local
1809 const auto& descriptorType = descriptorTypes[descriptorIdx]; in updateDescriptorSet() local
1934 bool containsTypeAtIteration (VkDescriptorType descriptorType, deUint32 iteration) const in containsTypeAtIteration()
[all …]
DvktBindingValveMutableTests.cpp160 DescriptorTypeFlagBits toDescriptorTypeFlagBit (VkDescriptorType descriptorType) in toDescriptorTypeFlagBit()
290 ResourceType toResourceType (VkDescriptorType descriptorType) in toResourceType()
331 bool isShaderWritable (VkDescriptorType descriptorType) in isShaderWritable()
513 VkDescriptorType descriptorType; member
1004 const auto descriptorType = typeAtIteration(iteration); in createResources() local
1013 const auto descriptorType = typeAtIteration(iteration); in glslDeclarations() local
1076 const auto descriptorType = typeAtIteration(iteration); in glslCheckStatements() local
1361 const auto& descriptorType = descriptorTypes[descriptorIdx]; in glslDeclarations() local
1728 const auto& descriptorType = descriptorTypes[descriptorIdx]; in updateDescriptorSet() local
1853 bool containsTypeAtIteration (VkDescriptorType descriptorType, deUint32 iteration) const in containsTypeAtIteration()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp398 … binding, deUint32 arrayElement, deUint32 descriptorCount, vk::VkDescriptorType descriptorType, si… in createTemplateBinding()
1304 vk::VkDescriptorType descriptorType, in BufferRenderInstance()
1395 vk::VkDescriptorType descriptorType, in createSourceBuffers()
1441 vk::VkDescriptorType descriptorType, in createSourceBuffer()
1497 vk::VkDescriptorType descriptorType, in createDescriptorPool()
1508 vk::VkDescriptorType descriptorType, in createDescriptorSetLayouts()
1601 vk::VkDescriptorType descriptorType, in createDescriptorSets()
1673 vk::VkDescriptorType descriptorType, in writeDescriptorSet()
1740 vk::VkDescriptorType descriptorType, in writeDescriptorSetWithTemplate()
2440 vk::VkDescriptorType descriptorType, in BufferComputeInstance()
[all …]
DvktBindingMutableTests.cpp235 DescriptorTypeFlagBits toDescriptorTypeFlagBit (VkDescriptorType descriptorType) in toDescriptorTypeFlagBit()
365 ResourceType toResourceType (VkDescriptorType descriptorType) in toResourceType()
406 bool isShaderWritable (VkDescriptorType descriptorType) in isShaderWritable()
588 VkDescriptorType descriptorType; member
1081 const auto descriptorType = typeAtIteration(iteration); in createResources() local
1090 const auto descriptorType = typeAtIteration(iteration); in glslDeclarations() local
1153 const auto descriptorType = typeAtIteration(iteration); in glslCheckStatements() local
1438 const auto& descriptorType = descriptorTypes[descriptorIdx]; in glslDeclarations() local
1805 const auto& descriptorType = descriptorTypes[descriptorIdx]; in updateDescriptorSet() local
1930 bool containsTypeAtIteration (VkDescriptorType descriptorType, deUint32 iteration) const in containsTypeAtIteration()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineLayout.hpp52 VkDescriptorType descriptorType; member
DVkDescriptorSetLayout.hpp88 VkDescriptorType descriptorType; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp75 VkDescriptorType descriptorType, in buildShaderName()
652 bool isDynamicDescriptor (VkDescriptorType descriptorType) in isDynamicDescriptor()
692 deUint32 DeviceProperties::computeMaxPerStageDescriptorCount (VkDescriptorType descriptorType, in computeMaxPerStageDescriptorCount()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp75 VkDescriptorType descriptorType, in buildShaderName()
652 bool isDynamicDescriptor (VkDescriptorType descriptorType) in isDynamicDescriptor()
692 deUint32 DeviceProperties::computeMaxPerStageDescriptorCount (VkDescriptorType descriptorType, in computeMaxPerStageDescriptorCount()
DvktDescriptorSetsIndexingTests.cpp100 VkDescriptorType descriptorType; // used only to distinguish test class instance member
113 VkDescriptorType descriptorType; member
522 …_t CommonDescriptorInstance::computeAvailableDescriptorCount (VkDescriptorType descriptorType, in computeAvailableDescriptorCount()
1759 std::string CommonDescriptorInstance::getColorAccess (VkDescriptorType descriptorType, in getColorAccess()
1834 bool CommonDescriptorInstance::performWritesInVertex (VkDescriptorType descriptorType) in performWritesInVertex()
1847 bool CommonDescriptorInstance::performWritesInVertex (VkDescriptorType descriptorType, in performWritesInVertex()
4534 VkDescriptorType descriptorType; in descriptorIndexingDescriptorSetsCreateTests() member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp484 auto descriptorType = routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding); in GetImageDimensions() local
543 …auto descriptorType = state->routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding… in EmitImageQueryLevels() local
575 …auto descriptorType = state->routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding… in EmitImageQuerySamples() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessExtsTests.cpp243 int/*VkDescriptorType*/ descriptorType; member
456 static bool supportsStores(int descriptorType) in supportsStores()
471 …c VkPipelineRobustnessCreateInfoEXT getPipelineRobustnessInfo(bool robustness2, int descriptorType) in getPipelineRobustnessInfo()
812 static string getStoreValue(int descriptorType, int numComponents, const string& vecType, const str… in getStoreValue()
834 static string genStore(int descriptorType, const string& vecType, const string& bufType, const stri… in genStore()
855 static string genAtomic(int descriptorType, const string& bufType, const string& coord) in genAtomic()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp692 …scriptorSetLayout> NoneStageTestInstance::buildDescriptorSetLayout(VkDescriptorType descriptorType) in buildDescriptorSetLayout()
703 Move<VkDescriptorPool> NoneStageTestInstance::buildDescriptorPool(VkDescriptorType descriptorType) in buildDescriptorPool()
716 VkDescriptorType descriptorType, in buildDescriptorSet()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp694 …scriptorSetLayout> NoneStageTestInstance::buildDescriptorSetLayout(VkDescriptorType descriptorType) in buildDescriptorSetLayout()
705 Move<VkDescriptorPool> NoneStageTestInstance::buildDescriptorPool(VkDescriptorType descriptorType) in buildDescriptorPool()
718 VkDescriptorType descriptorType, in buildDescriptorSet()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp250 int/*VkDescriptorType*/ descriptorType; member
412 static bool supportsStores(int descriptorType) in supportsStores()
427 …c VkPipelineRobustnessCreateInfoEXT getPipelineRobustnessInfo(bool robustness2, int descriptorType) in getPipelineRobustnessInfo()
771 static string getStoreValue(int descriptorType, int numComponents, const string& vecType, const str… in getStoreValue()
793 static string genStore(int descriptorType, const string& vecType, const string& bufType, const stri… in genStore()
814 static string genAtomic(int descriptorType, const string& bufType, const string& coord) in genAtomic()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp168 vk::VkDescriptorType descriptorType; member in vkt::SpirVAssembly::Resource
DvktSpvAsmEmptyStructTests.cpp123 VkDescriptorType descriptorType; in addCopyingComputeGroup() member
DvktSpvAsmImageSamplerTests.cpp90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase()
1010 …g, string> generateGraphicsImageSamplerSource (ReadOp readOp, DescriptorType descriptorType, TestT… in generateGraphicsImageSamplerSource()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp168 vk::VkDescriptorType descriptorType; member in vkt::SpirVAssembly::Resource
DvktSpvAsmEmptyStructTests.cpp123 VkDescriptorType descriptorType; in addCopyingComputeGroup() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorPoolTests.cpp213 for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; in outOfPoolMemoryTest() local
DvktApiMaintenance3Check.cpp711 const VkDescriptorType descriptorType; member
905 for (const auto& descriptorType : descriptorTypes) in createMaintenance3Tests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDescriptorPoolTests.cpp213 for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; in outOfPoolMemoryTest() local

1234