Home
last modified time | relevance | path

Searched defs:sbid (Results 1 – 8 of 8) sorted by relevance

/third_party/spirv-tools/source/opt/
Dcfg.cpp155 const_blk.ForEachSuccessorLabel([&blk, this](const uint32_t sbid) { in ComputeStructuredSuccessors()
170 [&seen, &stack, this](const uint32_t sbid) { in ComputePostOrderTraversal()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcfg.cpp155 const_blk.ForEachSuccessorLabel([&blk, this](const uint32_t sbid) { in ComputeStructuredSuccessors()
170 [&seen, &stack, this](const uint32_t sbid) { in ComputePostOrderTraversal()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.cpp155 const_blk.ForEachSuccessorLabel([&blk, this](const uint32_t sbid) { in ComputeStructuredSuccessors()
170 [&seen, &stack, this](const uint32_t sbid) { in ComputePostOrderTraversal()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_ssa_elim_pass.cpp263 blk.ForEachSuccessorLabel([&blkId, this](uint32_t sbid) { in InitSSARewrite()
323 blk.ForEachSuccessorLabel([&blk, this](uint32_t sbid) { in ComputeStructuredSuccessors()
Ddead_branch_elim_pass.cpp72 blk.ForEachSuccessorLabel([&blk, this](uint32_t sbid) { in ComputeStructuredSuccessors()
Dlocal_single_store_elim_pass.cpp213 blk.ForEachSuccessorLabel([&blk, &ordered_blocks, this](uint32_t sbid) { in CalculateImmediateDominators()
Dinline_pass.cpp514 blk.ForEachSuccessorLabel([&blk, this](uint32_t sbid) { in ComputeStructuredSuccessors()
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1134 unsigned sbid : 4; member
1156 tgl_swsb_sbid(enum tgl_sbid_mode mode, unsigned sbid) in tgl_swsb_sbid()