Home
last modified time | relevance | path

Searched defs:refType (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dscriptgenerator.py159 def addMapping(self, baseType, refType): argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp385 std::string refType; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp385 std::string refType; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTests.cpp4768 …mentReferences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, size_t … in getImageUsageFromAttachmentReferences()
4804 …mentReferences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, const v… in getImageUsageFromAttachmentReferences()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4782 …mentReferences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, size_t … in getImageUsageFromAttachmentReferences()
4818 …mentReferences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, const v… in getImageUsageFromAttachmentReferences()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp2588 …const TType* refType = (base->getType().isReference()) ? base->getType().getReferentType() : nullp… in builtInOpCheck() local