| /xsrc/external/mit/x11perf/dist/ |
| H A D | x11perfcomp.in | 28 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 D | Xmark | 82 "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 D | common_capability.c | 135 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 D | XrrConfig.c | 59 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 D | Xrandrint.h | 58 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 D | rrscreen.c | 638 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 D | print_edid.c | 285 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 D | edid.h | 515 int rates; member in struct:cvt_timings
|
| H A D | interpret_edid.c | 422 r[i].rates = c[2] & 0x1f;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 314 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 D | edid.h | 526 int rates; member in struct:cvt_timings
|
| H A D | interpret_edid.c | 537 r[i].rates = c[2] & 0x1f;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrscreen.c | 802 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 D | 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/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 657 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 D | xf86EdidModes.c | 658 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 D | si_shader_llvm_vs.c | 678 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 D | xrandr.c | 4088 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 D | radv_nir_to_llvm.c | 1315 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 D | envvars.rst | 694 allow to force per-pipeline vertex VRS rates on GFX10.3+. This is only
|
| /xsrc/external/mit/MesaLib/dist/include/GLES2/ |
| H A D | gl2ext.h | 3553 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 D | 21.3.0.rst | 3854 - 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 D | 21.1.0.rst | 5215 - 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 D | aco_instruction_selection.cpp | 10721 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 D | glcorearb.h | 5738 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);
|