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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c119 case SpvOpConvertUToF: return (struct type_args){ 1, 0 };
H A Dspirv_info.c638 case SpvOpConvertUToF: return "SpvOpConvertUToF";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c226 case SpvOpConvertUToF:
240 case SpvOpConvertUToF:
353 case SpvOpConvertUToF:
695 case SpvOpConvertUToF:
H A Dspirv.h1267 SpvOpConvertUToF = 112, enumerator in enum:SpvOp_
1913 case SpvOpConvertUToF: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5708 case SpvOpConvertUToF:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c296 case SpvOpConvertUToF:
321 case SpvOpConvertUToF:
H A Dspirv.h927 SpvOpConvertUToF = 112, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4291 case SpvOpConvertUToF:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c820 case SpvOpConvertUToF: return "SpvOpConvertUToF";
H A Dvtn_gather_types.c119 case SpvOpConvertUToF: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1669 UNOP(nir_op_u2f16, SpvOpConvertUToF)
1670 UNOP(nir_op_u2f32, SpvOpConvertUToF)
1680 UNOP(nir_op_u2f64, SpvOpConvertUToF)

Completed in 36 milliseconds