Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dg80_texture.xml.h252 #define G80_TIC_2_NORMALIZED_COORDS 0x80000000 macro
Dnv50_tex.c130 tic[2] |= G80_TIC_2_NORMALIZED_COORDS; in nv50_create_texture_view()
213 if (unlikely(!(tic[2] & G80_TIC_2_NORMALIZED_COORDS))) in nv50_create_texture_view()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c342 tic[2] |= G80_TIC_2_NORMALIZED_COORDS; in gf100_create_texture_view()
347 assert(!(tic[2] & G80_TIC_2_NORMALIZED_COORDS)); in gf100_create_texture_view()