Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c201 case TGSI_OPCODE_DSQRT: in tgsi_opcode_infer_type()
Dtgsi_exec.c5774 case TGSI_OPCODE_DSQRT: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h567 TGSI_OPCODE_DSQRT = 208 /* eg, cayman also has DRSQ */, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp593 case TGSI_OPCODE_DSQRT: in inferSrcType()
4010 case TGSI_OPCODE_DSQRT: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3236 if (emit->info.opcode_count[TGSI_OPCODE_DSQRT] > 0 || in alloc_common_immediates()
9258 case TGSI_OPCODE_DSQRT: in opcode_has_dbl_src()
9325 case TGSI_OPCODE_DSQRT: in check_double_dst_writemask()
11093 case TGSI_OPCODE_DSQRT: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2611 bld_base->op_actions[TGSI_OPCODE_DSQRT].emit = dsqrt_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1368 [nir_op_fsqrt] = { 0, TGSI_OPCODE_DSQRT }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5121 ctx->parse.FullToken.FullInstruction.Instruction.Opcode == TGSI_OPCODE_DSQRT); in cayman_emit_double_instr()
12191 [TGSI_OPCODE_DSQRT] = { ALU_OP2_SQRT_64, cayman_emit_double_instr},
12418 [TGSI_OPCODE_DSQRT] = { ALU_OP2_SQRT_64, cayman_emit_double_instr},