Home
last modified time | relevance | path

Searched refs:SHADER_OPCODE_URB_READ_SIMD8 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp324 case SHADER_OPCODE_URB_READ_SIMD8: in brw_instruction_name()
1005 case SHADER_OPCODE_URB_READ_SIMD8: in is_volatile()
Dbrw_eu_defines.h426 SHADER_OPCODE_URB_READ_SIMD8, enumerator
Dbrw_fs_nir.cpp2218 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, icp_handle); in emit_gs_input_load()
2226 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp_dst, in emit_gs_input_load()
2574 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, icp_handle); in nir_emit_tcs_intrinsic()
2580 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dst, icp_handle); in nir_emit_tcs_intrinsic()
2663 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, in nir_emit_tcs_intrinsic()
2671 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dst, in nir_emit_tcs_intrinsic()
2896 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, in nir_emit_tes_intrinsic()
2904 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dest, in nir_emit_tes_intrinsic()
Dbrw_fs.cpp269 case SHADER_OPCODE_URB_READ_SIMD8: in is_send_from_grf()
811 case SHADER_OPCODE_URB_READ_SIMD8: in size_read()
5160 case SHADER_OPCODE_URB_READ_SIMD8: in get_lowered_simd_width()
Dbrw_fs_generator.cpp2003 case SHADER_OPCODE_URB_READ_SIMD8: in generate_code()