HomeSort by: relevance | last modified time | path
    Searched defs:ta (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 172 struct tnl_clipspace_attr *ta = &vtx->attr[i]; local
173 struct nouveau_array *a = &render->attrs[ta->attrib];
176 a->offset = swtnl->offset + ta->vertoffset;
  /xsrc/external/mit/MesaLib/dist/src/util/
rb_tree_test.c 65 struct rb_test_node *ta = rb_node_data(struct rb_test_node, a, node); local
68 return tb->key - ta->key;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
fd6_resource.c 77 int ta = rsc->cpp; local
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.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 172 struct tnl_clipspace_attr *ta = &vtx->attr[i]; local
173 struct nouveau_array *a = &render->attrs[ta->attrib];
176 a->offset = swtnl->offset + ta->vertoffset;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 563 static int get_reg(struct radeon_compiler *c, struct temporary_allocation *ta, bool *hwtemps,
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
614 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool,
616 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps);
648 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 567 struct temporary_allocation * ta; local
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[orig].Allocated = 1
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/android_stub/system/
radio.h 95 bool ta; /* Traffic Announcement supported */ member in struct:radio_hal_fm_band_config
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 1233 const glsl_type *ta = this->fields.structure[i].type; local
1235 if (!ta->compare_no_precision(tb))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_job.c 405 uint32_t *ta = cpu + lima_reload_tex_array_offset; local
406 ta[0] = va + lima_reload_tex_desc_offset;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
spirv_builder.c 1113 const struct spirv_type *ta = a, *tb = b; local
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/pixman/dist/pixman/
pixman-fast-path.c 2374 uint32_t ta, tr, tg, tb; local
2385 ta = tag >> 16;
2387 a = (ta << 8) + dist_y * (ba - ta);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_draw.c 286 uint32_t *ta = cpu + lima_reload_tex_array_offset; local
287 ta[0] = va + lima_reload_tex_desc_offset;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_pipe_common.h 301 struct r600_mmio_counter ta; member in struct:r600_mmio_counters::r600_mmio_counters_named
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_pipe_common.h 305 struct r600_mmio_counter ta; member in struct:r600_mmio_counters::__anon3967
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_pipe.h 464 struct si_mmio_counter ta; member in struct:si_mmio_counters::si_mmio_counters_named
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_pipe.h 403 struct si_mmio_counter ta; member in struct:si_mmio_counters::__anon4030

Completed in 26 milliseconds