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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c364 case SpvOpSelectionMerge:
582 (*block->merge & SpvOpCodeMask) == SpvOpSelectionMerge) {
606 vtn_assert((*block->merge & SpvOpCodeMask) == SpvOpSelectionMerge);
647 vtn_assert((*block->merge & SpvOpCodeMask) == SpvOpSelectionMerge);
H A Dspirv.h1050 SpvOpSelectionMerge = 247, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4114 case SpvOpSelectionMerge:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c259 case SpvOpSelectionMerge:
736 (*block->merge & SpvOpCodeMask) == SpvOpSelectionMerge) {
778 vtn_fail_if((*block->merge & SpvOpCodeMask) != SpvOpSelectionMerge,
H A Dspirv.h1390 SpvOpSelectionMerge = 247, enumerator in enum:SpvOp_
2036 case SpvOpSelectionMerge: *hasResult = false; *hasResultType = false; break;
H A Dspirv_to_nir.c5563 case SpvOpSelectionMerge:
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dspirv_info.c761 case SpvOpSelectionMerge: return "SpvOpSelectionMerge";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c943 case SpvOpSelectionMerge: return "SpvOpSelectionMerge";
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c678 spirv_buffer_emit_word(&b->instructions, SpvOpSelectionMerge | (3 << 16));

Completed in 36 milliseconds