Home
last modified time | relevance | path

Searched refs:nir_op_pack_unorm_4x8 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h187 nir_op_pack_unorm_4x8, enumerator
Dnir_builder_opcodes.h806 return nir_build_alu(build, nir_op_pack_unorm_4x8, src0, NULL, NULL, NULL); in nir_pack_unorm_4x8()
Dnir_opt_algebraic.c5322 nir_op_pack_unorm_4x8,
19194 case nir_op_pack_unorm_4x8: in nir_opt_algebraic_block()
Dnir_constant_expressions.c13652 case nir_op_pack_unorm_4x8: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c454 case GLSLstd450PackUnorm4x8: return nir_op_pack_unorm_4x8; in vtn_nir_alu_op_for_spirv_glsl_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1697 case nir_op_pack_unorm_4x8: in nir_emit_alu()
Dbrw_fs_nir.cpp1265 case nir_op_pack_unorm_4x8: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1114 if (instr->op == nir_op_pack_unorm_4x8) { in ntq_emit_alu()