Home
last modified time | relevance | path

Searched defs:false_block (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cfg.cpp310 auto &false_block = compiler.get<SPIRBlock>(dom.false_block); in node_terminates_control_flow_in_sub_graph() local
Dspirv_cross.cpp1435 const auto *false_block = maybe_get<SPIRBlock>(block.false_block); in block_is_loop_candidate() local
1487 const auto *false_block = maybe_get<SPIRBlock>(child.false_block); in block_is_loop_candidate() local
1601 const auto *false_block = maybe_get<SPIRBlock>(block.false_block); in continue_block_type() local
Dspirv_common.hpp810 BlockID false_block = 0; member
Dspirv_glsl.cpp14127 void CompilerGLSL::branch(BlockID from, uint32_t cond, BlockID true_block, BlockID false_block) in branch()