Searched refs:SHADER_OPCODE_URB_READ_SIMD8 (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_shader.cpp | 380 case SHADER_OPCODE_URB_READ_SIMD8: in brw_instruction_name() 1173 case SHADER_OPCODE_URB_READ_SIMD8: in is_volatile()
|
D | brw_eu_defines.h | 496 SHADER_OPCODE_URB_READ_SIMD8, enumerator
|
D | brw_fs_nir.cpp | 2612 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, icp_handle); in emit_gs_input_load() 2620 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dst, icp_handle); in emit_gs_input_load() 2917 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, icp_handle); in nir_emit_tcs_intrinsic() 2923 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dst, icp_handle); in nir_emit_tcs_intrinsic() 2986 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, in nir_emit_tcs_intrinsic() 2994 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dst, in nir_emit_tcs_intrinsic() 3149 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, in nir_emit_tes_intrinsic() 3157 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dest, in nir_emit_tes_intrinsic()
|
D | brw_ir_performance.cpp | 921 case SHADER_OPCODE_URB_READ_SIMD8: in instruction_desc()
|
D | brw_fs.cpp | 231 case SHADER_OPCODE_URB_READ_SIMD8: in is_send_from_grf() 306 case SHADER_OPCODE_URB_READ_SIMD8: in is_payload() 982 case SHADER_OPCODE_URB_READ_SIMD8: in size_read() 7571 case SHADER_OPCODE_URB_READ_SIMD8: in get_lowered_simd_width()
|
D | brw_fs_generator.cpp | 2413 case SHADER_OPCODE_URB_READ_SIMD8: in generate_code()
|