Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp316 case SHADER_OPCODE_URB_WRITE_SIMD8: in brw_instruction_name()
979 case SHADER_OPCODE_URB_WRITE_SIMD8: in has_side_effects()
Dbrw_fs_visitor.cpp569 opcode opcode = SHADER_OPCODE_URB_WRITE_SIMD8; in emit_urb_writes()
756 fs_inst *inst = bld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload); in emit_urb_writes()
Dbrw_eu_defines.h429 SHADER_OPCODE_URB_WRITE_SIMD8, enumerator
Dbrw_fs.cpp265 case SHADER_OPCODE_URB_WRITE_SIMD8: in is_send_from_grf()
807 case SHADER_OPCODE_URB_WRITE_SIMD8: in size_read()
1395 if (prev->opcode == SHADER_OPCODE_URB_WRITE_SIMD8 || in emit_gs_thread_end()
1414 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, hdr); in emit_gs_thread_end()
1422 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload); in emit_gs_thread_end()
5162 case SHADER_OPCODE_URB_WRITE_SIMD8: in get_lowered_simd_width()
Dbrw_fs_nir.cpp1867 enum opcode opcode = SHADER_OPCODE_URB_WRITE_SIMD8; in emit_gs_control_data_bits()
1890 if (opcode != SHADER_OPCODE_URB_WRITE_SIMD8) { in emit_gs_control_data_bits()
2779 SHADER_OPCODE_URB_WRITE_SIMD8; in nir_emit_tcs_intrinsic()
Dbrw_fs_generator.cpp2008 case SHADER_OPCODE_URB_WRITE_SIMD8: in generate_code()