Home
last modified time | relevance | path

Searched refs:VEC4_OPCODE_PACK_BYTES (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h556 VEC4_OPCODE_PACK_BYTES, enumerator
Dbrw_vec4.cpp532 case VEC4_OPCODE_PACK_BYTES: in opt_reduce_swizzle()
658 case VEC4_OPCODE_PACK_BYTES: in pack_uniform_registers()
1186 opcode != VEC4_OPCODE_PACK_BYTES) { in reswizzle()
Dbrw_shader.cpp400 case VEC4_OPCODE_PACK_BYTES: in brw_instruction_name()
Dbrw_vec4_visitor.cpp536 emit(VEC4_OPCODE_PACK_BYTES, dst, bytes); in emit_pack_unorm_4x8()
558 emit(VEC4_OPCODE_PACK_BYTES, dst, bytes); in emit_pack_snorm_4x8()
Dbrw_vec4_generator.cpp2025 case VEC4_OPCODE_PACK_BYTES: { in generate_code()
2144 if (inst->opcode == VEC4_OPCODE_PACK_BYTES) { in generate_code()
Dbrw_ir_performance.cpp811 case VEC4_OPCODE_PACK_BYTES: in instruction_desc()