Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h135 nir_op_fsqrt, enumerator
Dnir_builder_opcodes.h546 return nir_build_alu(build, nir_op_fsqrt, src0, NULL, NULL, NULL); in nir_fsqrt()
Dnir_opt_algebraic.c4679 nir_op_fsqrt,
4727 nir_op_fsqrt,
9607 nir_op_fsqrt,
15876 nir_op_fsqrt,
15943 nir_op_fsqrt,
19962 case nir_op_fsqrt: in nir_opt_algebraic_block()
Dnir_constant_expressions.c10173 case nir_op_fsqrt: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c472 case nir_op_fsqrt: in lower_doubles_instr()
529 case nir_op_fsqrt: in lower_doubles_instr()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c381 case GLSLstd450Sqrt: return nir_op_fsqrt; in vtn_nir_alu_op_for_spirv_glsl_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1539 [TGSI_OPCODE_SQRT] = nir_op_fsqrt,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp1463 case nir_op_fsqrt: in nir_emit_alu()
Dbrw_fs_nir.cpp1041 case nir_op_fsqrt: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c847 case nir_op_fsqrt: in emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1387 case nir_op_fsqrt: in visit_alu()