/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | scriptgenerator.py | 155 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/ |
D | vktBindingBufferDeviceAddressTests.cpp | 385 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/ |
D | vktBindingBufferDeviceAddressTests.cpp | 385 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/ |
D | git.js | 144 const type = refType(line) 284 function refType (ref) { function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawInvertedDepthRangesTests.cpp | 112 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/ |
D | vktDrawInvertedDepthRangesTests.cpp | 112 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/ |
D | findAllReferences.ts | 1991 const refType = getContextualTypeOrAncestorTypeNodeType(ref, checker); 1992 if (type !== checker.getStringType() && type === refType) {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 4768 …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/ |
D | vktRenderPassTests.cpp | 4768 …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/ |
D | ParseHelper.cpp | 2478 …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/ |
D | xmlschemas.c | 2885 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/ |
D | typescriptServices.js | 125901 … var refType = ts.getContextualTypeOrAncestorTypeNodeType(ref, checker); 125902 if (type !== checker.getStringType() && type === refType) {
|
D | tsserverlibrary.js | 125901 … var refType = ts.getContextualTypeOrAncestorTypeNodeType(ref, checker); 125902 if (type !== checker.getStringType() && type === refType) {
|
D | tsserver.js | 125332 … var refType = ts.getContextualTypeOrAncestorTypeNodeType(ref, checker); 125333 if (type !== checker.getStringType() && type === refType) {
|
D | typescript.js | 125901 … var refType = ts.getContextualTypeOrAncestorTypeNodeType(ref, checker); 125902 if (type !== checker.getStringType() && type === refType) {
|