Home
last modified time | relevance | path

Searched defs:ext_opcode (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.h74 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
Dconst_folding_rules.h98 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
Dinterp_fixup_pass.cpp50 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in ReplaceInternalInterpolate() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.h74 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
Dconst_folding_rules.h98 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
Dinterp_fixup_pass.cpp50 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in ReplaceInternalInterpolate() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c721 cbc_ext_opcode_t ext_opcode = CBC_EXT_NOP; in parse_print_final_cbc() local
1019 cbc_ext_opcode_t ext_opcode; in parser_post_processing() local
1408 cbc_ext_opcode_t ext_opcode; in parser_post_processing() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc289 std::string GetGlslStd450FuncName(uint32_t ext_opcode) { in GetGlslStd450FuncName()
4019 const auto ext_opcode = inst.GetSingleWordInOperand(1); in EmitGlslStd450ExtInst() local