Home
last modified time | relevance | path

Searched refs:type_def (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dcanonical-types.h57 TypeDefinition type_def; member
61 return type_def == other.type_def && in operator ==()
66 return type_def != other.type_def || in operator !=()
71 return base::hash_combine(type_def.kind, in hash_value()
H A Dcanonical-types.cc49 ? canonical_type.type_def.supertype + first_canonical_index in AddRecursiveGroup()
50 : canonical_type.type_def.supertype; in AddRecursiveGroup()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.cpp459 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerShaders() local
460 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()
465 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerShaders()
469 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyPointerShaders()
470 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyPointerShaders()
475 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyPointerShaders()
498 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerKernel() local
499 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()
504 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerKernel()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.cpp459 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerShaders() local
460 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()
465 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerShaders()
469 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyPointerShaders()
470 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyPointerShaders()
475 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyPointerShaders()
498 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerKernel() local
499 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()
504 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerKernel()
/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp470 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerShaders() local
471 if (type_def->opcode() != spv::Op::OpTypePointer) { in IsReadOnlyPointerShaders()
476 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex)); in IsReadOnlyPointerShaders()
480 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyPointerShaders()
481 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyPointerShaders()
486 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyPointerShaders()
509 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerKernel() local
510 if (type_def->opcode() != spv::Op::OpTypePointer) { in IsReadOnlyPointerKernel()
515 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex)); in IsReadOnlyPointerKernel()
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y323 | type_def
340 type_def : TYPE identifier alias_def opt_attr_list ';' label

Completed in 7 milliseconds