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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c197 tgsi_build_declaration_dimension(unsigned index_2d, argument
203 assert(index_2d <= 0xFFFF);
205 dd.Index2D = index_2d;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c198 tgsi_build_declaration_dimension(unsigned index_2d, argument
204 assert(index_2d <= 0xFFFF);
206 dd.Index2D = index_2d;

Completed in 5 milliseconds