Searched refs:SpvOpQuantizeToF16 (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c123 case SpvOpQuantizeToF16: return (struct type_args){ 1, 0 };
H A Dspirv_info.c642 case SpvOpQuantizeToF16: return "SpvOpQuantizeToF16";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c824 case SpvOpQuantizeToF16: return "SpvOpQuantizeToF16";
H A Dvtn_gather_types.c123 case SpvOpQuantizeToF16: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h931 SpvOpQuantizeToF16 = 116, enumerator in enum:SpvOp_
H A Dvtn_alu.c291 case SpvOpQuantizeToF16: return nir_op_fquantize2f16;
H A Dspirv_to_nir.c4295 case SpvOpQuantizeToF16:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1271 SpvOpQuantizeToF16 = 116, enumerator in enum:SpvOp_
1917 case SpvOpQuantizeToF16: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c348 case SpvOpQuantizeToF16: return nir_op_fquantize2f16;
H A Dspirv_to_nir.c5712 case SpvOpQuantizeToF16:

Completed in 80 milliseconds