Searched refs:nir_op_fpow (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 132 nir_op_fpow, enumerator
|
D | nir_opt_algebraic.c | 7175 nir_op_fpow, 7232 nir_op_fpow, 7260 nir_op_fpow, 7303 nir_op_fpow, 7376 nir_op_fpow, 7411 nir_op_fpow, 7423 nir_op_fpow, 7451 nir_op_fpow, 7470 nir_op_fpow, 9538 nir_op_fpow, [all …]
|
D | nir_builder_opcodes.h | 531 return nir_build_alu(build, nir_op_fpow, src0, src1, NULL, NULL); in nir_fpow()
|
D | nir_constant_expressions.c | 13542 case nir_op_fpow: in nir_eval_const_opcode()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 432 case GLSLstd450Pow: return nir_op_fpow; in vtn_nir_alu_op_for_spirv_glsl_opcode()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1498 [TGSI_OPCODE_POW] = nir_op_fpow,
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1360 case nir_op_fpow: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1296 case nir_op_fpow: in nir_emit_alu()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1908 case nir_op_fpow: in visit_alu()
|