Home
last modified time | relevance | path

Searched defs:textureDimensions (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/pixelflinger2/
Dllvm_texture.cpp284 Value * textureDimensions = module->getGlobalVariable(_PF2_TEXTURE_DIMENSIONS_NAME_); in tex2D() local
381 Value * textureDimensions = module->getGlobalVariable(_PF2_TEXTURE_DIMENSIONS_NAME_); in texCube() local
/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_interface.h150 unsigned textureDimensions[GGL_MAXCOMBINEDTEXTUREIMAGEUNITS * 2]; member