| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_resource.c | 77 int ta = rsc->cpp; local in function:setup_slices 81 ta = 0; 83 debug_assert(ta < ARRAY_SIZE(tile_alignment)); 84 debug_assert(tile_alignment[ta].pitchalign); 103 pitchalign = tile_alignment[ta].pitchalign; 105 tile_alignment[ta].heightalign);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r3xx_vertprog.c | 563 static int get_reg(struct radeon_compiler *c, struct temporary_allocation *ta, bool *hwtemps, argument 566 if (!ta[orig].Allocated) { 573 ta[orig].Allocated = 1; 574 ta[orig].HwTemp = j; 575 hwtemps[ta[orig].HwTemp] = true; 578 return ta[orig].HwTemp; 588 struct temporary_allocation * ta; local in function:allocate_temporary_registers 614 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool, 616 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps); 648 ta[ins [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r3xx_vertprog.c | 567 struct temporary_allocation * ta; local in function:allocate_temporary_registers 593 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool, 595 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps); 627 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst; 639 inst->U.I.SrcReg[i].Index = ta[orig].HwTemp; 641 if (ta[orig].Allocated && inst == ta[orig].LastRead) 642 hwtemps[ta[orig].HwTemp] = 0; 650 if (!ta[orig].Allocated) { 655 ta[ori [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_swtnl_t.c | 172 struct tnl_clipspace_attr *ta = &vtx->attr[i]; local in function:swtnl_bind_vertices 173 struct nouveau_array *a = &render->attrs[ta->attrib]; 176 a->offset = swtnl->offset + ta->vertoffset;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_swtnl_t.c | 172 struct tnl_clipspace_attr *ta = &vtx->attr[i]; local in function:swtnl_bind_vertices 173 struct nouveau_array *a = &render->attrs[ta->attrib]; 176 a->offset = swtnl->offset + ta->vertoffset;
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/system/ |
| H A D | radio.h | 95 bool ta; /* Traffic Announcement supported */ member in struct:radio_hal_fm_band_config
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 91 UPDATE_COUNTER(ta, TA_BUSY); 210 return BUSY_INDEX(rscreen, ta);
|
| H A D | r600_pipe_common.h | 305 struct r600_mmio_counter ta; member in struct:r600_mmio_counters::__anonbbc5da5b0108
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 89 UPDATE_COUNTER(ta, TA_BUSY); 228 return BUSY_INDEX(sscreen, ta);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 91 UPDATE_COUNTER(ta, TA_BUSY); 210 return BUSY_INDEX(rscreen, ta);
|
| H A D | r600_pipe_common.h | 301 struct r600_mmio_counter ta; member in struct:r600_mmio_counters::r600_mmio_counters_named
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 88 UPDATE_COUNTER(ta, TA_BUSY); 221 return BUSY_INDEX(sscreen, ta);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | rb_tree_test.c | 65 struct rb_test_node *ta = rb_node_data(struct rb_test_node, a, node); local in function:rb_test_node_cmp 68 return tb->key - ta->key;
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | ccw.cc | 511 Subdivider::bbox( REAL sa, REAL sb, REAL sc, REAL ta, REAL tb, REAL tc ) argument 518 assert( tc >= ta );
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 193 ta.orth \
|
| H A D | Makefile.in | 579 ta.orth \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.c | 1113 const struct spirv_type *ta = a, *tb = b; local in function:non_aggregate_type_equals 1115 if (ta->op != tb->op) 1118 assert(ta->num_args == tb->num_args); 1119 return memcmp(ta->args, tb->args, sizeof(uint32_t) * ta->num_args) == 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_ff.c | 1105 ps_get_ts_arg(struct ps_build_ctx *ps, unsigned ta) argument 1109 switch (ta & D3DTA_SELECTMASK) { 1136 if (ta & D3DTA_COMPLEMENT) { 1141 if (ta & D3DTA_ALPHAREPLICATE) 1147 ps_get_ts_dst(struct ps_build_ctx *ps, unsigned ta) argument 1149 assert(!(ta & (D3DTA_COMPLEMENT | D3DTA_ALPHAREPLICATE))); 1151 switch (ta & D3DTA_SELECTMASK) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_ff.c | 1107 ps_get_ts_arg(struct ps_build_ctx *ps, unsigned ta) argument 1111 switch (ta & D3DTA_SELECTMASK) { 1138 if (ta & D3DTA_COMPLEMENT) { 1143 if (ta & D3DTA_ALPHAREPLICATE) 1149 ps_get_ts_dst(struct ps_build_ctx *ps, unsigned ta) argument 1151 assert(!(ta & (D3DTA_COMPLEMENT | D3DTA_ALPHAREPLICATE))); 1153 switch (ta & D3DTA_SELECTMASK) {
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 1079 <!-- ta* -> ta --> 1081 <test name="lang" compare="contains"><string>ta</string></test> 1082 <edit name="lang" mode="assign" binding="same"><string>ta</string></edit>
|
| H A D | 65-nonlatin.conf | 225 <family>Noto Sans Tamil UI</family><!-- ta -->
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_job.c | 405 uint32_t *ta = cpu + lima_reload_tex_array_offset; local in function:lima_pack_reload_plbu_cmd 406 ta[0] = va + lima_reload_tex_desc_offset;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_draw.c | 286 uint32_t *ta = cpu + lima_reload_tex_array_offset; local in function:lima_pack_reload_plbu_cmd 287 ta[0] = va + lima_reload_tex_desc_offset;
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-fast-path.c | 2374 uint32_t ta, tr, tg, tb; local in function:fast_fetch_bilinear_cover 2385 ta = tag >> 16; 2387 a = (ta << 8) + dist_y * (ba - ta);
|
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | po.m4 | 265 ta
|