Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_misc_test.cc328 ; but "dominated" by %20 and %25 in TEST_F()
H A Dfunction_var_test.cc1355 ; predecessors are all dominated by case construct head at %30 in TEST_F()
1469 ; but "dominated" by %20 and %25 in TEST_F()
1516 %50 = OpLabel ; dominated by %20, but %200 needs to be hoisted in TEST_F()
1557 %50 = OpLabel ; dominated by %20, but %200 needs to be hoisted in TEST_F()
1606 %50 = OpLabel ; dominated by %20, but %200 needs to be hoisted in TEST_F()
1657 %50 = OpLabel ; dominated by %20, but %200 needs to be hoisted in TEST_F()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp398 bool dominated = insnDominatedBy(usei, texi); in addTexUse() local
406 // However we can still use the eliding logic between uses dominated by the in addTexUse()
408 if (dominated) { in addTexUse()
424 uses.push_back(TexUse(usei, texi, dominated)); in addTexUse()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp13855 auto &dominated = entry_block.dominated_variables;
13856 if (find(begin(dominated), end(dominated), var.self) == end(dominated))

Completed in 20 milliseconds