HomeSort by: relevance | last modified time | path
    Searched refs:get_int16_type (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 438 const glsl_type *get_int16_type() const;
nir_types.cpp 695 return type->get_int16_type();
glsl_types.cpp 486 const glsl_type *glsl_type::get_int16_type() const function in class:glsl_type
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_module.c 485 get_int16_type(struct dxil_module *m) function
523 case 16: return get_int16_type(m);
680 case DXIL_I16: return get_int16_type(mod);
748 case DXIL_COMP_TYPE_U16: return get_int16_type(m);
749 case DXIL_COMP_TYPE_I16: return get_int16_type(m);
1577 const struct dxil_type *type = get_int16_type(m);

Completed in 11 milliseconds