| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkBuilderUtil.hpp | 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 …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 …]
|
| D | vkBuilderUtil.cpp | 37 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addBinding (VkDescriptorType descriptorType, in addBinding() 69 …rSetLayoutBuilder& DescriptorSetLayoutBuilder::addIndexedBinding (VkDescriptorType descriptorType, in addIndexedBinding() 200 VkDescriptorType descriptorType, in write()
|
| /external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingShaderAccessTests.cpp | 398 … 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 …]
|
| D | vktBindingMutableTests.cpp | 240 DescriptorTypeFlagBits toDescriptorTypeFlagBit (VkDescriptorType descriptorType) in toDescriptorTypeFlagBit() 370 ResourceType toResourceType (VkDescriptorType descriptorType) in toResourceType() 411 bool isShaderWritable (VkDescriptorType descriptorType) in isShaderWritable() 593 VkDescriptorType descriptorType; member 1086 const auto descriptorType = typeAtIteration(iteration); in createResources() local 1095 const auto descriptorType = typeAtIteration(iteration); in glslDeclarations() local 1158 const auto descriptorType = typeAtIteration(iteration); in glslCheckStatements() local 1443 const auto& descriptorType = descriptorTypes[descriptorIdx]; in glslDeclarations() local 1810 const auto& descriptorType = descriptorTypes[descriptorIdx]; in updateDescriptorSet() local 1935 bool containsTypeAtIteration (VkDescriptorType descriptorType, deUint32 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 | 75 VkDescriptorType descriptorType, in buildShaderName() 652 bool isDynamicDescriptor (VkDescriptorType descriptorType) in isDynamicDescriptor() 692 deUint32 DeviceProperties::computeMaxPerStageDescriptorCount (VkDescriptorType descriptorType, in computeMaxPerStageDescriptorCount()
|
| D | vktDescriptorSetsIndexingTests.cpp | 124 VkDescriptorType descriptorType; // used only to distinguish test class instance member 138 VkDescriptorType descriptorType; member 546 …32 CommonDescriptorInstance::computeAvailableDescriptorCount (VkDescriptorType descriptorType, in computeAvailableDescriptorCount() 1671 std::string CommonDescriptorInstance::getColorAccess (VkDescriptorType descriptorType, in getColorAccess() 1746 bool CommonDescriptorInstance::performWritesInVertex (VkDescriptorType descriptorType) in performWritesInVertex() 1765 bool CommonDescriptorInstance::performWritesInVertex (VkDescriptorType descriptorType, in performWritesInVertex()
|
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessExtsTests.cpp | 243 int/*VkDescriptorType*/ descriptorType; member 456 static bool supportsStores(int descriptorType) in supportsStores() 471 …c VkPipelineRobustnessCreateInfoEXT getPipelineRobustnessInfo(bool robustness2, int descriptorType) in getPipelineRobustnessInfo() 813 static string getStoreValue(int descriptorType, int numComponents, const string& vecType, const str… in getStoreValue() 835 static string genStore(int descriptorType, const string& vecType, const string& bufType, const stri… in genStore() 856 static string genAtomic(int descriptorType, const string& bufType, const string& coord) in genAtomic()
|
| /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
|
| D | SpirvShaderMemory.cpp | 445 auto descriptorType = routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding); in GetPointerToData() local
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationNoneStageTests.cpp | 692 …scriptorSetLayout> NoneStageTestInstance::buildDescriptorSetLayout(VkDescriptorType descriptorType) in buildDescriptorSetLayout() 703 Move<VkDescriptorPool> NoneStageTestInstance::buildDescriptorPool(VkDescriptorType descriptorType) in buildDescriptorPool() 716 VkDescriptorType descriptorType, in buildDescriptorSet()
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmEmptyStructTests.cpp | 123 VkDescriptorType descriptorType; in addCopyingComputeGroup() member
|
| D | vktSpvAsmUtils.hpp | 168 vk::VkDescriptorType descriptorType; member in vkt::SpirVAssembly::Resource
|
| D | vktSpvAsmImageSamplerTests.cpp | 90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() 1010 …g, string> generateGraphicsImageSamplerSource (ReadOp readOp, DescriptorType descriptorType, TestT… in generateGraphicsImageSamplerSource()
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiDescriptorPoolTests.cpp | 213 for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; in outOfPoolMemoryTest() local
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineDynamicOffsetTests.cpp | 79 VkDescriptorType descriptorType; member 381 …const VkDescriptorType descriptorType = (dynamicDesc ? m_params.descriptorType : nonDynami… in init() local 511 …const VkDescriptorType descriptorType = (dynamicDesc ? m_params.descriptorType : nonDynamicDes… in init() local 942 …const VkDescriptorType descriptorType = (dynamicDesc ? m_params.descriptorType : nonDynamic… in init() local 1102 …const VkDescriptorType descriptorType = dynamicDesc ? m_params.descriptorType : nonDynamicDesc… in init() local
|
| /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()
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | vk_cache_utils.cpp | 4510 VkDescriptorType descriptorType, in update() 5417 VkDescriptorType descriptorType, in updateWriteDesc() 5448 VkDescriptorType descriptorType) in updateShaderBuffers() 5524 VkDescriptorType descriptorType = (imageBinding.textureType == gl::TextureType::Buffer) in updateImages() local 5583 VkDescriptorType descriptorType = (samplerBinding.textureType == gl::TextureType::Buffer) in updateExecutableActiveTextures() local 6040 VkDescriptorType descriptorType, in setEmptyBuffer() 6064 VkDescriptorType descriptorType, in updateOneShaderBuffer() 6162 VkDescriptorType descriptorType, in updateShaderBuffers()
|
| /external/OpenCL-CTS/test_conformance/vulkan/vulkan_interop_common/ |
| D | vulkan_list_map.cpp | 146 size_t numDescriptorSetLayoutBindings, VulkanDescriptorType descriptorType, in VulkanDescriptorSetLayoutBindingList()
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktOpaqueTypeIndexingTests.cpp | 259 void OpaqueTypeIndexingTestInstance::checkSupported (const VkDescriptorType descriptorType) in checkSupported() 1202 …const VkDescriptorType descriptorType = m_blockType == BLOCKTYPE_UNIFORM ? VK_DESCRIPTOR_TYPE_UN… in iterate() local
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkTypeUtil.inl | 199 …outBinding makeDescriptorSetLayoutBinding (uint32_t binding, VkDescriptorType descriptorType, uint… 482 …Binding, uint32_t dstArrayElement, uint32_t descriptorCount, VkDescriptorType descriptorType, size…
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vkTypeUtil.inl | 245 …outBinding makeDescriptorSetLayoutBinding (uint32_t binding, VkDescriptorType descriptorType, uint…
|
| /external/deqp/external/vulkancts/modules/vulkan/image/ |
| D | vktImageAtomicOperationTests.cpp | 1384 const VkDescriptorType descriptorType = isTexelBuffer ? in prepareDescriptors() local 1687 const VkDescriptorType descriptorType = isTexelBuffer ? in prepareDescriptors() local
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRender.hpp | 687 …rRenderCaseInstance::addUniform (deUint32 bindingLocation, vk::VkDescriptorType descriptorType, co… in addUniform()
|