Searched refs:rates (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/x11perf/dist/
H A Dx11perfcomp.in28 tmp=`$MKTEMP -p /tmp -d rates.XXXXXX`
31 tmp=${TMPDIR-/tmp}/rates.$$
35 mkdir $tmp/rates
38 # Include relative rates in output? Report only relative rates?
89 ) > $tmp/rates/$n
91 allfiles="$allfiles$tmp/rates/$n "
H A DXmark82 "echo Interrupt: removing temporary files. >& 2 ;rm -f temp.$$ rates.$$ awkfile.$$; exit 1" 1 2 3 9 15
596 awk -f awkfile.$$ temp.$$ > rates.$$
601 sumofweights=`grep sumof rates.$$ | awk -F: ' { print($2) }' - `
606 rm -f rates.$$ temp.$$
630 }' rates.$$
632 rm -f temp.$$ rates.$$ awkfile.$$ # cleanup
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_capability.c135 agp_info->rates = (agp_status & 0x07);
137 /* If AGP3 is supported, then the meaning of the rates values
141 agp_info->rates <<= 2;
149 agp_info->rates &= 0x0f;
/xsrc/external/mit/libXrandr/dist/src/
H A DXrrConfig.c59 short *r = config->rates;
165 short *rates = XRRConfigRates (config, sizeID, nrates); local in function:XRRRates
167 return rates;
207 short *rates; local in function:_XRRGetScreenInfo
301 rates = (short *) (ssp + rep.nSizes);
308 scp->rates = rates;
334 * And the rates
336 _XRead16Pad (dpy, rates, 2 /* SIZEOF (CARD16) */ * rep.nrateEnts);
H A DXrandrint.h58 short *rates; /* introduced in randr v1.1 */ member in struct:_XRRScreenConfiguration
77 Bool has_rates; /* Server supports refresh rates */
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrscreen.c638 CARD16 *rates; local in function:ProcRRGetScreenInfo
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.old/dist/hw/xfree86/ddc/
H A Dprint_edid.c285 t[i].rates & 0x10 ? "50," : "",
286 t[i].rates & 0x08 ? "60," : "",
287 t[i].rates & 0x04 ? "75," : "",
288 t[i].rates & 0x02 ? "85," : "",
289 t[i].rates & 0x01 ? "60RB" : "");
H A Dedid.h515 int rates; member in struct:cvt_timings
H A Dinterpret_edid.c422 r[i].rates = c[2] & 0x1f;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dprint_edid.c314 t[i].rates & 0x10 ? "50," : "",
315 t[i].rates & 0x08 ? "60," : "",
316 t[i].rates & 0x04 ? "75," : "",
317 t[i].rates & 0x02 ? "85," : "",
318 t[i].rates & 0x01 ? "60RB" : "");
H A Dedid.h526 int rates; member in struct:cvt_timings
H A Dinterpret_edid.c537 r[i].rates = c[2] & 0x1f;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrscreen.c802 CARD16 *rates; local in function:ProcRRGetScreenInfo
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/libpciaccess/dist/include/
H A Dpciaccess.h428 * 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/hw/xfree86/modes/
H A Dxf86EdidModes.c657 if (t[i].rates & 0x10)
660 if (t[i].rates & 0x08)
663 if (t[i].rates & 0x04)
666 if (t[i].rates & 0x02)
669 if (t[i].rates & 0x01)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c658 if (t[i].rates & 0x10)
662 if (t[i].rates & 0x08)
666 if (t[i].rates & 0x04)
670 if (t[i].rates & 0x02)
674 if (t[i].rates & 0x01)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c678 LLVMValueRef rates = LLVMConstInt(ctx->ac.i32, (1 << 2) | (1 << 4), 0); local in function:si_llvm_build_vs_exports
681 rates = LLVMBuildSelect(ctx->ac.builder,
684 rates, ctx->ac.i32_0, "");
687 v = LLVMBuildOr(ctx->ac.builder, v, rates, "");
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c4088 short *rates = XRRConfigRates (sc, size, &nrate); local in function:main
4091 if (rate == rates[i])
4109 short *rates; local in function:main
4115 rates = XRRConfigRates (sc, i, &nrate);
4119 i == current_size && rates[j] == current_rate ? '*' : ' ',
4120 rates[j]);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1315 LLVMValueRef rates = LLVMConstInt(ctx->ac.i32, ctx->args->options->force_vrs_rates, false); local in function:radv_llvm_export_vs
1321 v = LLVMBuildSelect(ctx->ac.builder, cond, rates, ctx->ac.i32_0, "");
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst694 allow to force per-pipeline vertex VRS rates on GFX10.3+. This is only
/xsrc/external/mit/MesaLib/dist/include/GLES2/
H A Dgl2ext.h3553 typedef void (GL_APIENTRYP PFNGLSHADINGRATEIMAGEPALETTENVPROC) (GLuint viewport, GLuint first, GLsizei count, const GLenum *rates);
3561 GL_APICALL void GL_APIENTRY glShadingRateImagePaletteNV (GLuint viewport, GLuint first, GLsizei count, const GLenum *rates);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst3854 - radv: allow to conditionally read HTILE value when copying VRS rates
3855 - radv: optimize copying VRS rates to the global HTILE buffer
3930 - radv: move forcing VRS rates to the graphics pipeline key
H A D21.1.0.rst5215 - radv: allow to force VRS rates on GFX10.3 with RADV_FORCE_VRS
5236 - radv: add support for copying VRS rates into HTILE
5237 - radv: copy VRS rates to HTILE when beginning a subpass
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp10721 Temp rates = bld.copy(bld.def(v1), Operand::c32((unsigned)ctx->options->force_vrs_rates)); local in function:aco::__anon562fcc110110::export_vs_psiz_layer_viewport_vrs
10726 rates = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1),
10727 bld.copy(bld.def(v1), Operand::zero()), rates, cond);
10729 exp->operands[1] = Operand(rates);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglcorearb.h5738 typedef void (APIENTRYP PFNGLSHADINGRATEIMAGEPALETTENVPROC) (GLuint viewport, GLuint first, GLsizei count, const GLenum *rates);
5746 GLAPI void APIENTRY glShadingRateImagePaletteNV (GLuint viewport, GLuint first, GLsizei count, const GLenum *rates);

Completed in 176 milliseconds

12