| /xsrc/external/mit/x11perf/dist/ |
| 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 "
|
| 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/ |
| 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/ |
| 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);
|
| 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/ |
| 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/hw/xfree86/ddc/ |
| 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" : "");
|
| edid.h | 526 int rates; member in struct:cvt_timings
|
| interpret_edid.c | 537 r[i].rates = c[2] & 0x1f;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| 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" : "");
|
| edid.h | 515 int rates; member in struct:cvt_timings
|
| interpret_edid.c | 422 r[i].rates = c[2] & 0x1f;
|
| /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/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/dist/hw/xfree86/modes/ |
| 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/xorg-server.old/dist/hw/xfree86/modes/ |
| 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/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/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/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/MesaLib/dist/include/GLES2/ |
| 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/src/amd/compiler/ |
| aco_instruction_selection.cpp | 10721 Temp rates = bld.copy(bld.def(v1), Operand::c32((unsigned)ctx->options->force_vrs_rates)); 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/ |
| 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);
|
| glext.h | 11052 typedef void (APIENTRYP PFNGLSHADINGRATEIMAGEPALETTENVPROC) (GLuint viewport, GLuint first, GLsizei count, const GLenum *rates); 11060 GLAPI void APIENTRY glShadingRateImagePaletteNV (GLuint viewport, GLuint first, GLsizei count, const GLenum *rates);
|
| /xsrc/external/mit/libepoxy/src/ |
| gl_generated.h | 9226 typedef void (GLAPIENTRY *PFNGLSHADINGRATEIMAGEPALETTENVPROC)(GLuint viewport, GLuint first, GLsizei count, const GLenum * rates); [all...] |
| gl_generated_dispatch.c | [all...] |