Home
last modified time | relevance | path

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

123

/external/deqp/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()
/external/deqp/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.cpp240 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/
DVkPipelineLayout.hpp52 VkDescriptorType descriptorType; member
DVkDescriptorSetLayout.hpp88 VkDescriptorType descriptorType; member
/external/deqp/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.cpp124 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/
DvktRobustnessExtsTests.cpp243 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/
DSpirvShaderImage.cpp533 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
DSpirvShaderMemory.cpp445 auto descriptorType = routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding); in GetPointerToData() local
/external/deqp/external/vulkancts/modules/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()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmEmptyStructTests.cpp123 VkDescriptorType descriptorType; in addCopyingComputeGroup() member
DvktSpvAsmUtils.hpp168 vk::VkDescriptorType descriptorType; member in vkt::SpirVAssembly::Resource
DvktSpvAsmImageSamplerTests.cpp90 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/
DvktApiDescriptorPoolTests.cpp213 for (VkDescriptorType descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; in outOfPoolMemoryTest() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp79 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/
Dlayer_validation_tests.cpp1355 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/
Dvk_cache_utils.cpp4510 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/
Dvulkan_list_map.cpp146 size_t numDescriptorSetLayoutBindings, VulkanDescriptorType descriptorType, in VulkanDescriptorSetLayoutBindingList()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp259 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/
DvkTypeUtil.inl199 …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/
DvkTypeUtil.inl245 …outBinding makeDescriptorSetLayoutBinding (uint32_t binding, VkDescriptorType descriptorType, uint…
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp1384 const VkDescriptorType descriptorType = isTexelBuffer ? in prepareDescriptors() local
1687 const VkDescriptorType descriptorType = isTexelBuffer ? in prepareDescriptors() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp687 …rRenderCaseInstance::addUniform (deUint32 bindingLocation, vk::VkDescriptorType descriptorType, co… in addUniform()

123