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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c194 struct const_decl const_decls[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:ureg_program
529 struct const_decl *decl = &ureg->const_decls[index2D];
551 struct const_decl *decl = &ureg->const_decls[0];
1974 struct const_decl *decl = &ureg->const_decls[i];
2111 for (unsigned i = 0; i < ARRAY_SIZE(ureg->const_decls); i++) {
2112 for (unsigned j = 0; j < ureg->const_decls[i].nr_constant_ranges; j++) {
2113 if (ureg->const_decls[i].constant_range[j].last > 4096) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c196 struct const_decl const_decls[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:ureg_program
527 struct const_decl *decl = &ureg->const_decls[index2D];
549 struct const_decl *decl = &ureg->const_decls[0];
1993 struct const_decl *decl = &ureg->const_decls[i];
2130 for (unsigned i = 0; i < ARRAY_SIZE(ureg->const_decls); i++) {
2131 for (unsigned j = 0; j < ureg->const_decls[i].nr_constant_ranges; j++) {
2132 if (ureg->const_decls[i].constant_range[j].last > 4096) {

Completed in 7 milliseconds