Home
last modified time | relevance | path

Searched refs:SHADER_OPCODE_BARRIER (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp119 emit(SHADER_OPCODE_BARRIER, dst_null_ud(), src_reg(header)); in emit_thread_end()
314 emit(SHADER_OPCODE_BARRIER, dst_null_ud(), src_reg(header)); in nir_emit_intrinsic()
Dbrw_shader.cpp513 case SHADER_OPCODE_BARRIER: in brw_instruction_name()
1141 case SHADER_OPCODE_BARRIER: in has_side_effects()
Dbrw_eu_defines.h769 SHADER_OPCODE_BARRIER, enumerator
Dbrw_fs_visitor.cpp1088 bld.exec_all().emit(SHADER_OPCODE_BARRIER, reg_undef, payload); in emit_barrier()
Dbrw_ir_performance.cpp1024 case SHADER_OPCODE_BARRIER: in instruction_desc()
Dbrw_vec4_generator.cpp2180 case SHADER_OPCODE_BARRIER: in generate_code()
Dbrw_vec4.cpp161 case SHADER_OPCODE_BARRIER: in is_send_from_grf()
Dbrw_fs_generator.cpp2658 case SHADER_OPCODE_BARRIER: in generate_code()
Dbrw_fs.cpp235 case SHADER_OPCODE_BARRIER: in is_send_from_grf()
317 case SHADER_OPCODE_BARRIER: in is_payload()
1012 case SHADER_OPCODE_BARRIER: in size_read()
Dbrw_fs_nir.cpp2887 bld.emit(SHADER_OPCODE_BARRIER, bld.null_reg_ud(), m0); in nir_emit_tcs_intrinsic()