Searched refs:mem_sem (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
D | generator_impl.cc | 535 if (auto* mem_sem = program_->Sem().Get(mem)) { in EmitStructType() local 536 offset = utils::RoundUp(mem_sem->Align(), offset); in EmitStructType() 537 if (uint32_t padding = mem_sem->Offset() - offset) { in EmitStructType() 541 offset += mem_sem->Size(); in EmitStructType()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_msl.cpp | 7719 uint32_t mem_sem = ops[4]; in emit_instruction() local 7721 …emit_atomic_func_op(result_type, id, "atomic_exchange_explicit", mem_sem, mem_sem, false, ptr, val… in emit_instruction() 7747 uint32_t mem_sem = ops[4]; in emit_instruction() local 7748 emit_atomic_func_op(result_type, id, "atomic_load_explicit", mem_sem, mem_sem, false, ptr, 0); in emit_instruction() 7757 uint32_t mem_sem = ops[2]; in emit_instruction() local 7759 emit_atomic_func_op(result_type, id, "atomic_store_explicit", mem_sem, mem_sem, false, ptr, val); in emit_instruction() 7769 …uint32_t mem_sem = ops[4]; … in emit_instruction() 7771 …emit_atomic_func_op(result_type, id, "atomic_fetch_" #op "_explicit", mem_sem, mem_sem, false, ptr… in emit_instruction() 8429 …uint32_t mem_sem = id_mem_sem ? evaluate_constant_u32(id_mem_sem) : uint32_t(MemorySemanticsMaskNo… in emit_barrier() local 8438 (mem_sem & (MemorySemanticsUniformMemoryMask | MemorySemanticsCrossWorkgroupMemoryMask))) in emit_barrier() [all …]
|
/third_party/lwip/ |
D | CHANGELOG | 3863 SYS_LIGHTWEIGHT_PROT=1 & freeing PBUF_RAM when mem_sem is not available)
|