Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
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_eu_defines.h545 VEC4_OPCODE_PACK_BYTES, enumerator
Dbrw_shader.cpp403 case VEC4_OPCODE_PACK_BYTES: in brw_instruction_name()
Dbrw_vec4_generator.cpp2063 case VEC4_OPCODE_PACK_BYTES: { in generate_code()
2186 if (inst->opcode == VEC4_OPCODE_PACK_BYTES) { in generate_code()
Dbrw_vec4.cpp528 case VEC4_OPCODE_PACK_BYTES: in opt_reduce_swizzle()
906 opcode != VEC4_OPCODE_PACK_BYTES) { in reswizzle()
Dbrw_ir_performance.cpp826 case VEC4_OPCODE_PACK_BYTES: in instruction_desc()