Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DSQRT (Results 1 – 10 of 10) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c250 { 1, 1, 0, 0 ,0, 0, COMP, "DSQRT", TGSI_OPCODE_DSQRT },
396 case TGSI_OPCODE_DSQRT: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c199 case TGSI_OPCODE_DSQRT: in tgsi_opcode_infer_type()
Dtgsi_exec.c5880 case TGSI_OPCODE_DSQRT: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h556 #define TGSI_OPCODE_DSQRT 208 /* eg, cayman also has DRSQ */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h562 #define TGSI_OPCODE_DSQRT 208 /* eg, cayman also has DRSQ */ macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c746 bld_base->op_actions[TGSI_OPCODE_DSQRT].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu()
747 bld_base->op_actions[TGSI_OPCODE_DSQRT].intr_name = "llvm.sqrt.f64"; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp653 case TGSI_OPCODE_DSQRT: in inferSrcType()
4013 case TGSI_OPCODE_DSQRT: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2483 bld_base->op_actions[TGSI_OPCODE_DSQRT].emit = dsqrt_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4538 ctx->parse.FullToken.FullInstruction.Instruction.Opcode == TGSI_OPCODE_DSQRT); in cayman_emit_double_instr()
10656 [TGSI_OPCODE_DSQRT] = { ALU_OP2_SQRT_64, cayman_emit_double_instr},
10878 [TGSI_OPCODE_DSQRT] = { ALU_OP2_SQRT_64, cayman_emit_double_instr},
/external/virglrenderer/src/
Dvrend_shader.c3329 case TGSI_OPCODE_DSQRT: in iter_instruction()