Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp374 case SHADER_OPCODE_URB_READ_SIMD8: in brw_instruction_name()
1127 case SHADER_OPCODE_URB_READ_SIMD8: in is_volatile()
Dbrw_eu_defines.h490 SHADER_OPCODE_URB_READ_SIMD8, enumerator
Dbrw_fs_nir.cpp2521 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, icp_handle); in emit_gs_input_load()
2529 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dst, icp_handle); in emit_gs_input_load()
2820 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, icp_handle); in nir_emit_tcs_intrinsic()
2826 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dst, icp_handle); in nir_emit_tcs_intrinsic()
2889 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, in nir_emit_tcs_intrinsic()
2897 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dst, in nir_emit_tcs_intrinsic()
3052 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, in nir_emit_tes_intrinsic()
3060 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dest, in nir_emit_tes_intrinsic()
Dbrw_ir_performance.cpp910 case SHADER_OPCODE_URB_READ_SIMD8: in instruction_desc()
Dbrw_fs.cpp231 case SHADER_OPCODE_URB_READ_SIMD8: in is_send_from_grf()
306 case SHADER_OPCODE_URB_READ_SIMD8: in is_payload()
976 case SHADER_OPCODE_URB_READ_SIMD8: in size_read()
6755 case SHADER_OPCODE_URB_READ_SIMD8: in get_lowered_simd_width()
Dbrw_fs_generator.cpp2336 case SHADER_OPCODE_URB_READ_SIMD8: in generate_code()