Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp380 case SHADER_OPCODE_URB_READ_SIMD8: in brw_instruction_name()
1173 case SHADER_OPCODE_URB_READ_SIMD8: in is_volatile()
Dbrw_eu_defines.h496 SHADER_OPCODE_URB_READ_SIMD8, enumerator
Dbrw_fs_nir.cpp2612 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()
Dbrw_ir_performance.cpp921 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()
982 case SHADER_OPCODE_URB_READ_SIMD8: in size_read()
7571 case SHADER_OPCODE_URB_READ_SIMD8: in get_lowered_simd_width()
Dbrw_fs_generator.cpp2413 case SHADER_OPCODE_URB_READ_SIMD8: in generate_code()