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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c88 case SpvOpVectorInsertDynamic: return (struct type_args){ 1, 0 };
H A Dspirv_info.c606 case SpvOpVectorInsertDynamic: return "SpvOpVectorInsertDynamic";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c788 case SpvOpVectorInsertDynamic: return "SpvOpVectorInsertDynamic";
H A Dvtn_gather_types.c88 case SpvOpVectorInsertDynamic: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h895 SpvOpVectorInsertDynamic = 78, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c3230 case SpvOpVectorInsertDynamic:
4387 case SpvOpVectorInsertDynamic:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1235 SpvOpVectorInsertDynamic = 78, enumerator in enum:SpvOp_
1881 case SpvOpVectorInsertDynamic: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c3992 case SpvOpVectorInsertDynamic:
5829 case SpvOpVectorInsertDynamic:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c656 spirv_buffer_emit_word(&b->instructions, SpvOpVectorInsertDynamic | (words << 16));

Completed in 32 milliseconds