Searched refs:ta (Results 1 - 25 of 262) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c77 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 Dr3xx_vertprog.c563 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 Dr3xx_vertprog.c567 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 Dnouveau_swtnl_t.c172 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 Dnouveau_swtnl_t.c172 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 Dradio.h95 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 Dr600_gpu_load.c91 UPDATE_COUNTER(ta, TA_BUSY);
210 return BUSY_INDEX(rscreen, ta);
H A Dr600_pipe_common.h305 struct r600_mmio_counter ta; member in struct:r600_mmio_counters::__anonbbc5da5b0108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c89 UPDATE_COUNTER(ta, TA_BUSY);
228 return BUSY_INDEX(sscreen, ta);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_gpu_load.c91 UPDATE_COUNTER(ta, TA_BUSY);
210 return BUSY_INDEX(rscreen, ta);
H A Dr600_pipe_common.h301 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 Dsi_gpu_load.c88 UPDATE_COUNTER(ta, TA_BUSY);
221 return BUSY_INDEX(sscreen, ta);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Drb_tree_test.c65 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 Dccw.cc511 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 DMakefile.am193 ta.orth \
H A DMakefile.in579 ta.orth \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1113 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 Dnine_ff.c1105 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 Dnine_ff.c1107 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 D35-lang-normalize.conf1079 <!-- 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 D65-nonlatin.conf225 <family>Noto Sans Tamil UI</family><!-- ta -->
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_job.c405 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 Dlima_draw.c286 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 Dpixman-fast-path.c2374 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 Dpo.m4265 ta

Completed in 54 milliseconds

1234567891011