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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c122 case SpvOpFConvert: return (struct type_args){ 1, 0 };
H A Dspirv_info.c641 case SpvOpFConvert: return "SpvOpFConvert";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c217 case SpvOpFConvert:
238 case SpvOpFConvert:
355 case SpvOpFConvert: {
697 case SpvOpFConvert:
H A Dspirv.h1270 SpvOpFConvert = 115, enumerator in enum:SpvOp_
1916 case SpvOpFConvert: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c2144 case SpvOpFConvert:
5711 case SpvOpFConvert:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c298 case SpvOpFConvert: {
311 case SpvOpFConvert:
565 case SpvOpFConvert: {
H A Dspirv.h930 SpvOpFConvert = 115, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c1946 case SpvOpFConvert:
4294 case SpvOpFConvert:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c823 case SpvOpFConvert: return "SpvOpFConvert";
H A Dvtn_gather_types.c122 case SpvOpFConvert: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1676 UNOP(nir_op_f2f16, SpvOpFConvert)
1677 UNOP(nir_op_f2f32, SpvOpFConvert)
1684 UNOP(nir_op_f2f64, SpvOpFConvert)
3394 result = emit_unop(ctx, SpvOpFConvert, dest_type, result);

Completed in 40 milliseconds