Home
last modified time | relevance | path

Searched defs:descType (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp78 bool isDescriptorTypeImageInfo(VkDescriptorType descType) { in isDescriptorTypeImageInfo()
86 bool isDescriptorTypeBufferInfo(VkDescriptorType descType) { in isDescriptorTypeBufferInfo()
93 bool isDescriptorTypeBufferView(VkDescriptorType descType) { in isDescriptorTypeBufferView()
98 bool isDescriptorTypeInlineUniformBlock(VkDescriptorType descType) { in isDescriptorTypeInlineUniformBlock()
102 bool isDescriptorTypeAccelerationStructure(VkDescriptorType descType) { in isDescriptorTypeAccelerationStructure()
107 VkDescriptorType descType = write->descriptorType; in doEmulatedDescriptorWrite() local
234 void doEmulatedDescriptorImageInfoWriteFromTemplate(VkDescriptorType descType, uint32_t binding, in doEmulatedDescriptorImageInfoWriteFromTemplate()
259 void doEmulatedDescriptorBufferInfoWriteFromTemplate(VkDescriptorType descType, uint32_t binding, in doEmulatedDescriptorBufferInfoWriteFromTemplate()
284 void doEmulatedDescriptorBufferViewWriteFromTemplate(VkDescriptorType descType, uint32_t binding, in doEmulatedDescriptorBufferViewWriteFromTemplate()
309 void doEmulatedDescriptorInlineUniformBlockFromTemplate(VkDescriptorType descType, uint32_t binding, in doEmulatedDescriptorInlineUniformBlockFromTemplate()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp216 const char *getDescriptorName(DescriptorType descType) in getDescriptorName()
260 VkDescriptorType getVkDescriptorType(DescriptorType descType) in getVkDescriptorType()
301 std::string getFunctionDstVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr()
448 std::string getFunctionSrcVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr()
664 std::string getImageSamplerTypeStr(DescriptorType descType, ReadOp readOp, uint32_t depthProperty, … in getImageSamplerTypeStr()
732 std::string getInterfaceList(DescriptorType descType) in getInterfaceList()
753 std::string getSamplerDecoration(DescriptorType descType) in getSamplerDecoration()
DvktSpvAsmMultipleShadersTests.cpp119 const VkDescriptorType descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
DvktSpvAsmComputeShaderCase.cpp517 const VkDescriptorType descType = m_shaderSpec.inputs[inputNdx].getDescriptorType(); in iterate() local
604 const VkDescriptorType descType = descriptorTypes[inputNdx]; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCPropertyTests.cpp115 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in maxIndirectCommandsTokenCountRun() local
262 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in maxIndirectCommandsStreamCountRun() local
466 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in maxIndirectCommandsTokenOffsetRun() local
627 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in maxIndirectCommandsStreamStrideRun() local
821 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in minIndirectCommandsBufferOffsetAlignmentRun() local
958 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in minSequencesOffsetAlignmentsRun() local
DvktDGCComputeMiscTests.cpp101 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in manyExecutesRun() local
297 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in fullReplayRun() local
523 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
DvktDGCPropertyTestsExt.cpp207 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in maxIndirectCommandsTokenCountRun() local
352 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in maxIndirectCommandsTokenOffsetRun() local
511 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in maxIndirectCommandsIndirectStrideRun() local
DvktDGCComputeConditionalTestsExt.cpp159 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in conditionalDispatchRun() local
344 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in conditionalPreprocessRun() local
DvktDGCComputeMiscTestsExt.cpp112 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in twoCmdBuffersRun() local
309 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in manyExecutesRun() local
506 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in manySequencesRun() local
707 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
1018 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
1317 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
DvktDGCComputeConditionalTests.cpp174 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in conditionalDispatchRun() local
418 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in conditionalPreprocessRun() local
DvktDGCComputeSubgroupTestsExt.cpp179 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in verifyBuiltins() local
DvktDGCComputeSubgroupTests.cpp176 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in verifyBuiltins() local
DvktDGCGraphicsMeshConditionalTestsExt.cpp293 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in conditionalDispatchRun() local
514 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in conditionalPreprocessRun() local
DvktDGCComputeSmokeTests.cpp199 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; // Used by all buffers in shaders. in iterate() local
DvktDGCComputePreprocessTests.cpp122 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in parallelPreprocessRun() local
DvktDGCComputeSmokeTestsExt.cpp212 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; // Used by all buffers in shaders. in iterate() local
DvktDGCComputePreprocessTestsExt.cpp130 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in parallelPreprocessRun() local
/external/angle/src/libANGLE/renderer/vulkan/
DCLKernelVk.cpp78 VkDescriptorType descType = VK_DESCRIPTOR_TYPE_MAX_ENUM; in init() local
DProgramExecutableVk.cpp1169 VkDescriptorType descType, in addInterfaceBlockDescriptorSetDesc()
1246 const VkDescriptorType descType = imageBinding.textureType == gl::TextureType::Buffer in addImageDescriptorSetDesc() local
1395 const VkDescriptorType descType = samplerBinding.textureType == gl::TextureType::Buffer in addTextureDescriptorSetDesc() local
/external/armnn/src/backends/backendsCommon/test/
DIsLayerSupportedTestImpl.hpp549 #define DECLARE_LAYER_POLICY_CUSTOM_PARAM(name, descType) \ argument
568 #define DECLARE_LAYER_POLICY_MAP_PARAM(name, descType) \ argument
598 #define DECLARE_LAYER_POLICY_EXCEPTION(name, descType) \ argument
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp79 VkDescriptorType descType; member
1294 const vk::VkDescriptorType descType[] = {vk::VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, in createBufferViewAccessTests() local
1346 const vk::VkDescriptorType descType[] = {vk::VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, in createBufferViewAccessTests() local
DvktApiMaintenance3Check.cpp798 std::string getDescriptorTypeShortName(const VkDescriptorType descType) in getDescriptorTypeShortName()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCombinationTests.cpp101 const VkDescriptorType descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBinaryTests.cpp111 const VkDescriptorType descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
222 const VkDescriptorType descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
DvktPipelineLegacyAttrTests.cpp428 const auto descType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local

12