Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_amd.c30 vtn_handle_amd_gcn_shader_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_amd_gcn_shader_instruction()
55 vtn_handle_amd_shader_ballot_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_amd_shader_ballot_instruction()
118 vtn_handle_amd_shader_trinary_minmax_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_amd_shader_trinary_minmax_instruction()
180 vtn_handle_amd_shader_explicit_vertex_parameter_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_amd_shader_explicit_vertex_parameter_instruction()
Dvtn_glsl450.c625 vtn_handle_glsl450_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_glsl450_instruction()
Dvtn_opencl.c903 vtn_handle_opencl_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_opencl_instruction()
Dspirv_to_nir.c514 vtn_handle_non_semantic_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_non_semantic_instruction()
/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/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/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