Home
last modified time | relevance | path

Searched refs:type_def (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp434 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerShaders() local
435 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()
440 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerShaders()
444 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyPointerShaders()
445 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyPointerShaders()
450 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyPointerShaders()
473 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerKernel() local
474 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()
479 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerKernel()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp434 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerShaders() local
435 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()
440 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerShaders()
444 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyPointerShaders()
445 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyPointerShaders()
450 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyPointerShaders()
473 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerKernel() local
474 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()
479 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerKernel()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstruction.cpp436 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerShaders() local
437 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()
442 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerShaders()
446 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyPointerShaders()
447 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyPointerShaders()
452 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyPointerShaders()
475 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyPointerKernel() local
476 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()
481 type_def->GetSingleWordInOperand(kPointerTypeStorageClassIndex); in IsReadOnlyPointerKernel()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp534 auto type_def = llvm::dyn_cast<PDBSymbolTypeTypedef>(&type); in CreateLLDBTypeFromPDBType() local
535 assert(type_def); in CreateLLDBTypeFromPDBType()
538 m_ast.GetSymbolFile()->ResolveTypeUID(type_def->getTypeId()); in CreateLLDBTypeFromPDBType()
543 std::string(MSVCUndecoratedNameParser::DropScope(type_def->getName())); in CreateLLDBTypeFromPDBType()
563 if (type_def->isConstType()) in CreateLLDBTypeFromPDBType()
566 if (type_def->isVolatileType()) in CreateLLDBTypeFromPDBType()
571 if (type_def->getLength()) in CreateLLDBTypeFromPDBType()
572 size = type_def->getLength(); in CreateLLDBTypeFromPDBType()
574 type_def->getSymIndexId(), m_ast.GetSymbolFile(), ConstString(name), in CreateLLDBTypeFromPDBType()
/external/selinux/checkpolicy/
Dpolicy_parse.y324 | type_def
341 type_def : TYPE identifier alias_def opt_attr_list ';'