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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dspirv_info.c760 case SpvOpLoopMerge: return "SpvOpLoopMerge";
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c365 case SpvOpLoopMerge:
485 if (block->merge && (*block->merge & SpvOpCodeMask) == SpvOpLoopMerge &&
H A Dspirv.h1049 SpvOpLoopMerge = 246, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4113 case SpvOpLoopMerge:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c942 case SpvOpLoopMerge: return "SpvOpLoopMerge";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c260 case SpvOpLoopMerge:
630 if (block->merge && (*block->merge & SpvOpCodeMask) == SpvOpLoopMerge &&
H A Dspirv.h1389 SpvOpLoopMerge = 246, enumerator in enum:SpvOp_
2035 case SpvOpLoopMerge: *hasResult = false; *hasResultType = false; break;
H A Dspirv_to_nir.c5562 case SpvOpLoopMerge:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c688 spirv_buffer_emit_word(&b->instructions, SpvOpLoopMerge | (4 << 16));

Completed in 46 milliseconds