HomeSort by: relevance | last modified time | path
    Searched defs:aux (Results 1 - 20 of 20) sorted by relevancy

  /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/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;
capabilities.c 378 GLint accelerated = 0, flags = 0, aux = 0, samplebufs = 0, samples = 0; local
395 /* AUX buffers */
396 err = CGLDescribeRenderer(info, r, kCGLRPMaxAuxBuffers, &aux);
401 c->aux_buffers = aux;
  /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;
capabilities.c 357 GLint accelerated = 0, flags = 0, aux = 0, samplebufs = 0, samples = 0; local
374 /* AUX buffers */
375 err = CGLDescribeRenderer(info, r, kCGLRPMaxAuxBuffers, &aux);
380 c->aux_buffers = aux;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv04_exa.c 366 int aux = (padbytes + 7) >> 2; local
367 memcpy(padding, src + (id - aux) * 4, padbytes);
369 PUSH_DATAp(push, src, id - aux);
370 PUSH_DATAp(push, padding, aux);
  /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/dist/src/gallium/drivers/crocus/
crocus_resource.h 150 * be used by this resource. An aux usage of ISL_AUX_USAGE_NONE means
151 * that auxiliary compression is permanently disabled. An aux usage
158 * \brief Maps miptree slices to their current aux state.
161 * aux state for each slice.
169 } aux; member in struct:crocus_resource
497 return res->aux.usage == ISL_AUX_USAGE_MCS ? ISL_AUX_USAGE_MCS : ISL_AUX_USAGE_NONE;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_resource.h 140 * be used by this resource. An aux usage of ISL_AUX_USAGE_NONE means
141 * that auxiliary compression is permanently disabled. An aux usage
160 * \brief Maps miptree slices to their current aux state.
163 * aux state for each slice.
166 } aux; member in struct:iris_resource
210 * How many states are there? (Each aux mode has its own state.)
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...]
  /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/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/MesaLib.old/dist/src/gallium/drivers/iris/
iris_resource.h 116 * be used by this resource. An aux usage of ISL_AUX_USAGE_NONE means
117 * that auxiliary compression is permanently disabled. An aux usage
136 * \brief Maps miptree slices to their current aux state.
139 * aux state for each slice.
147 } aux; member in struct:iris_resource
  /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/dist/src/mesa/drivers/dri/i965/
brw_screen.c 1155 struct brw_bo *aux = brw_bo_gem_create_from_prime(screen->bufmgr, fds[i]); local
1156 brw_bo_unreference(aux);
1157 if (aux != image->bo) {
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_compiler_nir.c 1011 struct ir3_instruction *aux = create_uniform(b, cb + 1); local
1013 tmp[0] = ir3_SHR_B(b, tmp[0], 0, aux, 0);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_screen.c 1098 struct brw_bo *aux = brw_bo_gem_create_from_prime(screen->bufmgr, fds[i]); local
1099 brw_bo_unreference(aux);
1100 if (aux != image->bo) {
1817 false /* never sw aux */ );
  /xsrc/external/mit/xedit/dist/lisp/
lisp.c 1858 static const char *keys[4] = {"&KEY", "&OPTIONAL", "&REST", "&AUX"};
1859 int rest, optional, key, aux, count; local
1883 rest = optional = key = aux = 0;
1890 if (aux) {
1893 LispDestroy("%s %s: bad &AUX argument %s",
2020 if (rest || aux || CDR(list) == NIL || !SYMBOLP(CADR(list))
2021 /* only &aux allowed after &rest */
2034 if (rest || aux)
2043 if (rest || optional || aux || key)
2049 aux ? keys[IAUX] : keys[IKEY])
    [all...]

Completed in 23 milliseconds