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

/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.h433 const glsl_type *get_float16_type() const;
H A Dnir_types.cpp689 return type->get_float16_type();
H A Dglsl_types.cpp475 const glsl_type *glsl_type::get_float16_type() const function in class:glsl_type
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c532 get_float16_type(struct dxil_module *m) function in typeref:typename:const struct dxil_type *
559 case 16: return get_float16_type(m);
683 case DXIL_F16: return get_float16_type(mod);
1637 const struct dxil_type *type = get_float16_type(m);

Completed in 12 milliseconds