Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.hpp51 …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 …]
H A DvkBuilderUtil.cpp37 DescriptorSetLayoutBuilder &DescriptorSetLayoutBuilder::addBinding(VkDescriptorType descriptorType, in addBinding()
65 …torSetLayoutBuilder &DescriptorSetLayoutBuilder::addIndexedBinding(VkDescriptorType descriptorType, in addIndexedBinding()
189 VkDescriptorType descriptorType, in write()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp423vk::VkDescriptorType descriptorType, in createTemplateBinding()
1303vk::VkDescriptorType descriptorType, DescriptorSetCount descriptorSetCount, in BufferRenderInstance()
1384 …Interface &vki, vk::VkDevice device, vk::Allocator &allocator, vk::VkDescriptorType descriptorType, in createSourceBuffers()
1424vk::VkDescriptorType descriptorType, uint32_t setNdx, in createSourceBuffer()
1481vk::VkDescriptorType descriptorType, in createDescriptorPool()
1492 const vk::DeviceInterface &vki, vk::VkDevice device, vk::VkDescriptorType descriptorType, in createDescriptorSetLayouts()
1581vk::VkDescriptorType descriptorType, DescriptorSetCount descriptorSetCount, ShaderInputInterface s… in createDescriptorSets()
1648vk::VkDescriptorType descriptorType, ShaderInputInterface shaderInterface, in writeDescriptorSet()
1717 …vk::VkDescriptorPool descriptorPool, vk::VkDescriptorType descriptorType, ShaderInputInterface sha… in writeDescriptorSetWithTemplate()
2415vk::VkDescriptorType descriptorType, DescriptorSetCount descriptorSetCount, in BufferComputeInstance()
[all …]
H A DvktBindingMutableTests.cpp234 DescriptorTypeFlagBits toDescriptorTypeFlagBit(VkDescriptorType descriptorType) in toDescriptorTypeFlagBit()
393 ResourceType toResourceType(VkDescriptorType descriptorType) in toResourceType()
434 bool isShaderWritable(VkDescriptorType descriptorType) in isShaderWritable()
615 VkDescriptorType descriptorType; member
1121 const auto descriptorType = typeAtIteration(iteration); in createResources() local
1131 const auto descriptorType = typeAtIteration(iteration); in glslDeclarations() local
1201 const auto descriptorType = typeAtIteration(iteration); in glslCheckStatements() local
1494 const auto &descriptorType = descriptorTypes[descriptorIdx]; in glslDeclarations() local
1881 const auto &descriptorType = descriptorTypes[descriptorIdx]; in updateDescriptorSet() local
2022 bool containsTypeAtIteration(VkDescriptorType descriptorType, uint32_t iteration) const in containsTypeAtIteration()
[all …]
H A DvktBindingStagesTests.cpp70 StagesTestInstance(Context &context, vk::VkDescriptorType descriptorType) in StagesTestInstance()
474 StagesTestCase(tcu::TestContext &context, const char *name, vk::VkDescriptorType descriptorType) in StagesTestCase()
594 vk::VkDescriptorType descriptorType; in createStagesTests() member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp71 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()
H A DvktDescriptorSetsIndexingTests.cpp100 VkDescriptorType descriptorType; // used only to distinguish test class instance member
113 VkDescriptorType descriptorType; member
478 uint32_t CommonDescriptorInstance::computeAvailableDescriptorCount(VkDescriptorType descriptorType, in computeAvailableDescriptorCount()
1676 std::string CommonDescriptorInstance::getColorAccess(VkDescriptorType descriptorType, const char *i… in getColorAccess()
1748 bool CommonDescriptorInstance::performWritesInVertex(VkDescriptorType descriptorType) in performWritesInVertex()
1761 bool CommonDescriptorInstance::performWritesInVertex(VkDescriptorType descriptorType, const Context… in performWritesInVertex()
4495 VkDescriptorType descriptorType; in descriptorIndexingDescriptorSetsCreateTests() member
/aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbDescriptor.java284 static String getDescriptorName(byte descriptorType, int descriptorLength) { in getDescriptorName()
295 static void logDescriptorName(byte descriptorType, int descriptorLength) { in logDescriptorName()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp267 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()
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A 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
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp663 …scriptorSetLayout> NoneStageTestInstance::buildDescriptorSetLayout(VkDescriptorType descriptorType) in buildDescriptorSetLayout()
673 Move<VkDescriptorPool> NoneStageTestInstance::buildDescriptorPool(VkDescriptorType descriptorType) in buildDescriptorPool()
685VkDescriptorType descriptorType, VkImageView inputView, in buildDescriptorSet()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp81 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
/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dvulkan_list_map.cpp145 size_t binding, VulkanDescriptorType descriptorType, in addBinding()
155 size_t numDescriptorSetLayoutBindings, VulkanDescriptorType descriptorType, in VulkanDescriptorSetLayoutBindingList()
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_descriptor_set.c1455 VkDescriptorType descriptorType, in pvr_write_image_descriptor_primaries()
1488 VkDescriptorType descriptorType, in pvr_write_image_descriptor_secondaries()
1660 VkDescriptorType descriptorType, in pvr_write_buffer_descriptor()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiMaintenance3Check.cpp637 const VkDescriptorType descriptorType; member
831 for (const auto &descriptorType : descriptorTypes) in createMaintenance3Tests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp90 bool isValidTestCase(TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase()
1033 map<string, string> generateGraphicsImageSamplerSource(ReadOp readOp, DescriptorType descriptorType in generateGraphicsImageSamplerSource()
H A DvktSpvAsmEmptyStructTests.cpp121 VkDescriptorType descriptorType; in addCopyingComputeGroup() member
H A DvktSpvAsmUtils.hpp196 vk::VkDescriptorType descriptorType; member in vkt::SpirVAssembly::Resource
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPipelineLayout.hpp52 VkDescriptorType descriptorType; member
H A DVkDescriptorSetLayout.hpp88 VkDescriptorType descriptorType; member
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkTypeUtil.inl190 …outBinding makeDescriptorSetLayoutBinding (uint32_t binding, VkDescriptorType descriptorType, uint…
424 …Binding, uint32_t dstArrayElement, uint32_t descriptorCount, VkDescriptorType descriptorType, size…
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp1355 VkDescriptorType descriptorType) { in WriteDescriptorBufferInfo()
1377 …iteDescriptorBufferView(int blinding, VkBufferView &buffer_view, VkDescriptorType descriptorType) { in WriteDescriptorBufferView()
1393 VkDescriptorType descriptorType) { in WriteDescriptorImageInfo()
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DDescriptorSetVirtualization.h26 VkDescriptorType descriptorType; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp4944 VkDescriptorType descriptorType, in addBinding()
5884 VkDescriptorType descriptorType, in updateWriteDesc()
5915 VkDescriptorType descriptorType) in updateShaderBuffers()
5991 VkDescriptorType descriptorType = (imageBinding.textureType == gl::TextureType::Buffer) in updateImages() local
6066 VkDescriptorType descriptorType = (samplerBinding.textureType == gl::TextureType::Buffer) in updateExecutableActiveTextures() local
6429 VkDescriptorType descriptorType, in setEmptyBuffer()
6452 VkDescriptorType descriptorType, in updateOneShaderBuffer()
6562 VkDescriptorType descriptorType, in updateShaderBuffers()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dusbdlib.h24 #define UsbBuildGetDescriptorRequest(urb, length, descriptorType, descriptorIndex, languageId, tran… argument

123456