Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DRCP (Results 1 – 11 of 11) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c249 { 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/
Dtgsi_info.c200 case TGSI_OPCODE_DRCP: in tgsi_opcode_infer_type()
Dtgsi_exec.c6097 case TGSI_OPCODE_DRCP: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h555 #define TGSI_OPCODE_DRCP 207 /* eg, cayman */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h571 TGSI_OPCODE_DRCP = 207 /* eg, cayman */, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp592 case TGSI_OPCODE_DRCP: in inferSrcType()
3942 case TGSI_OPCODE_DRCP: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c579 [nir_op_frcp] = { 0, TGSI_OPCODE_DRCP }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1225 bld_base->op_actions[TGSI_OPCODE_DRCP].emit = drcp_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c967 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/
Dvrend_shader.c3458 case TGSI_OPCODE_DRCP: in iter_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12078 [TGSI_OPCODE_DRCP] = { ALU_OP2_RECIP_64, cayman_emit_double_instr},
12304 [TGSI_OPCODE_DRCP] = { ALU_OP2_RECIP_64, cayman_emit_double_instr},