Searched refs:SpvOpLoopMerge (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/spirv/
H A Dspirv.h798 SpvOpLoopMerge = 246, enumerator in enum:SpvOp_
H A Dvtn_cfg.c143 case SpvOpLoopMerge:
262 if (block->merge && (*block->merge & SpvOpCodeMask) == SpvOpLoopMerge &&
H A Dspirv_to_nir.c2948 case SpvOpLoopMerge:
/external/skia/src/sksl/
H A Dspirv.h798 SpvOpLoopMerge = 246, enumerator in enum:SpvOp_
H A DSkSLSPIRVCodeGenerator.cpp630 case SpvOpLoopMerge:
2915 this->writeInstruction(SpvOpLoopMerge, end, next, SpvLoopControlMaskNone, out);
2954 this->writeInstruction(SpvOpLoopMerge, end, start, SpvLoopControlMaskNone, out);
2986 this->writeInstruction(SpvOpLoopMerge, end, start, SpvLoopControlMaskNone, out);

Completed in 116 milliseconds