Home
last modified time | relevance | path

Searched refs:VEC4_OPCODE_SET_HIGH_32BIT (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ir_vec4.h298 opcode == VEC4_OPCODE_SET_HIGH_32BIT; in is_align1_partial_write()
Dbrw_vec4_copy_propagation.cpp301 case VEC4_OPCODE_SET_HIGH_32BIT: in is_align1_opcode()
Dbrw_vec4.cpp267 case VEC4_OPCODE_SET_HIGH_32BIT: in can_do_writemask()
527 case VEC4_OPCODE_SET_HIGH_32BIT: in opt_reduce_swizzle()
2250 case VEC4_OPCODE_SET_HIGH_32BIT: in is_align1_df()
Dbrw_shader.cpp335 case VEC4_OPCODE_SET_HIGH_32BIT: in brw_instruction_name()
Dbrw_vec4_generator.cpp2002 case VEC4_OPCODE_SET_HIGH_32BIT: { in generate_code()
2012 if (inst->opcode == VEC4_OPCODE_SET_HIGH_32BIT) in generate_code()
Dbrw_defines.h1106 VEC4_OPCODE_SET_HIGH_32BIT, enumerator
Dbrw_vec4_nir.cpp1770 emit(VEC4_OPCODE_SET_HIGH_32BIT, result, src_reg(tmp)); in nir_emit_alu()