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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c117 case SpvOpConvertFToS: return (struct type_args){ 1, 0 };
H A Dspirv_info.c636 case SpvOpConvertFToS: return "SpvOpConvertFToS";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c218 case SpvOpConvertFToS:
243 case SpvOpConvertFToS:
351 case SpvOpConvertFToS:
693 case SpvOpConvertFToS:
H A Dspirv.h1265 SpvOpConvertFToS = 110, enumerator in enum:SpvOp_
1911 case SpvOpConvertFToS: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5706 case SpvOpConvertFToS:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c294 case SpvOpConvertFToS:
303 case SpvOpConvertFToS:
H A Dspirv.h925 SpvOpConvertFToS = 110, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4289 case SpvOpConvertFToS:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c818 case SpvOpConvertFToS: return "SpvOpConvertFToS";
H A Dvtn_gather_types.c117 case SpvOpConvertFToS: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1663 UNOP(nir_op_f2i16, SpvOpConvertFToS)
1665 UNOP(nir_op_f2i32, SpvOpConvertFToS)
1678 UNOP(nir_op_f2i64, SpvOpConvertFToS)

Completed in 42 milliseconds