Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c259 { 1, 1, 0, 0 ,0, 0, COMP, "DRSQ", TGSI_OPCODE_DRSQ },
439 case TGSI_OPCODE_DRSQ: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c206 case TGSI_OPCODE_DRSQ: in tgsi_opcode_infer_type()
Dtgsi_exec.c6105 case TGSI_OPCODE_DRSQ: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h581 TGSI_OPCODE_DRSQ = 217 /* eg, cayman also has DRSQ */, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h563 #define TGSI_OPCODE_DRSQ 217 /* eg, cayman also has DRSQ */ macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp597 case TGSI_OPCODE_DRSQ: in inferSrcType()
3944 case TGSI_OPCODE_DRSQ: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c580 [nir_op_frsq] = { 0, TGSI_OPCODE_DRSQ }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2610 bld_base->op_actions[TGSI_OPCODE_DRSQ].emit = drecip_sqrt_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5102 ctx->parse.FullToken.FullInstruction.Instruction.Opcode == TGSI_OPCODE_DRSQ || in cayman_emit_double_instr()
12089 [TGSI_OPCODE_DRSQ] = { ALU_OP2_RECIPSQRT_64, cayman_emit_double_instr},
12315 [TGSI_OPCODE_DRSQ] = { ALU_OP2_RECIPSQRT_64, cayman_emit_double_instr},
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9438 case TGSI_OPCODE_DRSQ: in emit_vgpu10_instruction()
/external/virglrenderer/src/
Dvrend_shader.c4989 case TGSI_OPCODE_DRSQ: in iter_instruction()