| /xsrc/external/mit/xkeyboard-config/dist/rules/compat/ |
| H A D | Makefile.am | 4 dist_parts=base.o_s.part \ 5 base.lv_c.part \ 6 base.l1v1_c.part \ 7 base.l2v2_c.part \ 8 base.l3v3_c.part \ 9 base.l4v4_c.part 12 base.ml2_s.part \ 13 base.ml3_s.part \ 14 base.ml4_s.part \ 15 base.ml2v2_s.part \ [all...] |
| H A D | Makefile.in | 275 dist_parts = base.o_s.part \ 276 base.lv_c.part \ 277 base.l1v1_c.part \ 278 base.l2v2_c.part \ 279 base.l3v3_c.part \ 280 base.l4v4_c.part 283 base.ml2_s.part \ 284 base.ml3_s.part \ 285 base.ml4_s.part \ 286 base.ml2v2_s.part \ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_blending.c | 220 struct mali_blend_mode part = { 0 }; local in function:panfrost_make_fixed_blend_part 227 part.negate_dest = true; 229 part.negate_source = true; 233 part.clip_modifier = MALI_BLEND_MOD_NORMAL; 241 part.dominant = MALI_BLEND_DOM_SOURCE; 242 part.nondominant_mode = MALI_BLEND_NON_ZERO; 245 part.clip_modifier = MALI_BLEND_MOD_DEST_ONE; 247 part.dominant = MALI_BLEND_DOM_DESTINATION; 248 part.nondominant_mode = MALI_BLEND_NON_ZERO; 251 part [all...] |
| H A D | pan_pretty_print.c | 127 /* Helper to dump fixed-function blend part for debugging */ 184 struct mali_blend_mode part; local in function:panfrost_print_fixed_part 185 memcpy(&part, &u, sizeof(part)); 190 (part.dominant == MALI_BLEND_DOM_SOURCE) ? "source" : "destination"); 192 printf(" %s\n", panfrost_factor_name(part.dominant_factor)); 194 if (part.complement_dominant) 199 (part.nondominant_mode == MALI_BLEND_NON_MIRROR) ? "mirror" : "zero"); 202 printf(" mode: %s\n", panfrost_modifier_name(part.clip_modifier)); 204 if (part [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_wsi.c | 89 struct radv_fence_part *part = local in function:radv_AcquireNextImage2KHR 92 device->ws->signal_syncobj(device->ws, part->syncobj, 0); 95 struct radv_semaphore_part *part = semaphore->temporary.kind != RADV_SEMAPHORE_NONE local in function:radv_AcquireNextImage2KHR 99 switch (part->kind) { 107 device->ws->signal_syncobj(device->ws, part->syncobj, 0);
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| H A D | cg14_render.c | 264 int full, part, x; local in function:CG14Comp_Add32 268 part = width & 7; /* leftovers */ 284 sxm(SX_LDUQ0, srcx, 8, part - 1); 285 sxm(SX_LDUQ0, dstx, 40, part - 1); 286 if (part & 16) { 288 sxi(SX_ADDV, 24, 56, 88, part - 17); 290 sxi(SX_ADDV, 8, 40, 72, part - 1); 292 sxm(SX_STUQ0, dstx, 72, part - 1); 307 int pre, full, part, x; local in function:CG14Comp_Add8 319 part 380 int pre, full, part, x; local in function:CG14Comp_Add8_32 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_rtld.c | 175 * Read LDS symbols from the given \p section of the ELF of \p part and append 198 struct ac_rtld_part *part = &binary->parts[part_idx]; local in function:read_private_lds_symbols 221 s.name = elf_strptr(part->elf, strtabidx, symbol->st_name); 326 struct ac_rtld_part *part = &binary->parts[part_idx]; local in function:ac_rtld_open 330 part->elf = elf_memory((char *)i.elf_ptrs[part_idx], i.elf_sizes[part_idx]); 331 report_elf_if(!part->elf); 333 const Elf64_Ehdr *ehdr = elf64_getehdr(part->elf); 339 report_elf_if(elf_getshdrstrndx(part->elf, §ion_str_index) < 0); 340 report_elf_if(elf_getshdrnum(part->elf, &num_shdrs) < 0); 342 part 429 struct ac_rtld_part *part = &binary->parts[part_idx]; local in function:ac_rtld_open 481 struct ac_rtld_part *part = &binary->parts[i]; local in function:ac_rtld_close 492 get_section_by_name(struct ac_rtld_part * part,const char * name,const char ** data,size_t * nbytes) argument 524 struct ac_rtld_part *part = &binary->parts[i]; local in function:ac_rtld_read_config 586 struct ac_rtld_part *part = &u->binary->parts[part_idx]; local in function:resolve_symbol 622 struct ac_rtld_part *part = &u->binary->parts[part_idx]; local in function:apply_relocs 765 struct ac_rtld_part *part = &u->binary->parts[i]; local in function:ac_rtld_upload 795 struct ac_rtld_part *part = &u->binary->parts[i]; local in function:ac_rtld_upload [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | cso.rst | 4 CSO, Constant State Objects, are a core part of Gallium's API.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | cso.rst | 4 CSO, Constant State Objects, are a core part of Gallium's API.
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | ResConfig.c | 81 * if the last part is a valid resource for that widget. (eg. 94 * last_part the last resource part (e.g. *background) 288 * remainder the part of the resource string left over 291 * last_token the last * or . before the final resource part 292 * last_part the last resource part (e.g. *background) 347 * remainder the remaining part of the resource string 350 * last_token the last * or . before the final resource part 351 * last_part the last resource part (e.g. *background) 386 * This routine will return the token and following part of the resource 390 * remainder the part o 402 _get_part(char * remainder _X_UNUSED,char ** indx,char ** part) argument 445 _match_resource_to_widget(Widget w,char * part) argument 529 char *part; local in function:_set_and_search 607 _get_last_part(char * remainder,char ** part) argument [all...] |
| /xsrc/external/mit/libXau/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXaw/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXcursor/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXdmcp/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXext/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXfixes/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXfont2/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXft/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXi/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXpm/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXpresent/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXrandr/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXrender/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libXt/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|
| /xsrc/external/mit/libxshmfence/dist/m4/ |
| H A D | ltversion.m4 | 14 # This file is part of GNU Libtool
|