Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DABS (Results 1 – 12 of 12) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c239 { 1, 1, 0, 0, 0, 0, COMP, "DABS", TGSI_OPCODE_DABS },
427 case TGSI_OPCODE_DABS: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c193 case TGSI_OPCODE_DABS: in tgsi_opcode_infer_type()
Dtgsi_exec.c6053 case TGSI_OPCODE_DABS: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h561 TGSI_OPCODE_DABS = 197, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h543 #define TGSI_OPCODE_DABS 197 macro
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c8543 case TGSI_OPCODE_DABS: in opcode_has_dbl_dst()
8568 case TGSI_OPCODE_DABS: in opcode_has_dbl_src()
8613 case TGSI_OPCODE_DABS: in check_double_dst_writemask()
9420 case TGSI_OPCODE_DABS: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp581 case TGSI_OPCODE_DABS: in inferSrcType()
3940 case TGSI_OPCODE_DABS: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c565 [nir_op_fabs] = { 0, TGSI_OPCODE_DABS }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2603 bld_base->op_actions[TGSI_OPCODE_DABS].emit = dabs_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4583 if (ctx->parse.FullToken.FullInstruction.Instruction.Opcode == TGSI_OPCODE_DABS) { in tgsi_op2_64_params()
4597 case TGSI_OPCODE_DABS: in tgsi_op2_64_params()
12067 [TGSI_OPCODE_DABS] = { ALU_OP1_MOV, tgsi_op2_64},
12293 [TGSI_OPCODE_DABS] = { ALU_OP1_MOV, tgsi_op2_64},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1493 emit_asm(ir, TGSI_OPCODE_DABS, result_dst, op[0]); in visit_expression()
/external/virglrenderer/src/
Dvrend_shader.c4888 case TGSI_OPCODE_DABS: in iter_instruction()