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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 21 uint32_t tic[8]; member in struct:nv50_tic_entry
nv50_tex.c 55 nv50_init_tic_entry_linear(uint32_t *tic, struct pipe_resource *res)
58 tic[2] |= NV50_TIC_2_LINEAR | NV50_TIC_2_TARGET_BUFFER;
59 tic[4] = res->width0;
63 tic[2] |= NV50_TIC_2_LINEAR | NV50_TIC_2_TARGET_RECT;
65 tic[2] |= NV50_TIC_2_NORMALIZED_COORDS;
66 tic[3] = mt->level[0].pitch;
67 tic[4] = res->width0;
68 tic[5] = (1 << 16) | res->height0;
79 uint32_t *tic; local
99 tic = &view->tic[0]
208 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); local
    [all...]
nv50_screen.h 33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
52 } tic; member in struct:nv50_screen
110 uint32_t tic; member in struct:nv50_format
118 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic)
120 if (tic->id >= 0)
121 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));
132 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic)
134 if (tic->id >= 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 21 uint32_t tic[8]; member in struct:nv50_tic_entry
nv50_tex.c 55 nv50_init_tic_entry_linear(uint32_t *tic, struct pipe_resource *res)
58 tic[2] |= NV50_TIC_2_LINEAR | NV50_TIC_2_TARGET_BUFFER;
59 tic[4] = res->width0;
63 tic[2] |= NV50_TIC_2_LINEAR | NV50_TIC_2_TARGET_RECT;
65 tic[2] |= NV50_TIC_2_NORMALIZED_COORDS;
66 tic[3] = mt->level[0].pitch;
67 tic[4] = res->width0;
68 tic[5] = (1 << 16) | res->height0;
79 uint32_t *tic; local
99 tic = &view->tic[0]
208 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); local
    [all...]
nv50_screen.h 33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
52 } tic; member in struct:nv50_screen
110 uint32_t tic; member in struct:nv50_format
118 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic)
120 if (tic->id >= 0)
121 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));
132 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic)
134 if (tic->id >= 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_tex.c 63 uint32_t *tic; local
84 tic = &view->tic[0];
88 tic[0] = nvc0_format_table[view->pipe.format].tic;
92 swz[0] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_r, tex_int);
93 swz[1] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_g, tex_int);
94 swz[2] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_b, tex_int);
95 swz[3] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_a, tex_int);
96 tic[0] = (tic[0] & ~NV50_TIC_0_SWIZZLE__MASK)
220 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
286 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
    [all...]
nvc0_screen.h 34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
48 } tic; member in struct:nvc0_screen
109 uint32_t tic; member in struct:nvc0_format
117 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
119 if (tic->id >= 0)
120 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));
131 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
133 if (tic->id >= 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 63 uint32_t *tic; local
84 tic = &view->tic[0];
88 tic[0] = nvc0_format_table[view->pipe.format].tic;
92 swz[0] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_r, tex_int);
93 swz[1] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_g, tex_int);
94 swz[2] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_b, tex_int);
95 swz[3] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_a, tex_int);
96 tic[0] = (tic[0] & ~NV50_TIC_0_SWIZZLE__MASK)
220 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
286 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
    [all...]
nvc0_screen.h 34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
48 } tic; member in struct:nvc0_screen
109 uint32_t tic; member in struct:nvc0_format
117 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
119 if (tic->id >= 0)
120 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));
131 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
133 if (tic->id >= 0)
    [all...]

Completed in 282 milliseconds