Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tes.cpp216 emit(VEC4_OPCODE_URB_READ, temp, src_reg(header)); in nir_emit_intrinsic()
237 emit(VEC4_OPCODE_URB_READ, temp_d, src_reg(header)); in nir_emit_intrinsic()
242 read = emit(VEC4_OPCODE_URB_READ, byte_offset(temp_d, REG_SIZE), in nir_emit_intrinsic()
Dbrw_vec4_tcs.cpp173 inst = emit(VEC4_OPCODE_URB_READ, temp, src_reg(header)); in emit_input_urb_read()
205 vec4_instruction *read = emit(VEC4_OPCODE_URB_READ, dst, src_reg(header)); in emit_output_urb_read()
Dbrw_shader.cpp465 case VEC4_OPCODE_URB_READ: in brw_instruction_name()
1007 case VEC4_OPCODE_URB_READ: in is_volatile()
Dbrw_eu_defines.h680 VEC4_OPCODE_URB_READ, enumerator
Dbrw_vec4.cpp161 case VEC4_OPCODE_URB_READ: in is_send_from_grf()
279 case VEC4_OPCODE_URB_READ: in can_do_writemask()
Dbrw_vec4_generator.cpp2088 case VEC4_OPCODE_URB_READ: in generate_code()