Searched refs:parts (Results 1 - 25 of 60) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_container.c36 blob_init(&c->parts);
43 blob_finish(&c->parts);
51 assert(c->parts.size < UINT_MAX);
52 unsigned offset = (unsigned)c->parts.size;
53 if (!blob_write_bytes(&c->parts, &fourcc, sizeof(fourcc)) ||
54 !blob_write_bytes(&c->parts, &part_size, sizeof(part_size)))
68 blob_write_bytes(&c->parts, part_data, part_size);
163 !blob_write_bytes(&c->parts, &header, sizeof(header))) {
168 /* write all parts */
171 if (!blob_write_bytes(&c->parts,
[all...]
H A Ddxil_container.h37 struct blob parts; member in struct:dxil_container
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_conn.c131 struct iovec parts[6]; local in function:write_setup
147 parts[count].iov_len = sizeof(xcb_setup_request_t);
148 parts[count++].iov_base = &out;
149 parts[count].iov_len = XCB_PAD(sizeof(xcb_setup_request_t));
150 parts[count++].iov_base = (char *) pad;
154 parts[count].iov_len = out.authorization_protocol_name_len = auth_info->namelen;
155 parts[count++].iov_base = auth_info->name;
156 parts[count].iov_len = XCB_PAD(out.authorization_protocol_name_len);
157 parts[count++].iov_base = (char *) pad;
158 parts[coun
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Dasm.py153 parts = op.split(".")
154 reg = parts[0]
159 if len(parts) > 1:
161 die_if(len(parts) > 2, "Too many modifiers")
162 mask = parts[1];
212 parts = op[1:].split(':')
214 die_if(any([x[0] != 'r' for x in parts]), f'Expected registers, got {op}')
215 regs = [parse_int(x[1:], 0, 63) for x in parts]
244 parts = op.split('.')
245 encoded |= encode_source(parts[
[all...]
/xsrc/external/mit/libXdamage/dist/include/X11/extensions/
H A DXdamage.h66 XserverRegion repair, XserverRegion parts);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c520 void si_build_wrapper_function(struct si_shader_context *ctx, LLVMValueRef *parts, argument
540 ac_add_function_attr(ctx->ac.context, parts[i], -1, AC_FUNC_ATTR_ALWAYSINLINE);
541 LLVMSetLinkage(parts[i], LLVMPrivateLinkage);
552 function_type = LLVMGetElementType(LLVMTypeOf(parts[0]));
556 LLVMValueRef param = LLVMGetParam(parts[0], i);
568 LLVMValueRef param = LLVMGetParam(parts[main_part], ctx->args.arg_count);
607 last_func_type = LLVMGetElementType(LLVMTypeOf(parts[num_parts - 1]));
673 /* Now chain the parts. */
679 unsigned num_params = LLVMCountParams(parts[part]);
709 param = LLVMGetParam(parts[par
1082 LLVMValueRef parts[4]; local in function:si_llvm_compile_shader
1114 LLVMValueRef parts[3], prolog, main_fn = ctx.main_fn; local in function:si_llvm_compile_shader
1135 LLVMValueRef parts[4]; local in function:si_llvm_compile_shader
1184 LLVMValueRef parts[2]; local in function:si_llvm_compile_shader
1245 LLVMValueRef parts[4]; local in function:si_llvm_compile_shader
1257 LLVMValueRef parts[2]; local in function:si_llvm_compile_shader
[all...]
H A Dsi_shader_internal.h224 void si_build_wrapper_function(struct si_shader_context *ctx, LLVMValueRef *parts,
H A Dsi_shader_llvm_ps.c967 LLVMValueRef parts[3]; local in function:si_llvm_build_monolithic_ps
976 parts[num_parts++] = ctx->main_fn;
980 parts[num_parts++] = main_fn;
985 parts[num_parts++] = ctx->main_fn;
987 si_build_wrapper_function(ctx, parts, num_parts, main_index, 0, false);
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A Dfc-lang.py118 parts = line.split('-')
120 parts = line.split('..')
122 parts = [line]
124 start = int(parts.pop(0), 16)
126 if parts:
127 end = int(parts.pop(0), 16)
128 if parts:
129 print('ERROR: {} line {}: parse error (too many parts)'.format(fn, num))
/xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
H A Disa.py502 parts = []
506 parts.append('%08x')
508 fmt = ''.join(parts)
514 parts = []
518 parts.append('v[' + str(i) + ']')
520 return ', '.join(parts)
524 mask, parts = (1 << 32) - 1, []
528 parts.append(hex(value & mask))
532 while len(parts) < words:
533 parts
[all...]
/xsrc/external/mit/fontconfig/dist/conf.d/
H A Dlink_confs.py20 confpath = str(PurePath(destdir, *PurePath(args.confpath).parts[1:]))
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_rtld.h70 struct ac_rtld_part *parts; member in struct:ac_rtld_binary
103 * all shader parts. Non-shared (private) LDS symbols of one part may
130 * defined in any of the binary's parts. */
H A Dac_rtld.c198 struct ac_rtld_part *part = &binary->parts[part_idx];
248 * Open a binary consisting of one or more shader parts.
265 binary->parts = calloc(sizeof(*binary->parts), i.num_parts);
266 if (!binary->parts)
318 /* First pass over all parts: open ELFs, pre-determine the placement of
326 struct ac_rtld_part *part = &binary->parts[part_idx];
404 * maximum of its alignment over all shader parts where it occurs.
429 struct ac_rtld_part *part = &binary->parts[part_idx];
481 struct ac_rtld_part *part = &binary->parts[
[all...]
/xsrc/external/mit/x11perf/dist/
H A DXmark575 split($0,parts,":"); # get rate and name
576 start = index(parts[1],"(") + 1; # find left parentheses
577 end = index(parts[1],"/"); # find terminating '/'
578 rate = substr(parts[1],start,end-start);# get ops/sec
580 name = parts[2];
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddevelopers.rst24 Volunteers have made significant contributions to all parts of Mesa,
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Ddamageproto.h112 Region parts; member in struct:__anonf4f5e2800608
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dsanity-a6xx.lua10 -- TODO maybe some parts could be shared across
/xsrc/external/mit/libXdamage/dist/src/
H A DXdamage.c353 XserverRegion repair, XserverRegion parts)
365 req->parts = (CARD32) parts;
352 XDamageSubtract(Display * dpy,Damage damage,XserverRegion repair,XserverRegion parts) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.4.rst31 - Mesa now packaged in three parts: Library, Demos and GLUT
H A D20.2.4.rst34 - [AMDGPU NAVI 5700xt] Large parts of the Blender viewport does not render correctly if an object with hair is moved.
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DquartzCocoa.m6 * This file is separate from the parts of Quartz support
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Ddebugging.rst91 enable different debugging for different parts of the drivers or state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c693 struct si_shader_part *parts[] = { local in function:si_destroy_screen
725 /* Free shader parts. */
726 for (i = 0; i < ARRAY_SIZE(parts); i++) {
727 while (parts[i]) {
728 struct si_shader_part *part = parts[i];
730 parts[i] = part->next;
H A Dsi_shader.c6422 LLVMValueRef *parts,
6445 ac_add_function_attr(ctx->ac.context, parts[i], -1,
6447 LLVMSetLinkage(parts[i], LLVMPrivateLinkage);
6458 function_type = LLVMGetElementType(LLVMTypeOf(parts[0]));
6462 LLVMValueRef param = LLVMGetParam(parts[0], i);
6474 LLVMValueRef param = LLVMGetParam(parts[main_part], fninfo.num_params);
6538 /* Now chain the parts. */
6544 unsigned num_params = LLVMCountParams(parts[part]);
6568 param = LLVMGetParam(parts[part], param_idx);
6574 ac_add_function_attr(ctx->ac.context, parts[par
6421 si_build_wrapper_function(struct si_shader_context * ctx,LLVMValueRef * parts,unsigned num_parts,unsigned main_part,unsigned next_shader_first_part) argument
6706 LLVMValueRef parts[2]; local in function:si_compile_tgsi_shader
6726 LLVMValueRef parts[4]; local in function:si_compile_tgsi_shader
6777 LLVMValueRef parts[2]; local in function:si_compile_tgsi_shader
6838 LLVMValueRef parts[4]; local in function:si_compile_tgsi_shader
6851 LLVMValueRef parts[2]; local in function:si_compile_tgsi_shader
6864 LLVMValueRef parts[3]; local in function:si_compile_tgsi_shader
[all...]
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c1148 XserverRegion parts; local in function:repair_win
1152 parts = win_extents (dpy, w);
1159 parts = XFixesCreateRegion (dpy, NULL, 0);
1161 XDamageSubtract (dpy, w->damage, None, parts);
1162 XFixesTranslateRegion (dpy, parts,
1168 XFixesCopyRegion (dpy, o, parts);
1170 XFixesUnionRegion (dpy, parts, parts, o);
1174 add_damage (dpy, parts);

Completed in 91 milliseconds

123