Searched refs:TGSI_OPCODE_DABS (Results 1 – 12 of 12) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 239 { 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/ |
D | tgsi_info.c | 193 case TGSI_OPCODE_DABS: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6053 case TGSI_OPCODE_DABS: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 561 TGSI_OPCODE_DABS = 197, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 543 #define TGSI_OPCODE_DABS 197 macro
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 8543 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/ |
D | nv50_ir_from_tgsi.cpp | 581 case TGSI_OPCODE_DABS: in inferSrcType() 3940 case TGSI_OPCODE_DABS: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 565 [nir_op_fabs] = { 0, TGSI_OPCODE_DABS }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2603 bld_base->op_actions[TGSI_OPCODE_DABS].emit = dabs_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 4583 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/ |
D | st_glsl_to_tgsi.cpp | 1493 emit_asm(ir, TGSI_OPCODE_DABS, result_dst, op[0]); in visit_expression()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4888 case TGSI_OPCODE_DABS: in iter_instruction()
|