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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_stateobj_tex.h 22 uint32_t tic[8]; member in struct:nv50_tic_entry
nv50_tex.c 34 case PIPE_SWIZZLE_X : return fmt->tic.src_x;
35 case PIPE_SWIZZLE_Y: return fmt->tic.src_y;
36 case PIPE_SWIZZLE_Z : return fmt->tic.src_z;
37 case PIPE_SWIZZLE_W: return fmt->tic.src_w;
70 uint32_t *tic; local
90 tic = &view->tic[0];
94 /* TIC[0] */
104 tic[0] = (fmt->tic.format << G80_TIC_0_COMPONENTS_SIZES__SHIFT)
249 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); local
315 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); local
    [all...]
nv50_screen.h 70 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
90 } tic; member in struct:nv50_screen
174 } tic; member in struct:nv50_format
187 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic)
189 if (tic->id >= 0)
190 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));
201 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic)
203 if (tic->id >= 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nve4_compute.c 202 struct nv50_tic_entry *tic; local
206 tic = nv50_tic_entry(nvc0->images_tic[s][slot]);
208 res = nv04_resource(tic->pipe.texture);
209 nvc0_update_tic(nvc0, tic, res);
211 if (tic->id < 0) {
212 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic);
217 PUSH_DATAh(push, txc->offset + (tic->id * 32));
218 PUSH_DATA (push, txc->offset + (tic->id * 32));
224 PUSH_DATAp(push, &tic->tic[0], 8)
772 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
    [all...]
nvc0_state_validate.c 769 struct nv50_tic_entry *tic = nv50_tic_entry(new_view); local
770 assert(tic->id < 0);
771 tic->id = nvc0_screen_tic_alloc(screen, tic);
772 nvc0->base.push_data(&nvc0->base, screen->txc, tic->id * 32,
773 NV_VRAM_DOMAIN(&screen->base), 32, tic->tic);
774 screen->tic.lock[tic->id / 32] |= 1 << (tic->id % 32)
    [all...]
nvc0_tex.c 39 case PIPE_SWIZZLE_X : return fmt->tic.src_x;
40 case PIPE_SWIZZLE_Y: return fmt->tic.src_y;
41 case PIPE_SWIZZLE_Z : return fmt->tic.src_z;
42 case PIPE_SWIZZLE_W: return fmt->tic.src_w;
74 uint32_t *tic; local
97 tic = &view->tic[0];
108 tic[0] = fmt->tic.format << GM107_TIC2_0_COMPONENTS_SIZES__SHIFT;
109 tic[0] |= fmt->tic.type_r << GM107_TIC2_0_R_DATA_TYPE__SHIFT
286 uint32_t *tic; local
490 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
557 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
778 struct nv50_tic_entry *tic = nv50_tic_entry(view); local
836 uint32_t tic = handle & NVE4_TIC_ENTRY_INVALID; local
859 struct nv50_tic_entry *tic = local
1225 struct nv50_tic_entry *tic; local
    [all...]
nvc0_vbo.c 1028 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
    [all...]
nvc0_screen.h 73 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
92 } tic; member in struct:nvc0_screen
187 } tic; member in struct:nvc0_format
200 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
202 if (tic->bindless)
204 if (tic->id >= 0)
205 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));
216 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
    [all...]
  /external/arm-optimized-routines/test/
mathbench.c 242 tic (void) function
255 uint64_t t0 = tic (); \
258 uint64_t t1 = tic (); \

Completed in 360 milliseconds