| /xsrc/external/mit/xcb-util/dist/aux/ |
| H A D | Makefile.am | 4 lib_LTLIBRARIES = libxcb-aux.la 14 pkgconfig_DATA = xcb-aux.pc 16 EXTRA_DIST=xcb-aux.pc.in
|
| /xsrc/external/mit/xcb-util/dist/ |
| H A D | Makefile.am | 4 SUBDIRS = atom aux event property icccm image keysyms reply renderutil
|
| H A D | configure.ac | 78 XCB_AUX_CFLAGS='-I$(top_srcdir)/aux' 79 XCB_AUX_LIBS='$(top_builddir)/aux/libxcb-aux.la' 100 aux/Makefile aux/xcb-aux.pc
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_asm.h | 53 #pragma aux get_flags_asm = \ 60 #pragma aux aaa_word_asm = \ 71 #pragma aux aas_word_asm = \ 82 #pragma aux aad_word_asm = \ 93 #pragma aux aam_word_asm = \ 104 #pragma aux adc_byte_asm = \ 115 #pragma aux adc_word_asm = \ 126 #pragma aux adc_long_asm = \ 137 #pragma aux add_byte_asm = \ 148 #pragma aux add_word_as [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_asm.h | 54 #pragma aux get_flags_asm = \ 62 #pragma aux aaa_word_asm = \ 74 #pragma aux aas_word_asm = \ 86 #pragma aux aad_word_asm = \ 98 #pragma aux aam_word_asm = \ 110 #pragma aux adc_byte_asm = \ 122 #pragma aux adc_word_asm = \ 134 #pragma aux adc_long_asm = \ 146 #pragma aux add_byte_asm = \ 158 #pragma aux add_word_as [all...] |
| /xsrc/external/mit/luit/dist/ |
| H A D | charset.h | 49 int (*other_stack) (unsigned c, OtherStatePtr aux); 51 unsigned int (*other_recode) (unsigned int c, OtherStatePtr aux); 52 unsigned int (*other_reverse) (unsigned int c, OtherStatePtr aux);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 396 iris_bo_unreference(res->aux.bo); 397 iris_bo_unreference(res->aux.clear_color_bo); 398 free(res->aux.state); 400 res->aux.usage = ISL_AUX_USAGE_NONE; 401 res->aux.possible_usages = 1 << ISL_AUX_USAGE_NONE; 402 res->aux.sampler_usages = 1 << ISL_AUX_USAGE_NONE; 403 res->aux.surf.size_B = 0; 404 res->aux.bo = NULL; 405 res->aux.extra_aux.surf.size_B = 0; 406 res->aux 1479 enum isl_aux_state aux = local in function:iris_reallocate_resource_inplace [all...] |
| H A D | iris_resolve.c | 56 if (tex_res->aux.usage != ISL_AUX_USAGE_CCS_D && 57 tex_res->aux.usage != ISL_AUX_USAGE_CCS_E && 58 tex_res->aux.usage != ISL_AUX_USAGE_GFX12_CCS_E) 304 s_res->aux.usage); 339 * but with a different aux usage. If it has, flush the render cache so we 340 * ensure that it's only in there with one aux usage at a time. 356 * format, only the aux usage. So we let that slide for now. 366 "cache tracker: aux usage mismatch", 429 &res->base.b, res->aux.usage, level, true); 471 assert(isl_aux_usage_has_mcs(res->aux [all...] |
| H A D | iris_blit.c | 255 surf->aux_surf = &res->aux.surf; 257 .buffer = res->aux.bo, 258 .offset = res->aux.offset, 262 surf->clear_color = res->aux.clear_color; 264 .buffer = res->aux.clear_color_bo, 265 .offset = res->aux.clear_color_offset, 267 .mocs = iris_mocs(res->aux.clear_color_bo, isl_dev, 0), 343 return !res->aux.clear_color_unknown && 344 res->aux.clear_color.u32[0] == 0 && 345 res->aux [all...] |
| H A D | iris_clear.c | 80 if (!isl_aux_usage_has_fast_clears(res->aux.usage)) 90 /* Avoid conditional fast clears to maintain correct tracking of the aux 137 res->aux.usage == ISL_AUX_USAGE_GFX12_CCS_E && p_res->width0 % 64) { 221 bool color_changed = res->aux.clear_color_unknown || 222 memcmp(&res->aux.clear_color, &color, sizeof(color)) != 0; 258 res->aux.usage, 260 if (res->aux.clear_color_unknown) { 272 res->aux.clear_color.f32[0], 273 res->aux.clear_color.f32[1], 274 res->aux [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-ppc.c | 108 } aux; local in function:pixman_have_vmx 113 while (read (fd, &aux, sizeof (aux)) == sizeof (aux)) 115 if (aux.type == AT_HWCAP && (aux.value & PPC_FEATURE_HAS_ALTIVEC))
|
| H A D | pixman-arm.c | 139 Elf32_auxv_t aux; local in function:detect_cpu_features 145 while (read (fd, &aux, sizeof(Elf32_auxv_t)) == sizeof(Elf32_auxv_t)) 147 if (aux.a_type == AT_HWCAP) 149 uint32_t hwcap = aux.a_un.a_val; 160 else if (aux.a_type == AT_PLATFORM) 162 const char *plat = (const char*) aux.a_un.a_val;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 317 crocus_bo_unreference(res->aux.bo); 318 free(res->aux.state); 320 res->aux.usage = ISL_AUX_USAGE_NONE; 321 res->aux.has_hiz = 0; 322 res->aux.surf.size_B = 0; 323 res->aux.surf.levels = 0; 324 res->aux.bo = NULL; 325 res->aux.state = NULL; 379 assert(res->aux.state == NULL); 413 * Configure aux fo [all...] |
| H A D | crocus_resolve.c | 61 if (tex_res->aux.usage != ISL_AUX_USAGE_CCS_D) 354 s_res->aux.usage); 461 * but with a different format or aux usage. If it has, flush the render 462 * cache so we ensure that it's only in there with one format or aux usage 477 * associated with switching the format, only the aux usage. However, 536 &res->base.b, res->aux.usage, level, true); 579 assert(isl_aux_usage_has_mcs(res->aux.usage)); 583 &res->base.b, res->aux.usage, 0, true); 680 assert(isl_aux_usage_has_hiz(res->aux.usage) && res->aux [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_renderbuffer.h | 64 GLboolean aux);
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | index.rst | 15 aux-surf-comp
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 241 iris_bo_unreference(res->aux.bo); 242 iris_bo_unreference(res->aux.clear_color_bo); 243 free(res->aux.state); 245 res->aux.usage = ISL_AUX_USAGE_NONE; 246 res->aux.possible_usages = 1 << ISL_AUX_USAGE_NONE; 247 res->aux.sampler_usages = 1 << ISL_AUX_USAGE_NONE; 248 res->aux.surf.size_B = 0; 249 res->aux.bo = NULL; 250 res->aux.clear_color_bo = NULL; 251 res->aux [all...] |
| H A D | iris_resolve.c | 55 if (tex_res->aux.usage != ISL_AUX_USAGE_CCS_D && 56 tex_res->aux.usage != ISL_AUX_USAGE_CCS_E) 378 * but with a different format or aux usage. If it has, flush the render 379 * cache so we ensure that it's only in there with one format or aux usage 394 * associated with switching the format, only the aux usage. However, 451 iris_blorp_surf_for_resource(&ice->vtbl, &surf, &res->base, res->aux.usage, 491 assert(res->aux.usage == ISL_AUX_USAGE_MCS); 494 iris_blorp_surf_for_resource(&ice->vtbl, &surf, &res->base, res->aux.usage, 520 assert(res->aux.usage == ISL_AUX_USAGE_CCS_E); 533 if (res->aux [all...] |
| H A D | iris_clear.c | 81 if (res->aux.usage == ISL_AUX_USAGE_NONE) 213 bool color_changed = !!memcmp(&res->aux.clear_color, &color, 266 iris_blorp_surf_for_resource(&ice->vtbl, &surf, p_res, res->aux.usage, 372 if (!(res->aux.has_hiz & (1 << level))) 404 if (res->aux.clear_color.f32[0] != depth) { 418 * Keeping track of the aux state when predication is involved is just 427 if (!(res->aux.has_hiz & (1 << res_level))) 531 z_res->aux.usage, level, true); 539 &stencil_res->base, stencil_res->aux.usage, 668 /* No aux surface [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.3.6.rst | 50 - i965/draw: Set NEW_AUX_STATE when draw aux changes 51 - i965: Stop disabling aux during texture preparation 59 - i965: Don't try to disable render aux buffers for compute
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_cpu_detect.c | 163 Elf64_auxv_t aux; local in function:check_os_altivec_support 165 Elf32_auxv_t aux; local in function:check_os_altivec_support 169 while (read(fd, &aux, sizeof(aux)) == sizeof(aux)) { 170 if (aux.a_type == AT_HWCAP) { 172 uint64_t hwcap = aux.a_un.a_val; 411 Elf32_auxv_t aux; 416 while (read(fd, &aux, sizeof(Elf32_auxv_t)) == sizeof(Elf32_auxv_t)) { 417 if (aux 448 Elf64_auxv_t aux; local in function:check_os_mips64_support [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| H A D | visualConfigs.c | 67 int stereo, depth, aux, buffers, stencil, accum, color, msample; local in function:__glXAquaCreateVisualConfigs 129 for(aux = 0; aux < (conf->aux_buffers ? 2 : 1); ++aux) { 171 c->numAuxBuffers = aux ? conf->aux_buffers : 0;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | visualConfigs.c | 65 int stereo, depth, aux, buffers, stencil, accum, color, msample; local in function:__glXAquaCreateVisualConfigs 126 for(aux = 0; aux < (conf->aux_buffers ? 2 : 1); ++aux) { 166 c->numAuxBuffers = aux ? conf->aux_buffers : 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_swizzle.c | 400 LLVMValueRef aux[LP_MAX_VECTOR_LENGTH]; local in function:lp_build_swizzle_aos 402 memset(aux, 0, sizeof aux); 421 if (!aux[0]) { 422 aux[0] = lp_build_const_elem(bld->gallivm, type, 0.0); 428 if (!aux[1]) { 429 aux[1] = lp_build_const_elem(bld->gallivm, type, 1.0); 440 if (!aux[i]) { 441 aux[i] = undef; 446 LLVMConstVector(aux, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_swizzle.c | 401 LLVMValueRef aux[LP_MAX_VECTOR_LENGTH]; local in function:lp_build_swizzle_aos 403 memset(aux, 0, sizeof aux); 424 if (!aux[0]) { 425 aux[0] = lp_build_const_elem(bld->gallivm, type, 0.0); 431 if (!aux[1]) { 432 aux[1] = lp_build_const_elem(bld->gallivm, type, 1.0); 443 if (!aux[i]) { 444 aux[i] = undef; 449 LLVMConstVector(aux, [all...] |