Home
last modified time | relevance | path

Searched refs:SHADER_OPCODE_BARRIER (Results 1 – 9 of 9) 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()
367 emit(SHADER_OPCODE_BARRIER, dst_null_ud(), src_reg(header)); in nir_emit_intrinsic()
Dbrw_shader.cpp458 case SHADER_OPCODE_BARRIER: in brw_instruction_name()
985 case SHADER_OPCODE_BARRIER: in has_side_effects()
Dbrw_eu_defines.h663 SHADER_OPCODE_BARRIER, enumerator
Dbrw_fs_visitor.cpp809 bld.exec_all().emit(SHADER_OPCODE_BARRIER, reg_undef, payload); in emit_barrier()
Dbrw_vec4_generator.cpp2137 case SHADER_OPCODE_BARRIER: in generate_code()
Dbrw_fs_generator.cpp2163 case SHADER_OPCODE_BARRIER: in generate_code()
Dbrw_vec4.cpp164 case SHADER_OPCODE_BARRIER: in is_send_from_grf()
Dbrw_fs_nir.cpp2497 bld.emit(SHADER_OPCODE_BARRIER, bld.null_reg_ud(), m0); in nir_emit_tcs_intrinsic()
Dbrw_fs.cpp845 case SHADER_OPCODE_BARRIER: in size_read()