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.h141 nir_op_fsqrt, enumerator
Dnir_builder_opcodes.h576 return nir_build_alu(build, nir_op_fsqrt, src0, NULL, NULL, NULL); in nir_fsqrt()
Dnir_opt_algebraic.c4690 nir_op_fsqrt,
4732 nir_op_fsqrt,
9388 nir_op_fsqrt,
15218 nir_op_fsqrt,
15277 nir_op_fsqrt,
19161 case nir_op_fsqrt: in nir_opt_algebraic_block()
Dnir_constant_expressions.c13560 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.c435 case GLSLstd450Sqrt: return nir_op_fsqrt; in vtn_nir_alu_op_for_spirv_glsl_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1492 [TGSI_OPCODE_SQRT] = nir_op_fsqrt,
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1350 case nir_op_fsqrt: in nir_emit_alu()
Dbrw_fs_nir.cpp1146 case nir_op_fsqrt: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1016 case nir_op_fsqrt: in emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1890 case nir_op_fsqrt: in visit_alu()