HomeSort by: relevance | last modified time | path
    Searched refs:bb (Results 1 - 25 of 315) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/fontconfig/dist/fc-lang/
sm.orth 30 02bb
to.orth 30 02bb
haw.orth 35 02bb
kk.orth 31 #00bb
42 04ba-04bb
bua.orth 102 04bb
ku_am.orth 86 04bb
sah.orth 106 04bb
tt.orth 106 04bb
iu.orth 46 14bb
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/
bitmap_wrapper.cpp 46 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace); local
47 if (bb)
48 return (Bitmap*)bb;
56 BBitmap *bb = (BBitmap*)bitmap; local
57 if (bb && width && height) {
58 uint32 w = bb->Bounds().IntegerWidth() + 1;
59 uint32 h = bb->Bounds().IntegerHeight() + 1;
69 BBitmap *bb = (BBitmap*)bitmap; local
70 if (bb)
71 return bb->ColorSpace()
79 BBitmap *bb = (BBitmap*)bitmap; local
91 BBitmap *bb = (BBitmap*)bitmap; local
102 BBitmap *bb = (BBitmap*)bitmap; local
110 BBitmap *bb = (BBitmap*)bitmap; local
120 BBitmap *bb = (BBitmap*)bitmap; local
130 BBitmap *bb = (BBitmap*)bitmap; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/
bitmap_wrapper.cpp 46 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace); local
47 if (bb)
48 return (Bitmap*)bb;
56 BBitmap *bb = (BBitmap*)bitmap; local
57 if (bb && width && height) {
58 uint32 w = bb->Bounds().IntegerWidth() + 1;
59 uint32 h = bb->Bounds().IntegerHeight() + 1;
69 BBitmap *bb = (BBitmap*)bitmap; local
70 if (bb)
71 return bb->ColorSpace()
79 BBitmap *bb = (BBitmap*)bitmap; local
91 BBitmap *bb = (BBitmap*)bitmap; local
102 BBitmap *bb = (BBitmap*)bitmap; local
110 BBitmap *bb = (BBitmap*)bitmap; local
120 BBitmap *bb = (BBitmap*)bitmap; local
130 BBitmap *bb = (BBitmap*)bitmap; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_ssa.cpp 192 BasicBlock *bb; local
197 bb = BasicBlock::get(reinterpret_cast<Node *>(dtIt->get()));
198 bb->getDF().clear();
200 for (succIt = bb->cfg.outgoing(); !succIt.end(); succIt.next()) {
202 if (dfLocal->idom() != bb)
203 bb->getDF().insert(dfLocal);
206 for (chldIt = bb->dom.outgoing(); !chldIt.end(); chldIt.next()) {
212 if (dfUp->idom() != bb)
213 bb->getDF().insert(dfUp);
219 // liveIn(bb) = usedBeforeAssigned(bb) U (liveOut(bb) - assigned(bb)
334 BasicBlock *bb; local
    [all...]
nv50_ir_bb.cpp 97 BasicBlock *bb = new BasicBlock(pol.context()); local
99 pol.set(this, bb);
102 bb->insertTail(i->clone(pol));
104 pol.context()->cfg.insert(&bb->cfg);
108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
111 return bb;
135 inst->bb = this;
148 inst->bb = this;
170 inst->bb = this;
179 inst->bb = this
332 BasicBlock *bb = new BasicBlock(func); local
345 BasicBlock *bb = new BasicBlock(func); local
422 BasicBlock *bb = local
484 BasicBlock *bb; local
521 BasicBlock *bb = BasicBlock::get( local
    [all...]
nv50_ir_target.cpp 229 BasicBlock *bb = NULL; local
231 bb = func->bbArray[i];
232 int32_t adjSize = bb->binSize;
238 adjSize = bb->binSize + sizeToBundlesNVE4(adjSize) * 8;
239 bb->binPos = adjPos;
240 bb->binSize = adjSize;
243 if (bb)
264 CodeEmitter::prepareEmission(BasicBlock *bb)
267 Function *func = bb->getFunction();
277 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb)
    [all...]
nv50_ir_build_util.h 43 inline BasicBlock *getBB() { return bb; }
46 inline void remove(Instruction *i) { assert(i->bb == bb); bb->remove(i); }
193 BasicBlock *bb; member in class:nv50_ir::BuildUtil
215 bb = block;
216 prog = bb->getProgram();
217 func = bb->getFunction();
225 bb = i->bb;
    [all...]
nv50_ir_ra.cpp 375 const BasicBlock *bb,
381 insn = bb->getFirst();
383 assert(bb->getFirst()->serial <= bb->getExit()->serial);
384 assert(bb->getExit()->serial + 1 >= end);
387 if (begin < bb->getEntry()->serial || begin > bb->getExit()->serial)
388 begin = bb->getEntry()->serial;
423 // BB invalidates all the PHI nodes since their sources are implicitly ordered
429 RegAlloc::PhiMovesPass::splitEdges(BasicBlock *bb)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_ssa.cpp 192 BasicBlock *bb; local
197 bb = BasicBlock::get(reinterpret_cast<Node *>(dtIt->get()));
198 bb->getDF().clear();
200 for (succIt = bb->cfg.outgoing(); !succIt.end(); succIt.next()) {
202 if (dfLocal->idom() != bb)
203 bb->getDF().insert(dfLocal);
206 for (chldIt = bb->dom.outgoing(); !chldIt.end(); chldIt.next()) {
212 if (dfUp->idom() != bb)
213 bb->getDF().insert(dfUp);
219 // liveIn(bb) = usedBeforeAssigned(bb) U (liveOut(bb) - assigned(bb)
334 BasicBlock *bb; local
    [all...]
nv50_ir_bb.cpp 97 BasicBlock *bb = new BasicBlock(pol.context()); local
99 pol.set(this, bb);
102 bb->insertTail(i->clone(pol));
104 pol.context()->cfg.insert(&bb->cfg);
108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
111 return bb;
135 inst->bb = this;
148 inst->bb = this;
170 inst->bb = this;
179 inst->bb = this
332 BasicBlock *bb = new BasicBlock(func); local
345 BasicBlock *bb = new BasicBlock(func); local
422 BasicBlock *bb = local
484 BasicBlock *bb; local
521 BasicBlock *bb = BasicBlock::get( local
    [all...]
nv50_ir_target.cpp 220 BasicBlock *bb = NULL; local
222 bb = func->bbArray[i];
223 int32_t adjSize = bb->binSize;
229 adjSize = bb->binSize + sizeToBundlesNVE4(adjSize) * 8;
230 bb->binPos = adjPos;
231 bb->binSize = adjSize;
234 if (bb)
255 CodeEmitter::prepareEmission(BasicBlock *bb)
258 Function *func = bb->getFunction();
268 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb)
    [all...]
nv50_ir_build_util.h 43 inline BasicBlock *getBB() { return bb; }
46 inline void remove(Instruction *i) { assert(i->bb == bb); bb->remove(i); }
187 BasicBlock *bb; member in class:nv50_ir::BuildUtil
209 bb = block;
210 prog = bb->getProgram();
211 func = bb->getFunction();
219 bb = i->bb;
    [all...]
nv50_ir_ra.cpp 330 const BasicBlock *bb,
336 insn = bb->getFirst();
338 assert(bb->getFirst()->serial <= bb->getExit()->serial);
339 assert(bb->getExit()->serial + 1 >= end);
342 if (begin < bb->getEntry()->serial || begin > bb->getExit()->serial)
343 begin = bb->getEntry()->serial;
378 // BB invalidates all the PHI nodes since their sources are implicitly ordered
384 RegAlloc::PhiMovesPass::splitEdges(BasicBlock *bb)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_bc_builder.cpp 34 : sh(s), ctx(s.get_ctx()), bb(ctx.hw_class_bit()), error(0) {}
59 bb.set_size(cf_cnt << 1);
60 bb.seek(cf_cnt << 1);
71 bb.seek(bb.ndw());
72 cf->bc.addr = bb.ndw() >> 1;
74 cf->bc.count = (bb.ndw() >> 1) - cf->bc.addr - 1;
76 bb.align(4);
77 bb.seek(bb.ndw())
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_bc_builder.cpp 34 : sh(s), ctx(s.get_ctx()), bb(ctx.hw_class_bit()), error(0) {}
59 bb.set_size(cf_cnt << 1);
60 bb.seek(cf_cnt << 1);
71 bb.seek(bb.ndw());
72 cf->bc.addr = bb.ndw() >> 1;
74 cf->bc.count = (bb.ndw() >> 1) - cf->bc.addr - 1;
76 bb.align(4);
77 bb.seek(bb.ndw())
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_widgets.cpp 214 ImRect bb(text_pos, text_pos + text_size);
216 ItemAdd(bb, 0);
224 ImRect bb(text_pos, text_pos + text_size);
226 if (!ItemAdd(bb, 0))
230 RenderTextWrapped(bb.Min, text_begin, text_end, wrap_width);
358 const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(g.FontSize + (label_size.x > 0.0f ? (label_size.x + style.FramePadding.x*2) : 0.0f), ImMax(line_height, label_size.y))); // Empty text doesn't add padding
359 ItemSize(bb);
360 if (!ItemAdd(bb, 0))
364 RenderBullet(bb.Min + ImVec2(style.FramePadding.x + g.FontSize*0.5f, line_height*0.5f));
365 RenderText(bb.Min+ImVec2(g.FontSize + style.FramePadding.x*2, text_base_offset_y), text_begin, text_end, false)
739 ImRect bb = horizontal local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_widgets.cpp 214 ImRect bb(text_pos, text_pos + text_size);
216 ItemAdd(bb, 0);
224 ImRect bb(text_pos, text_pos + text_size);
226 if (!ItemAdd(bb, 0))
230 RenderTextWrapped(bb.Min, text_begin, text_end, wrap_width);
358 const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(g.FontSize + (label_size.x > 0.0f ? (label_size.x + style.FramePadding.x*2) : 0.0f), ImMax(line_height, label_size.y))); // Empty text doesn't add padding
359 ItemSize(bb);
360 if (!ItemAdd(bb, 0))
364 RenderBullet(bb.Min + ImVec2(style.FramePadding.x + g.FontSize*0.5f, line_height*0.5f));
365 RenderText(bb.Min+ImVec2(g.FontSize + style.FramePadding.x*2, text_base_offset_y), text_begin, text_end, false)
739 ImRect bb = horizontal local
    [all...]

Completed in 66 milliseconds

1 2 3 4 5 6 7 8 91011>>