Searched refs:TGSI_OPCODE_DSQRT (Results 1 – 11 of 11) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 250 { 1, 1, 0, 0 ,0, 0, COMP, "DSQRT", TGSI_OPCODE_DSQRT }, 434 case TGSI_OPCODE_DSQRT: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 201 case TGSI_OPCODE_DSQRT: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6101 case TGSI_OPCODE_DSQRT: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 572 TGSI_OPCODE_DSQRT = 208 /* eg, cayman also has DRSQ */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 554 #define TGSI_OPCODE_DSQRT 208 /* eg, cayman also has DRSQ */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 593 case TGSI_OPCODE_DSQRT: in inferSrcType() 3943 case TGSI_OPCODE_DSQRT: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 581 [nir_op_fsqrt] = { 0, TGSI_OPCODE_DSQRT }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2611 bld_base->op_actions[TGSI_OPCODE_DSQRT].emit = dsqrt_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 3037 if (emit->info.opcode_count[TGSI_OPCODE_DSQRT] > 0) { in alloc_common_immediates() 8622 case TGSI_OPCODE_DSQRT: in check_double_dst_writemask() 9426 case TGSI_OPCODE_DSQRT: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5103 ctx->parse.FullToken.FullInstruction.Instruction.Opcode == TGSI_OPCODE_DSQRT); in cayman_emit_double_instr() 12079 [TGSI_OPCODE_DSQRT] = { ALU_OP2_SQRT_64, cayman_emit_double_instr}, 12305 [TGSI_OPCODE_DSQRT] = { ALU_OP2_SQRT_64, cayman_emit_double_instr},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4856 case TGSI_OPCODE_DSQRT: in iter_instruction()
|