Searched refs:aux (Results 1 - 25 of 708) sorted by relevance

1234567891011>>

/xsrc/external/mit/xcb-util/dist/aux/
H A DMakefile.am4 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 DMakefile.am4 SUBDIRS = atom aux event property icccm image keysyms reply renderutil
H A Dconfigure.ac78 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 Dprim_asm.h53 #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 Dprim_asm.h54 #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 Dcharset.h49 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 Diris_resource.c396 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 Diris_resolve.c56 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 Diris_blit.c255 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 Diris_clear.c80 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 Dpixman-ppc.c108 } 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 Dpixman-arm.c139 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 Dcrocus_resource.c317 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 Dcrocus_resolve.c61 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 Ds_renderbuffer.h64 GLboolean aux);
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dindex.rst15 aux-surf-comp
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c241 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 Diris_resolve.c55 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 Diris_clear.c81 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 D17.3.6.rst50 - 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 Du_cpu_detect.c163 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 DvisualConfigs.c67 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 DvisualConfigs.c65 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 Dlp_bld_swizzle.c400 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 Dlp_bld_swizzle.c401 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...]

Completed in 29 milliseconds

1234567891011>>