Home
last modified time | relevance | path

Searched refs:nir_op_fpow (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h132 nir_op_fpow, enumerator
Dnir_opt_algebraic.c7175 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 …]
Dnir_builder_opcodes.h531 return nir_build_alu(build, nir_op_fpow, src0, src1, NULL, NULL); in nir_fpow()
Dnir_constant_expressions.c13542 case nir_op_fpow: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c432 case GLSLstd450Pow: return nir_op_fpow; in vtn_nir_alu_op_for_spirv_glsl_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1498 [TGSI_OPCODE_POW] = nir_op_fpow,
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1360 case nir_op_fpow: in nir_emit_alu()
Dbrw_fs_nir.cpp1296 case nir_op_fpow: in nir_emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1908 case nir_op_fpow: in visit_alu()