HomeSort by relevance Sort by last modified time
    Searched refs:is_nv4x (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.c 157 nv30->is_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0;
nv30_context.h 121 unsigned is_nv4x; member in struct:nv30_context
nvfx_fragprog.c 624 if(!nvfx->is_nv4x)
645 if(!nvfx->is_nv4x)
671 if(!nvfx->is_nv4x)
684 if(!nvfx->is_nv4x)
697 if(!nvfx->is_nv4x)
793 if(nvfx->is_nv4x)
    [all...]
nvfx_vertprog.c 208 if(!nv30->is_nv4x)
219 if(!nv30->is_nv4x)
231 if(nv30->is_nv4x) {
266 if(!nv30->is_nv4x) {
321 if(!nv30->is_nv4x) {
820 unsigned num_texcoords = nv30->is_nv4x ? 10 : 8;
    [all...]
nvfx_shader.h 13 #define NVFX_VP(c) ((NV30_VP_##c) + (nv30->is_nv4x & ((NV40_VP_##c) - (NV30_VP_##c))))
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_context.c 157 nv30->is_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0;
nv30_context.h 121 unsigned is_nv4x; member in struct:nv30_context
nvfx_fragprog.c 624 if(!nvfx->is_nv4x)
645 if(!nvfx->is_nv4x)
671 if(!nvfx->is_nv4x)
684 if(!nvfx->is_nv4x)
697 if(!nvfx->is_nv4x)
793 if(nvfx->is_nv4x)
    [all...]
nvfx_vertprog.c 208 if(!nv30->is_nv4x)
219 if(!nv30->is_nv4x)
231 if(nv30->is_nv4x) {
266 if(!nv30->is_nv4x) {
321 if(!nv30->is_nv4x) {
820 unsigned num_texcoords = nv30->is_nv4x ? 10 : 8;
    [all...]
nvfx_shader.h 13 #define NVFX_VP(c) ((NV30_VP_##c) + (nv30->is_nv4x & ((NV40_VP_##c) - (NV30_VP_##c))))

Completed in 114 milliseconds