Home
last modified time | relevance | path

Searched refs:refType (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dscriptgenerator.py155 def addMapping(self, baseType, refType): argument
160 if not self.apiName(baseType) or not self.apiName(refType):
161 …self.logMsg('diag', 'ScriptOutputGenerator::addMapping: IGNORE map from', baseType, '<->', refType)
165 baseType, '<->', refType)
172 if refType not in self.mapDict:
174 self.mapDict[refType] = refDict
176 refDict = self.mapDict[refType]
178 baseDict[refType] = None
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp385 std::string refType; in initPrograms() local
390 refType = "uint64_t"; in initPrograms()
395 refType = "uvec2"; in initPrograms()
399 refType = "T1"; in initPrograms()
409 " layout(offset = 48) " << refType << " c[2]; // stride = 8 for scalar, 16 for std140\n" in initPrograms()
410 " layout(offset = 80) " << refType << " d;\n" in initPrograms()
418 " layout(offset = 48) " << refType << " c[2]; // stride = 8 for scalar, 16 for std140\n" in initPrograms()
419 " layout(offset = 80) " << refType << " d;\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp385 std::string refType; in initPrograms() local
390 refType = "uint64_t"; in initPrograms()
395 refType = "uvec2"; in initPrograms()
399 refType = "T1"; in initPrograms()
409 " layout(offset = 48) " << refType << " c[2]; // stride = 8 for scalar, 16 for std140\n" in initPrograms()
410 " layout(offset = 80) " << refType << " d;\n" in initPrograms()
418 " layout(offset = 48) " << refType << " c[2]; // stride = 8 for scalar, 16 for std140\n" in initPrograms()
419 " layout(offset = 80) " << refType << " d;\n" in initPrograms()
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dgit.js144 const type = refType(line)
284 function refType (ref) { function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp112 MovePtr<tcu::TextureLevel> generateReferenceImage (ReferenceImageType refType) const;
368 …reLevel> InvertedDepthRangesTestInstance::generateReferenceImage (ReferenceImageType refType) const in generateReferenceImage()
372 const bool color = (refType == ReferenceImageType::COLOR); in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp112 MovePtr<tcu::TextureLevel> generateReferenceImage (ReferenceImageType refType) const;
368 …reLevel> InvertedDepthRangesTestInstance::generateReferenceImage (ReferenceImageType refType) const in generateReferenceImage()
372 const bool color = (refType == ReferenceImageType::COLOR); in generateReferenceImage()
/third_party/typescript/src/services/
DfindAllReferences.ts1991 const refType = getContextualTypeOrAncestorTypeNodeType(ref, checker);
1992 if (type !== checker.getStringType() && type === refType) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4768 …ences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, size_t count, co… in getImageUsageFromAttachmentReferences() argument
4778 switch (refType) in getImageUsageFromAttachmentReferences()
4804 …ences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, const vector<Att… in getImageUsageFromAttachmentReferences() argument
4808 …getImageUsageFromAttachmentReferences(attachmentImageUsage, refType, references.size(), &reference… in getImageUsageFromAttachmentReferences()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTests.cpp4768 …ences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, size_t count, co… in getImageUsageFromAttachmentReferences() argument
4778 switch (refType) in getImageUsageFromAttachmentReferences()
4804 …ences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, const vector<Att… in getImageUsageFromAttachmentReferences() argument
4808 …getImageUsageFromAttachmentReferences(attachmentImageUsage, refType, references.size(), &reference… in getImageUsageFromAttachmentReferences()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp2478 …const TType* refType = (base->getType().isReference()) ? base->getType().getReferentType() : nullp… in builtInOpCheck() local
2479 …const TQualifier& qualifier = (refType != nullptr) ? refType->getQualifier() : base->getType().get… in builtInOpCheck()
/third_party/libxml2/
Dxmlschemas.c2885 xmlSchemaTypeType refType, in xmlSchemaPResCompAttrErr() argument
2892 refTypeStr = (const char *) xmlSchemaItemTypeToStr(refType); in xmlSchemaPResCompAttrErr()
5486 xmlSchemaTypeType refType, in xmlSchemaNewQNameRef() argument
5504 ret->itemType = refType; in xmlSchemaNewQNameRef()
/third_party/typescript/lib/
DtypescriptServices.js125901 … var refType = ts.getContextualTypeOrAncestorTypeNodeType(ref, checker);
125902 if (type !== checker.getStringType() && type === refType) {
Dtsserverlibrary.js125901 … var refType = ts.getContextualTypeOrAncestorTypeNodeType(ref, checker);
125902 if (type !== checker.getStringType() && type === refType) {
Dtsserver.js125332 … var refType = ts.getContextualTypeOrAncestorTypeNodeType(ref, checker);
125333 if (type !== checker.getStringType() && type === refType) {
Dtypescript.js125901 … var refType = ts.getContextualTypeOrAncestorTypeNodeType(ref, checker);
125902 if (type !== checker.getStringType() && type === refType) {