Searched refs:nir_op_frsq (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 137 nir_op_frsq, enumerator
|
D | nir_builder_opcodes.h | 556 return nir_build_alu(build, nir_op_frsq, src0, NULL, NULL, NULL); in nir_frsq()
|
D | nir_opt_algebraic.c | 4747 nir_op_frsq, 6616 nir_op_frsq, 9481 nir_op_frsq, 15240 nir_op_frsq, 15255 nir_op_frsq, 19282 case nir_op_frsq: in nir_opt_algebraic_block()
|
D | nir_constant_expressions.c | 13552 case nir_op_frsq: in nir_eval_const_opcode()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 477 case nir_op_frsq: in lower_doubles_instr() 532 case nir_op_frsq: in lower_doubles_instr()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 436 case GLSLstd450InverseSqrt: return nir_op_frsq; in vtn_nir_alu_op_for_spirv_glsl_opcode()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1478 [TGSI_OPCODE_RSQ] = nir_op_frsq,
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 800 case nir_op_frsq: in ntq_emit_alu()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1355 case nir_op_frsq: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1151 case nir_op_frsq: in nir_emit_alu()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 1248 case nir_op_frsq: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1004 case nir_op_frsq: in emit_alu()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1902 case nir_op_frsq: in visit_alu()
|