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

  /xsrc/external/mit/libXrandr/dist/src/
Xrandrint.h 58 short *rates; /* introduced in randr v1.1 */ member in struct:_XRRScreenConfiguration
77 Bool has_rates; /* Server supports refresh rates */
XrrConfig.c 59 short *r = config->rates;
165 short *rates = XRRConfigRates (config, sizeID, nrates); local
167 return rates;
207 short *rates; local
301 rates = (short *) (ssp + rep.nSizes);
308 scp->rates = rates;
334 * And the rates
336 _XRead16Pad (dpy, rates, 2 /* SIZEOF (CARD16) */ * rep.nrateEnts);
  /xsrc/external/mit/libpciaccess/dist/include/
pciaccess.h 428 * Logical OR of the supported AGP rates. For example, a value of 0x07
432 uint8_t rates; member in struct:pci_agp_info
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrscreen.c 638 CARD16 *rates; local
681 rates = (CARD16 *) (size + rep.nSizes);
699 *rates = pSize->nRates;
702 swaps (rates, n);
704 rates++;
707 *rates = pSize->pRates[j].rate;
710 swaps (rates, n);
712 rates++;
718 data8 = (CARD8 *) rates;
  /xsrc/external/mit/xorg-server/dist/randr/
rrscreen.c 802 CARD16 *rates; local
845 rates = (CARD16 *) (size + rep.nSizes);
860 *rates = pSize->nRates;
862 swaps(rates);
864 rates++;
866 *rates = pSize->pRates[j].rate;
868 swaps(rates);
870 rates++;
876 data8 = (CARD8 *) rates;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_llvm_vs.c 678 LLVMValueRef rates = LLVMConstInt(ctx->ac.i32, (1 << 2) | (1 << 4), 0); local
681 rates = LLVMBuildSelect(ctx->ac.builder,
684 rates, ctx->ac.i32_0, "");
687 v = LLVMBuildOr(ctx->ac.builder, v, rates, "");
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_nir_to_llvm.c 1315 LLVMValueRef rates = LLVMConstInt(ctx->ac.i32, ctx->args->options->force_vrs_rates, false); local
1321 v = LLVMBuildSelect(ctx->ac.builder, cond, rates, ctx->ac.i32_0, "");
  /xsrc/external/mit/xrandr/dist/
xrandr.c 4088 short *rates = XRRConfigRates (sc, size, &nrate); local
4091 if (rate == rates[i])
4109 short *rates; local
4115 rates = XRRConfigRates (sc, i, &nrate);
4119 i == current_size && rates[j] == current_rate ? '*' : ' ',
4120 rates[j]);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
edid.h 526 int rates; member in struct:cvt_timings
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
edid.h 515 int rates; member in struct:cvt_timings

Completed in 21 milliseconds