| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| 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_asm = [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| 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_asm = [all...] |
| /xsrc/external/mit/luit/dist/ |
| 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/ |
| 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.clear_color_bo = NULL 1479 enum isl_aux_state aux = local [all...] |
| 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.usage)) [all...] |
| 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.clear_color.u32[1] == 0 & [all...] |
| 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.clear_color.f32[2] [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-ppc.c | 108 } aux; local 113 while (read (fd, &aux, sizeof (aux)) == sizeof (aux)) 115 if (aux.type == AT_HWCAP && (aux.value & PPC_FEATURE_HAS_ALTIVEC))
|
| pixman-arm.c | 139 Elf32_auxv_t aux; local 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/ |
| 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 for the resource, but don't allocate it. For images whic [all...] |
| 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.bo) [all...] |
| crocus_clear.c | 79 if (!isl_aux_usage_has_fast_clears(res->aux.usage)) 89 /* Avoid conditional fast clears to maintain correct tracking of the aux 212 bool color_changed = !!memcmp(&res->aux.clear_color, &color, 249 res->aux.usage, 256 res->aux.clear_color.f32[0], 257 res->aux.clear_color.f32[1], 258 res->aux.clear_color.f32[2], 259 res->aux.clear_color.f32[3], 301 p_res, res->aux.usage, level, true); 420 /* Avoid conditional fast clears to maintain correct tracking of the aux [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_renderbuffer.h | 64 GLboolean aux);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| 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.state = NULL [all...] |
| 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.usage != ISL_AUX_USAGE_HIZ [all...] |
| 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 surfaces for non-renderable surfaces * [all...] |
| iris_blit.c | 257 surf->aux_surf = &res->aux.surf; 259 .buffer = res->aux.bo, 260 .offset = res->aux.offset, 267 .buffer = res->aux.clear_color_bo, 268 .offset = res->aux.clear_color_offset, 270 .mocs = vtbl->mocs(res->aux.clear_color_bo), 502 switch (res->aux.usage) { 505 *out_aux_usage = res->aux.usage;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| u_cpu_detect.c | 163 Elf64_auxv_t aux; local 165 Elf32_auxv_t aux; local 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.a_type == AT_HWCAP) 448 Elf64_auxv_t aux; local [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| visualConfigs.c | 65 int stereo, depth, aux, buffers, stencil, accum, color, msample; local 126 for(aux = 0; aux < (conf->aux_buffers ? 2 : 1); ++aux) { 165 // Aux buffers 166 c->numAuxBuffers = aux ? conf->aux_buffers : 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| visualConfigs.c | 67 int stereo, depth, aux, buffers, stencil, accum, color, msample; local 129 for(aux = 0; aux < (conf->aux_buffers ? 2 : 1); ++aux) { 170 // Aux buffers 171 c->numAuxBuffers = aux ? conf->aux_buffers : 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_swizzle.c | 401 LLVMValueRef aux[LP_MAX_VECTOR_LENGTH]; local 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, n) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_swizzle.c | 400 LLVMValueRef aux[LP_MAX_VECTOR_LENGTH]; local 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, n) [all...] |
| /xsrc/external/mit/xf86-video-ati/xorg-server-copy/ |
| fi1236.h | 65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon6887::__anon6888
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| fi1236.h | 65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon10605::__anon10606
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| u_cpu_detect.c | 351 Elf32_auxv_t aux; 356 while (read(fd, &aux, sizeof(Elf32_auxv_t)) == sizeof(Elf32_auxv_t)) { 357 if (aux.a_type == AT_HWCAP) { 358 uint32_t hwcap = aux.a_un.a_val;
|