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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
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 69 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
89 } tic; member in struct:nv50_screen
173 } tic; member in struct:nv50_format
186 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic)
188 if (tic->id >= 0)
189 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));
200 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic)
202 if (tic->id >= 0)
    [all...]
nv50_stateobj_tex.h 22 uint32_t tic[8]; member in struct:nv50_tic_entry
nv50_screen.c 478 FREE(screen->tic.entries);
675 /* max TIC (bits 4:8) & TSC bindings, per program type */
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
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
96 tic = &view->tic[0];
107 tic[0] = fmt->tic.format << GM107_TIC2_0_COMPONENTS_SIZES__SHIFT;
108 tic[0] |= fmt->tic.type_r << GM107_TIC2_0_R_DATA_TYPE__SHIFT
285 uint32_t *tic; local
481 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
548 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
1105 struct nv50_tic_entry *tic; local
    [all...]
nvc0_screen.h 71 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
90 } tic; member in struct:nvc0_screen
180 } tic; member in struct:nvc0_format
193 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
195 if (tic->id >= 0)
196 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));
207 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
209 if (tic->id >= 0)
    [all...]
nve4_compute.c 198 struct nv50_tic_entry *tic; local
202 tic = nv50_tic_entry(nvc0->images_tic[s][slot]);
204 res = nv04_resource(tic->pipe.texture);
205 nvc0_update_tic(nvc0, tic, res);
207 if (tic->id < 0) {
208 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic);
213 PUSH_DATAh(push, txc->offset + (tic->id * 32));
214 PUSH_DATA (push, txc->offset + (tic->id * 32));
220 PUSH_DATAp(push, &tic->tic[0], 8)
709 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
    [all...]
nvc0_screen.c 544 FREE(screen->tic.entries);
    [all...]
nvc0_state_validate.c 768 struct nv50_tic_entry *tic = nv50_tic_entry(new_view); local
769 assert(tic->id < 0);
770 tic->id = nvc0_screen_tic_alloc(screen, tic);
771 nvc0->base.push_data(&nvc0->base, screen->txc, tic->id * 32,
772 NV_VRAM_DOMAIN(&screen->base), 32, tic->tic);
773 screen->tic.lock[tic->id / 32] |= 1 << (tic->id % 32)
    [all...]
nvc0_vbo.c 1020 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); local
    [all...]
  /system/chre/apps/ash_world/
ash_world.cc 102 uint64_t tic = 0, toc = 0; local
118 tic = chreGetTime();
122 sensor, success ? "success" : "failure", (toc - tic) / 1000);
125 tic = chreGetTime();
129 sensor, success ? "success" : "fail", (toc - tic) / 1000);
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 242 {"?sta=tic", "?us=er", "sta=tic&us=er"},
244 {"?sta=tic", "", "sta=tic"},
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 242 {"?sta=tic", "?us=er", "sta=tic&us=er"},
244 {"?sta=tic", "", "sta=tic"},
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.h 79 uint16_t tic, uint16_t tsc,
nv50_ir_build_util.cpp 246 uint16_t tic, uint16_t tsc,
257 tex->setTexture(targ, tic, tsc);
  /prebuilts/go/darwin-x86/src/net/
timeout_test.go 1033 tic := time.NewTicker(2 * time.Microsecond)
1034 defer tic.Stop()
1048 <-tic.C
  /prebuilts/go/linux-x86/src/net/
timeout_test.go 1033 tic := time.NewTicker(2 * time.Microsecond)
1034 defer tic.Stop()
1048 <-tic.C
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
allinsn.s 1629 .global tic
1630 tic: label
1631 tic icc0,sp,0
allinsn.d 1224 00000654 <tic>:
1225 654: 88 70 10 00 tic icc0,sp,0

Completed in 402 milliseconds