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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c154 case SpvOpDot: return (struct type_args){ 1, 0 };
H A Dspirv_info.c673 case SpvOpDot: return "SpvOpDot";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c855 case SpvOpDot: return "SpvOpDot";
H A Dvtn_gather_types.c154 case SpvOpDot: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h962 SpvOpDot = 148, enumerator in enum:SpvOp_
H A Dvtn_alu.c453 case SpvOpDot:
H A Dspirv_to_nir.c4321 case SpvOpDot:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1302 SpvOpDot = 148, enumerator in enum:SpvOp_
1948 case SpvOpDot: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c515 case SpvOpDot:
H A Dspirv_to_nir.c5740 case SpvOpDot:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1845 result = emit_binop(ctx, SpvOpDot, dest_type, src[0], src[1]);

Completed in 41 milliseconds