Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_copy_propagation.cpp291 case VEC4_OPCODE_PICK_LOW_32BIT: in is_align1_opcode()
Dbrw_vec4.cpp280 case VEC4_OPCODE_PICK_LOW_32BIT: in can_do_writemask()
546 case VEC4_OPCODE_PICK_LOW_32BIT: in opt_reduce_swizzle()
1680 case VEC4_OPCODE_PICK_LOW_32BIT: in is_align1_df()
Dbrw_eu_defines.h551 VEC4_OPCODE_PICK_LOW_32BIT, enumerator
Dbrw_vec4_nir.cpp898 emit(VEC4_OPCODE_PICK_LOW_32BIT, retype(temp2, dst.type), src_reg(temp2)); in emit_conversion_from_double()
1479 emit(VEC4_OPCODE_PICK_LOW_32BIT, result, src_reg(temp)); in nir_emit_alu()
1626 VEC4_OPCODE_PICK_LOW_32BIT : VEC4_OPCODE_PICK_HIGH_32BIT; in nir_emit_alu()
Dbrw_shader.cpp415 case VEC4_OPCODE_PICK_LOW_32BIT: in brw_instruction_name()
Dbrw_vec4_generator.cpp1564 inst->opcode != VEC4_OPCODE_PICK_LOW_32BIT && in generate_code()
2018 case VEC4_OPCODE_PICK_LOW_32BIT: in generate_code()
Dbrw_ir_performance.cpp346 case VEC4_OPCODE_PICK_LOW_32BIT: in instruction_desc()