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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c137 case SpvOpFSub: return (struct type_args){ 1, 0 };
H A Dspirv_info.c656 case SpvOpFSub: return "SpvOpFSub";
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c179 case SpvOpFSub: {
232 case SpvOpFSub: return nir_op_fsub;
H A Dspirv.h945 SpvOpFSub = 131, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4309 case SpvOpFSub:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c838 case SpvOpFSub: return "SpvOpFSub";
H A Dvtn_gather_types.c137 case SpvOpFSub: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c178 case SpvOpFSub: {
274 case SpvOpFSub: return nir_op_fsub;
H A Dspirv.h1285 SpvOpFSub = 131, enumerator in enum:SpvOp_
1931 case SpvOpFSub: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5728 case SpvOpFSub:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1793 BINOP(nir_op_fsub, SpvOpFSub)

Completed in 43 milliseconds