Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dg80_texture.xml.h252 #define G80_TIC_2_NORMALIZED_COORDS 0x80000000 macro
Dnv50_tex.c129 tic[2] |= G80_TIC_2_NORMALIZED_COORDS; in nv50_create_texture_view()
215 if (unlikely(!(tic[2] & G80_TIC_2_NORMALIZED_COORDS))) in nv50_create_texture_view()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c341 tic[2] |= G80_TIC_2_NORMALIZED_COORDS; in gf100_create_texture_view()
346 assert(!(tic[2] & G80_TIC_2_NORMALIZED_COORDS)); in gf100_create_texture_view()