Home
last modified time | relevance | path

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

/external/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.cpp506 case SHADER_OPCODE_BARRIER: in brw_instruction_name()
1099 case SHADER_OPCODE_BARRIER: in has_side_effects()
Dbrw_eu_defines.h756 SHADER_OPCODE_BARRIER, enumerator
Dbrw_fs_visitor.cpp897 bld.exec_all().emit(SHADER_OPCODE_BARRIER, reg_undef, payload); in emit_barrier()
Dbrw_ir_performance.cpp1009 case SHADER_OPCODE_BARRIER: in instruction_desc()
Dbrw_vec4_generator.cpp2123 case SHADER_OPCODE_BARRIER: in generate_code()
Dbrw_fs_generator.cpp2566 case SHADER_OPCODE_BARRIER: in generate_code()
Dbrw_vec4.cpp161 case SHADER_OPCODE_BARRIER: in is_send_from_grf()
Dbrw_fs.cpp235 case SHADER_OPCODE_BARRIER: in is_send_from_grf()
317 case SHADER_OPCODE_BARRIER: in is_payload()
1006 case SHADER_OPCODE_BARRIER: in size_read()
Dbrw_fs_nir.cpp2790 bld.emit(SHADER_OPCODE_BARRIER, bld.null_reg_ud(), m0); in nir_emit_tcs_intrinsic()