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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c509 create_float_type(struct dxil_module *m, unsigned bit_size) function in typeref:typename:const struct dxil_type *
535 m->float16_type = create_float_type(m, 16);
543 m->float32_type = create_float_type(m, 32);
551 m->float64_type = create_float_type(m, 64);

Completed in 7 milliseconds