Searched refs:SpvOpTypeMatrix (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dgl_spirv.c147 case SpvOpTypeMatrix:
H A Dspirv.h1186 SpvOpTypeMatrix = 24, enumerator in enum:SpvOp_
1832 case SpvOpTypeMatrix: *hasResult = true; *hasResultType = false; break;
H A Dspirv_to_nir.c1456 case SpvOpTypeMatrix: {
5250 case SpvOpTypeMatrix:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dgl_spirv.c147 case SpvOpTypeMatrix:
H A Dspirv.h846 SpvOpTypeMatrix = 24, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c1229 case SpvOpTypeMatrix: {
4060 case SpvOpTypeMatrix:
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c48 case SpvOpTypeMatrix: return (struct type_args){ 0, -1 };
H A Dspirv_info.c557 case SpvOpTypeMatrix: return "SpvOpTypeMatrix";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c739 case SpvOpTypeMatrix: return "SpvOpTypeMatrix";
H A Dvtn_gather_types.c48 case SpvOpTypeMatrix: return (struct type_args){ 0, -1 };
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1262 return get_type_def(b, SpvOpTypeMatrix, args, ARRAY_SIZE(args));

Completed in 34 milliseconds