Searched defs:ext_opcode (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_amd.c | 30 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()
|
D | vtn_glsl450.c | 625 vtn_handle_glsl450_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_glsl450_instruction()
|
D | vtn_opencl.c | 903 vtn_handle_opencl_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_opencl_instruction()
|
D | spirv_to_nir.c | 514 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/ |
D | folding_rules.h | 74 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
|
D | const_folding_rules.h | 98 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
|
D | interp_fixup_pass.cpp | 50 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in ReplaceInternalInterpolate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.h | 74 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
|
D | const_folding_rules.h | 98 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
|
D | interp_fixup_pass.cpp | 50 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in ReplaceInternalInterpolate() local
|
/third_party/spirv-tools/source/opt/ |
D | folding_rules.h | 74 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
|
D | const_folding_rules.h | 98 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in GetRulesForInstruction() local
|
D | interp_fixup_pass.cpp | 50 uint32_t ext_opcode = inst->GetSingleWordInOperand(1); in ReplaceInternalInterpolate() local
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser.c | 721 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/ |
D | function.cc | 289 std::string GetGlslStd450FuncName(uint32_t ext_opcode) { in GetGlslStd450FuncName() 4019 const auto ext_opcode = inst.GetSingleWordInOperand(1); in EmitGlslStd450ExtInst() local
|