Searched defs:tic (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_stateobj_tex.h21 uint32_t tic[8]; member in struct:nv50_tic_entry
H A Dnv50_tex.c55 nv50_init_tic_entry_linear(uint32_t *tic, struct pipe_resource *res) argument
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
208 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); local
[all...]
H A Dnv50_screen.h52 } 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) argument
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) argument
134 if (tic->id >= 0) {
135 screen->tic
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_stateobj_tex.h21 uint32_t tic[8]; member in struct:nv50_tic_entry
H A Dnv50_tex.c55 nv50_init_tic_entry_linear(uint32_t *tic, struct pipe_resource *res) argument
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
208 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); local
[all...]
H A Dnv50_screen.h52 } 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) argument
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) argument
134 if (tic->id >= 0) {
135 screen->tic
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_tex.c63 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[
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...]
H A Dnvc0_screen.h48 } 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) argument
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) argument
133 if (tic->id >= 0) {
134 screen->tic
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_tex.c63 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[
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...]
H A Dnvc0_screen.h48 } 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) argument
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) argument
133 if (tic->id >= 0) {
134 screen->tic
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc, argument
255 tex->setTexture(targ, tic, tsc);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc, argument
255 tex->setTexture(targ, tic, tsc);

Completed in 272 milliseconds