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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c493 get_int32_type(struct dxil_module *m) function in typeref:typename:const struct dxil_type *
524 case 32: return get_int32_type(m);
681 case DXIL_I32: return get_int32_type(mod);
744 case DXIL_COMP_TYPE_U32: return get_int32_type(m);
745 case DXIL_COMP_TYPE_I32: return get_int32_type(m);
1587 const struct dxil_type *type = get_int32_type(m);
2373 const struct dxil_type *type = get_int32_type(m);
2853 assert(operands[i]->type == get_int32_type(m));

Completed in 6 milliseconds