Home
last modified time | relevance | path

Searched refs:int1_type (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h204 const struct dxil_type *int1_type, *int8_type, *int16_type, member
Ddxil_module.c471 if (!m->int1_type) in get_int1_type()
472 m->int1_type = create_int_type(m, 1); in get_int1_type()
473 return m->int1_type; in get_int1_type()