Searched refs:ov (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_query_renderer.c35 int ov = driQueryOptioni(&screen->dev->option_cache, "override_vram_size"); local in function:dri2_query_renderer_integer
39 if (ov >= 0)
40 value[0] = MIN2(ov, value[0]);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dfakeglx.c221 const OverlayInfo *ov = overlay_info + i; local in function:level_of_visual
222 if (ov->overlay_visual == vinfo->visualid) {
224 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) {
225 int level = ov->layer;
458 const OverlayInfo *ov = overlay_info + i; local in function:transparent_pixel
459 if (ov->overlay_visual == vinfo->visualid) {
461 if (ov->transparent_type == 0) {
467 /* ov->value is the transparent pixel */
469 return ov
704 const OverlayInfo *ov = overlay_info + i; local in function:choose_x_overlay_visual
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dfakeglx.c220 const OverlayInfo *ov = overlay_info + i; local in function:level_of_visual
221 if (ov->overlay_visual == vinfo->visualid) {
223 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) {
224 int level = ov->layer;
451 const OverlayInfo *ov = overlay_info + i; local in function:transparent_pixel
452 if (ov->overlay_visual == vinfo->visualid) {
454 if (ov->transparent_type == 0) {
460 /* ov->value is the transparent pixel */
462 return ov
697 const OverlayInfo *ov = overlay_info + i; local in function:choose_x_overlay_visual
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaHW.c1867 int ov = hwp->readAttr(hwp, OVERSCAN); local in function:vgaHWSetOverscan
1870 hwp->writeDacReadAddr(hwp, ov);
1875 ov, red, green, blue);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.c1858 int ov = hwp->readAttr(hwp, OVERSCAN); local in function:vgaHWSetOverscan
1861 hwp->writeDacReadAddr(hwp, ov);
1866 ov, red, green, blue);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c156 int ov = driQueryOptioni(&device->instance->dri_options, "override_vram_size"); local in function:radv_get_adjusted_vram_size
157 if (ov >= 0)
158 return MIN2(device->rad_info.vram_size, (uint64_t)ov << 20);

Completed in 23 milliseconds