/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 251 case TGSI_OPCODE_EX2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 68 { 1, 1, 0, 0, 0, 0, REPL, "EX2", TGSI_OPCODE_EX2 },
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 189 case TGSI_OPCODE_EX2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 403 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_pow() 493 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_lit() 601 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_exp() 625 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_exp() 736 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_log()
|
D | tgsi_exec.c | 5333 case TGSI_OPCODE_EX2: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 379 TGSI_OPCODE_EX2 = 28, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 363 #define TGSI_OPCODE_EX2 28 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 57 case TGSI_OPCODE_EX2: return RC_OPCODE_EX2; in translate_opcode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 742 inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_instr() 779 inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_instr()
|
D | st_mesa_to_tgsi.c | 470 return TGSI_OPCODE_EX2; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1508 emit_scalar(ir, TGSI_OPCODE_EX2, result_dst, op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 309 TGSI_OPCODE_EX2, floor_x); in exp_emit() 317 TGSI_OPCODE_EX2, emit_data->args[0] /* src0.x */); in exp_emit() 456 ex2_flr_log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_EX2, in log_emit() 1178 bld_base->op_actions[TGSI_OPCODE_EX2].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions() 2543 bld_base->op_actions[TGSI_OPCODE_EX2].emit = ex2_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 573 case TGSI_OPCODE_EX2: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 90 [ TGSI_OPCODE_EX2 ] = { false, false, 0, 1, 1 },
|
D | i915_fpc_translate.c | 612 case TGSI_OPCODE_EX2: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1815 [TGSI_OPCODE_EX2] = nir_op_fexp2, 2006 case TGSI_OPCODE_EX2: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 753 ntt_emit_scalar(c, TGSI_OPCODE_EX2, dst, src[0], src[1]); in ntt_emit_alu()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 594 case TGSI_OPCODE_EX2: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 597 case TGSI_OPCODE_EX2: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 298 case TGSI_OPCODE_EX2: in srcMask() 3224 case TGSI_OPCODE_EX2: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2851 case TGSI_OPCODE_EX2: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 9338 case TGSI_OPCODE_EX2: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11701 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, tgsi_trans_srcx_replicate}, 11899 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, tgsi_trans_srcx_replicate}, 12125 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, cayman_emit_float_instr},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4918 case TGSI_OPCODE_EX2: in iter_instruction()
|