Searched refs:order_semantics (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2253 SpvMemorySemanticsMask order_semantics = local in function:vtn_split_barrier_semantics
2259 if (util_bitcount(order_semantics) > 1) {
2266 order_semantics = SpvMemorySemanticsAcquireReleaseMask;
2283 semantics & ~(order_semantics | av_vis_semantics | storage_semantics |
2295 if (order_semantics & (SpvMemorySemanticsReleaseMask |
2305 if (order_semantics & (SpvMemorySemanticsAcquireMask |
2324 SpvMemorySemanticsMask order_semantics = local in function:vtn_mem_semantics_to_nir_mem_semantics
2330 if (util_bitcount(order_semantics) > 1) {
2337 order_semantics = SpvMemorySemanticsAcquireReleaseMask;
2340 switch (order_semantics) {
[all...]

Completed in 5 milliseconds