Searched refs:nir_op_fsqrt (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 141 nir_op_fsqrt, enumerator
|
D | nir_builder_opcodes.h | 576 return nir_build_alu(build, nir_op_fsqrt, src0, NULL, NULL, NULL); in nir_fsqrt()
|
D | nir_opt_algebraic.c | 4690 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()
|
D | nir_constant_expressions.c | 13560 case nir_op_fsqrt: in nir_eval_const_opcode()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 472 case nir_op_fsqrt: in lower_doubles_instr() 529 case nir_op_fsqrt: in lower_doubles_instr()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 435 case GLSLstd450Sqrt: return nir_op_fsqrt; in vtn_nir_alu_op_for_spirv_glsl_opcode()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1492 [TGSI_OPCODE_SQRT] = nir_op_fsqrt,
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1350 case nir_op_fsqrt: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1146 case nir_op_fsqrt: in nir_emit_alu()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1016 case nir_op_fsqrt: in emit_alu()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1890 case nir_op_fsqrt: in visit_alu()
|