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.c179 tgsi_build_declaration_dimension(unsigned index_2d, in tgsi_build_declaration_dimension() argument
185 assert(index_2d <= 0xFFFF); in tgsi_build_declaration_dimension()
187 dd.Index2D = index_2d; in tgsi_build_declaration_dimension()