| /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/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/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.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/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/gallium/drivers/r600/ |
| r600_gpu_load.c | 91 UPDATE_COUNTER(ta, TA_BUSY); 210 return BUSY_INDEX(rscreen, ta);
|
| 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/ |
| si_gpu_load.c | 88 UPDATE_COUNTER(ta, TA_BUSY); 221 return BUSY_INDEX(sscreen, ta);
|
| /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/r600/ |
| r600_gpu_load.c | 91 UPDATE_COUNTER(ta, TA_BUSY); 210 return BUSY_INDEX(rscreen, ta);
|
| r600_pipe_common.h | 305 struct r600_mmio_counter ta; member in struct:r600_mmio_counters::__anon3967
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_gpu_load.c | 89 UPDATE_COUNTER(ta, TA_BUSY); 228 return BUSY_INDEX(sscreen, ta);
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| ccw.cc | 511 Subdivider::bbox( REAL sa, REAL sb, REAL sc, REAL ta, REAL tb, REAL tc ) 518 assert( tc >= ta );
|
| /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/MesaLib/dist/src/gallium/frontends/nine/ |
| nine_ff.c | 1107 ps_get_ts_arg(struct ps_build_ctx *ps, unsigned ta) 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) 1151 assert(!(ta & (D3DTA_COMPLEMENT | D3DTA_ALPHAREPLICATE))); 1153 switch (ta & D3DTA_SELECTMASK) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| nine_ff.c | 1105 ps_get_ts_arg(struct ps_build_ctx *ps, unsigned ta) 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) 1149 assert(!(ta & (D3DTA_COMPLEMENT | D3DTA_ALPHAREPLICATE))); 1151 switch (ta & D3DTA_SELECTMASK) {
|
| /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/fontconfig/dist/conf.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>
|
| 65-nonlatin.conf | 225 <family>Noto Sans Tamil UI</family><!-- 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/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/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/imgui/ |
| imgui_widgets.cpp | 5652 ImVec2 ta = g.IO.MousePos - g.IO.MouseDelta; 5655 float extra = ImClamp(ImFabs(ta.x - tb.x) * 0.30f, 5.0f, 30.0f); // add a bit of extra slack. 5656 ta.x += (window->Pos.x < next_window->Pos.x) ? -0.5f : +0.5f; // to avoid numerical issues 5657 tb.y = ta.y + ImMax((tb.y - extra) - ta.y, -100.0f); // triangle is maximum 200 high to limit the slope and the bias toward large sub-menus // FIXME: Multiply by fb_scale? 5658 tc.y = ta.y + ImMin((tc.y + extra) - ta.y, +100.0f); 5659 moving_within_opened_triangle = ImTriangleContainsPoint(ta, tb, tc, g.IO.MousePos); 5660 //window->DrawList->PushClipRectFullScreen(); window->DrawList->AddTriangleFilled(ta, tb, tc, moving_within_opened_triangle ? IM_COL32(0,128,0,128) : IM_COL32(128,0,0,128)); window->DrawList->PopClipRect(); // Debug
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_widgets.cpp | 5652 ImVec2 ta = g.IO.MousePos - g.IO.MouseDelta; 5655 float extra = ImClamp(ImFabs(ta.x - tb.x) * 0.30f, 5.0f, 30.0f); // add a bit of extra slack. 5656 ta.x += (window->Pos.x < next_window->Pos.x) ? -0.5f : +0.5f; // to avoid numerical issues 5657 tb.y = ta.y + ImMax((tb.y - extra) - ta.y, -100.0f); // triangle is maximum 200 high to limit the slope and the bias toward large sub-menus // FIXME: Multiply by fb_scale? 5658 tc.y = ta.y + ImMin((tc.y + extra) - ta.y, +100.0f); 5659 moving_within_opened_triangle = ImTriangleContainsPoint(ta, tb, tc, g.IO.MousePos); 5660 //window->DrawList->PushClipRectFullScreen(); window->DrawList->AddTriangleFilled(ta, tb, tc, moving_within_opened_triangle ? IM_COL32(0,128,0,128) : IM_COL32(128,0,0,128)); window->DrawList->PopClipRect(); // Debug
|