Home
last modified time | relevance | path

Searched refs:BRW_AOP_CMPWR (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1587 #define BRW_AOP_CMPWR 14 macro
Dbrw_nir.c1537 AOP_CASE(comp_swap): return BRW_AOP_CMPWR; in brw_aop_for_nir_intrinsic()
Dbrw_fs_nir.cpp6022 if (op == BRW_AOP_CMPWR) { in nir_emit_ssbo_atomic()
6083 if (op == BRW_AOP_CMPWR) { in nir_emit_shared_atomic()
6174 if (op == BRW_AOP_CMPWR) { in nir_emit_global_atomic()
Dbrw_disasm.c486 [BRW_AOP_CMPWR] = "cmpwr",
Dbrw_vec4_nir.cpp752 if (op == BRW_AOP_CMPWR) in nir_emit_ssbo_atomic()
Dbrw_lower_logical_sends.cpp1633 case BRW_AOP_CMPWR: in brw_atomic_op_to_lsc_atomic_op()
Dbrw_fs.cpp792 case BRW_AOP_CMPWR: in components_read()
841 else if (i == SURFACE_LOGICAL_SRC_DATA && op == BRW_AOP_CMPWR) in components_read()