Searched refs:TGSI_OPCODE_DRCP (Results 1 – 11 of 11) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 249 { 1, 1, 0, 0, 0, 0, COMP, "DRCP", TGSI_OPCODE_DRCP }, 395 case TGSI_OPCODE_DRCP: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 200 case TGSI_OPCODE_DRCP: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6097 case TGSI_OPCODE_DRCP: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 555 #define TGSI_OPCODE_DRCP 207 /* eg, cayman */ macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 571 TGSI_OPCODE_DRCP = 207 /* eg, cayman */, enumerator
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 592 case TGSI_OPCODE_DRCP: in inferSrcType() 3942 case TGSI_OPCODE_DRCP: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 579 [nir_op_frcp] = { 0, TGSI_OPCODE_DRCP }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1225 bld_base->op_actions[TGSI_OPCODE_DRCP].emit = drcp_emit; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 967 case TGSI_OPCODE_DRCP: in translate_opcode() 8621 case TGSI_OPCODE_DRCP: in check_double_dst_writemask() 9424 case TGSI_OPCODE_DRCP: in emit_vgpu10_instruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3458 case TGSI_OPCODE_DRCP: in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 12078 [TGSI_OPCODE_DRCP] = { ALU_OP2_RECIP_64, cayman_emit_double_instr}, 12304 [TGSI_OPCODE_DRCP] = { ALU_OP2_RECIP_64, cayman_emit_double_instr},
|