Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h224 nir_op_unpack_unorm_4x8, enumerator
Dnir_builder_opcodes.h991 return nir_build_alu(build, nir_op_unpack_unorm_4x8, src0, NULL, NULL, NULL); in nir_unpack_unorm_4x8()
Dnir_opt_algebraic.c17239 nir_op_unpack_unorm_4x8,
19821 case nir_op_unpack_unorm_4x8: in nir_opt_algebraic_block()
Dnir_constant_expressions.c13726 case nir_op_unpack_unorm_4x8: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir_lower_alu_to_scalar.c118 case nir_op_unpack_unorm_4x8: in lower_alu_instr_scalar()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c460 case GLSLstd450UnpackUnorm4x8: return nir_op_unpack_unorm_4x8; in vtn_nir_alu_op_for_spirv_glsl_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1692 case nir_op_unpack_unorm_4x8: in nir_emit_alu()
Dbrw_fs_nir.cpp1269 case nir_op_unpack_unorm_4x8: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1119 if (instr->op == nir_op_unpack_unorm_4x8) { in ntq_emit_alu()