| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_flatten_nested_if_blocks.cpp | 93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if(); local in function:nested_if_flattener::visit_leave 94 if (!inner || !inner->next->is_tail_sentinel() || 95 !inner->else_instructions.is_empty()) 98 ir->condition = logic_and(ir->condition, inner->condition); 99 inner->then_instructions.move_nodes_to(&ir->then_instructions);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_flatten_nested_if_blocks.cpp | 93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if(); local in function:nested_if_flattener::visit_leave 94 if (!inner || !inner->next->is_tail_sentinel() || 95 !inner->else_instructions.is_empty()) 98 ir->condition = logic_and(ir->condition, inner->condition); 99 inner->then_instructions.move_nodes_to(&ir->then_instructions);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_tcs_workarounds.c | 69 * In other words, the actual inner tessellation factor used is 88 nir_ssa_def *inner = load_output(b, 2, 0, 2); local in function:emit_quads_workaround 93 nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), inner))); 97 inner = nir_bcsel(b, nir_fge(b, nir_imm_float(b, 1.0f), inner), 98 nir_imm_float(b, 2.0f), inner); 100 nir_store_output(b, inner, nir_imm_int(b, 0),
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | bboxint.h | 39 Widget outer; /* Widget containing scollbars & inner */ 40 Widget inner; /* Widget containing the buttons. */ member in struct:_XmhButtonBoxRec
|
| H A D | bbox.c | 68 buttonbox->inner = 130 XtCreateManagedWidget(name, kind, buttonbox->inner, args, i); 336 maxheight = (Dimension) GetHeight(buttonbox->inner); 346 return (XtParent(XtParent(widget)) == buttonbox->inner);
|
| H A D | pick.c | 81 Widget inner; /* Inner widget (contains master form) */ member in struct:_FormBoxRec 122 XawFormDoLayout(form->inner, FALSE); 127 XawFormDoLayout(form->inner, TRUE); 128 XtManageChild(form->inner); 239 /* %%% XUnmapWindow(theDisplay, XtWindow(form->inner)); */ 243 /* %%% XtMapWidget(form->inner); */ 584 group->widget = XtCreateWidget("groupform", formWidgetClass, form->inner, 697 result->inner = XtCreateWidget( "form", formWidgetClass, result->outer, 734 height = general->inner->core.height; 735 if (general->inner [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir_tcs_workarounds.c | 69 * In other words, the actual inner tessellation factor used is 96 nir_ssa_def *inner = load_output(b, 2, 0, 2); local in function:emit_quads_workaround 101 nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), inner))); 110 inner = nir_bcsel(b, nir_fge(b, nir_imm_float(b, 1.0f), inner), 111 nir_imm_float(b, 2.0f), inner); 118 store->src[0] = nir_src_for_ssa(inner);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | applewmExt.h | 47 const BoxRec *inner, BoxRec *ret); 50 const BoxRec *inner, int *ret); 52 const BoxRec *outer, const BoxRec *inner,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | applewmExt.h | 43 const BoxRec *inner, BoxRec *ret); 46 const BoxRec *inner, int *ret); 49 const BoxRec *outer, const BoxRec *inner,
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | radial-invalid.c | 31 static const pixman_point_fixed_t inner = { 0x320000, 0x320000 }; local in function:main 38 &inner, 40 0xab074, /* inner radius */
|
| H A D | radial-perf-test.c | 7 static const pixman_point_fixed_t inner = { 0x0000, 0x0000 }; local in function:main 30 &inner, &outer, r_inner, r_outer, stops, ARRAY_LENGTH (stops));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprAppleWM.c | 120 const BoxRec *inner, 130 if (xp_frame_draw (wid, class, attr, outer, inner, 115 xprFrameDraw(WindowPtr pWin,xp_frame_class class,xp_frame_attr attr,const BoxRec * outer,const BoxRec * inner,unsigned int title_len,const unsigned char * title_bytes) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprAppleWM.c | 122 const BoxRec *inner, 132 if (xp_frame_draw(wid, class, attr, outer, inner, 118 xprFrameDraw(WindowPtr pWin,xp_frame_class class,xp_frame_attr attr,const BoxRec * outer,const BoxRec * inner,unsigned int title_len,const unsigned char * title_bytes) argument
|
| /xsrc/external/mit/xman/dist/ |
| H A D | man.c | 209 SectionList *head, *last, *inner, *old; local in function:SortList 252 old = inner = local->next; 253 while (inner != NULL) { 254 if (streq(inner->label, local->label)) { 255 if (old != inner) { 256 old->next = inner->next; 257 last = inner->next; 258 inner->next = head->next; 259 head->next = inner; 260 head = inner; [all...] |
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Picture.c | 325 req->inner.x = gradient->inner.x; 326 req->inner.y = gradient->inner.y; 329 req->inner_radius = gradient->inner.radius;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_tgsi.c | 100 struct ureg_src outer, inner; local in function:si_create_fixed_func_tcs 109 inner = ureg_DECL_system_value(ureg, 116 ureg_MOV(ureg, tessinner, inner);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-radial-gradient.c | 462 pixman_image_create_radial_gradient (const pixman_point_fixed_t * inner, argument 487 radial->c1.x = inner->x; 488 radial->c1.y = inner->y;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_optimize.c | 48 static struct rc_src_register chain_srcregs(struct rc_src_register outer, struct rc_src_register inner) argument 51 combine.File = inner.File; 52 combine.Index = inner.Index; 53 combine.RelAddr = inner.RelAddr; 58 combine.Abs = inner.Abs; 59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate); 62 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_optimize.c | 50 static struct rc_src_register chain_srcregs(struct rc_src_register outer, struct rc_src_register inner) argument 53 combine.File = inner.File; 54 combine.Index = inner.Index; 55 combine.RelAddr = inner.RelAddr; 60 combine.Abs = inner.Abs; 61 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate); 64 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_tgsi.c | 91 struct ureg_src outer, inner; local in function:si_create_fixed_func_tcs 99 inner = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_TESS_DEFAULT_INNER_LEVEL, 0); 105 ureg_MOV(ureg, tessinner, inner);
|
| H A D | si_shader_llvm_tess.c | 550 LLVMBuildStore(ctx->ac.builder, value, /* inner */ 678 LLVMValueRef out[6], vec0, vec1, tf_base, inner[4], outer[4]; local in function:si_write_tess_factors 717 inner[i] = LLVMGetUndef(ctx->ac.i32); 726 inner[i] = out[outer_comps + i] = invoc0_tf_inner[i]; 744 inner[i] = out[outer_comps + i] = lshs_lds_load(ctx, ctx->ac.i32, i, lds_inner); 817 inner_comps == 1 ? inner[0] : ac_build_gather_values(&ctx->ac, inner, inner_comps);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 140 struct bound inner; member in struct:arc_bound 364 correspond to the inner and outer boundaries. 675 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) 778 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) 2599 * the outer edge, the ellipse and the inner edge. 2628 bound->inner.min = innerYfromXY (ellipsex.min, bound->ellipse.min, def, acc); 2629 bound->inner.max = innerYfromXY (ellipsex.max, bound->ellipse.max, def, acc); 2649 right->clock.y = bound->inner.min; 2658 left->counterClock.y = bound->inner.max; 2662 bound->left.min = bound->inner [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 142 struct bound inner; member in struct:arc_bound 374 correspond to the inner and outer boundaries. 644 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) 741 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0) 2654 * the outer edge, the ellipse and the inner edge. 2680 bound->inner.min = innerYfromXY(ellipsex.min, bound->ellipse.min, def, acc); 2681 bound->inner.max = innerYfromXY(ellipsex.max, bound->ellipse.max, def, acc); 2701 right->clock.y = bound->inner.min; 2710 left->counterClock.y = bound->inner.max; 2714 bound->left.min = bound->inner [all...] |
| /xsrc/external/mit/glu/dist/include/GL/ |
| H A D | glu.h | 306 GLAPI void GLAPIENTRY gluDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops); 328 GLAPI void GLAPIENTRY gluPartialDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops, GLdouble start, GLdouble sweep);
|
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| H A D | core.py | 344 # to the "inner" co-routine, which is turned into a list of tasks and 351 async def inner(commit: 'Commit', version: str, function in function:gather_commits 359 inner(Commit(sha, desc), version, m_commits, i, cb)))
|