Searched refs:nir_op_fsqrt (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 135 nir_op_fsqrt, enumerator
|
D | nir_builder_opcodes.h | 546 return nir_build_alu(build, nir_op_fsqrt, src0, NULL, NULL, NULL); in nir_fsqrt()
|
D | nir_opt_algebraic.c | 4679 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()
|
D | nir_constant_expressions.c | 10173 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 | 381 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 | 1539 [TGSI_OPCODE_SQRT] = nir_op_fsqrt,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4_nir.cpp | 1463 case nir_op_fsqrt: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1041 case nir_op_fsqrt: in nir_emit_alu()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 847 case nir_op_fsqrt: in emit_alu()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1387 case nir_op_fsqrt: in visit_alu()
|