Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c187 tgsi_build_declaration_dimension(unsigned index_2d, in tgsi_build_declaration_dimension() argument
193 assert(index_2d <= 0xFFFF); in tgsi_build_declaration_dimension()
195 dd.Index2D = index_2d; in tgsi_build_declaration_dimension()