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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c118 case SpvOpConvertSToF: return (struct type_args){ 1, 0 };
H A Dspirv_info.c637 case SpvOpConvertSToF: return "SpvOpConvertSToF";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c222 case SpvOpConvertSToF:
239 case SpvOpConvertSToF:
352 case SpvOpConvertSToF:
694 case SpvOpConvertSToF:
H A Dspirv.h1266 SpvOpConvertSToF = 111, enumerator in enum:SpvOp_
1912 case SpvOpConvertSToF: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5707 case SpvOpConvertSToF:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c295 case SpvOpConvertSToF:
314 case SpvOpConvertSToF:
H A Dspirv.h926 SpvOpConvertSToF = 111, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4290 case SpvOpConvertSToF:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c819 case SpvOpConvertSToF: return "SpvOpConvertSToF";
H A Dvtn_gather_types.c118 case SpvOpConvertSToF: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1667 UNOP(nir_op_i2f16, SpvOpConvertSToF)
1668 UNOP(nir_op_i2f32, SpvOpConvertSToF)
1681 UNOP(nir_op_i2f64, SpvOpConvertSToF)

Completed in 37 milliseconds