Home
last modified time | relevance | path

Searched refs:ifBuilder (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2599 spv::Builder::If ifBuilder(condition, control, builder); in visitSelection() local
2603 ifBuilder.makeBeginElse(); in visitSelection()
2608 ifBuilder.makeEndIf(); in visitSelection()
2625 spv::Builder::If ifBuilder(condition, control, builder); in visitSelection() local
2635 ifBuilder.makeBeginElse(); in visitSelection()
2643 ifBuilder.makeEndIf(); in visitSelection()
7705 spv::Builder::If ifBuilder(leftId, spv::SelectionControlMaskNone, builder); local
7717 ifBuilder.makeEndIf();