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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c89 case SpvOpVectorShuffle: return (struct type_args){ 1, 0 };
H A Dspirv_info.c607 case SpvOpVectorShuffle: return "SpvOpVectorShuffle";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c789 case SpvOpVectorShuffle: return "SpvOpVectorShuffle";
H A Dvtn_gather_types.c89 case SpvOpVectorShuffle: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h896 SpvOpVectorShuffle = 79, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c1789 case SpvOpVectorShuffle: {
3236 case SpvOpVectorShuffle:
4388 case SpvOpVectorShuffle:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1236 SpvOpVectorShuffle = 79, enumerator in enum:SpvOp_
1882 case SpvOpVectorShuffle: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c2012 case SpvOpVectorShuffle: {
3998 case SpvOpVectorShuffle:
5830 case SpvOpVectorShuffle:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c619 spirv_buffer_emit_word(&b->instructions, SpvOpVectorShuffle | (words << 16));

Completed in 80 milliseconds