Searched refs:caps (Results 1 - 25 of 74) sorted by relevance

123

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVHWA.h27 uint32_t caps; member in struct:_VBOXDISPVHWAINFO
97 uint32_t VBoxDispVHWAFromDDCAPS(uint32_t caps);
98 uint32_t VBoxDispVHWAToDDCAPS(uint32_t caps);
99 uint32_t VBoxDispVHWAFromDDSCAPS(uint32_t caps);
100 uint32_t VBoxDispVHWAToDDSCAPS(uint32_t caps);
101 uint32_t VBoxDispVHWAFromDDPFS(uint32_t caps);
102 uint32_t VBoxDispVHWAToDDPFS(uint32_t caps);
103 uint32_t VBoxDispVHWAFromDDCKEYCAPS(uint32_t caps);
104 uint32_t VBoxDispVHWAToDDCKEYCAPS(uint32_t caps);
105 uint32_t VBoxDispVHWAToDDBLTs(uint32_t caps);
[all...]
H A DVBoxDispVHWA.cpp329 pDev->vhwa.caps = pInfo->u.out.caps;
517 uint32_t VBoxDispVHWAUnsupportedDDCAPS(uint32_t caps)
519 return caps & (~VBOXVHWA_SUPPORTED_CAPS);
522 uint32_t VBoxDispVHWAUnsupportedDDSCAPS(uint32_t caps)
524 return caps & (~VBOXVHWA_SUPPORTED_SCAPS);
527 uint32_t VBoxDispVHWAUnsupportedDDPFS(uint32_t caps)
529 return caps & (~VBOXVHWA_SUPPORTED_PF);
532 uint32_t VBoxDispVHWAUnsupportedDSS(uint32_t caps)
534 return caps
[all...]
H A DVBoxDispMouse.cpp37 pAttrs->Width = min(srcMaskW, pDev->pointer.caps.MaxWidth);
38 pAttrs->Height = min(srcMaskH, pDev->pointer.caps.MaxHeight);
252 pAttrs->Width = min(srcMaskW, pDev->pointer.caps.MaxWidth);
253 pAttrs->Height = min(srcMaskH, pDev->pointer.caps.MaxHeight);
335 rc = VBoxDispMPGetPointerCaps(pDev->hDriver, &pDev->pointer.caps);
338 if (pDev->pointer.caps.Flags & VIDEO_MODE_ASYNC_POINTER)
356 if (pDev->pointer.caps.Flags & VIDEO_MODE_COLOR_POINTER)
358 bytesPerLine = pDev->pointer.caps.MaxWidth*4;
362 bytesPerLine = (pDev->pointer.caps.MaxWidth + 7)/8;
366 pDev->pointer.cbAttrs = sizeof(VIDEO_POINTER_ATTRIBUTES) + 2*(pDev->pointer.caps
[all...]
H A DVBoxDispDDrawVHWA.cpp47 #define VBOXVHWA_CAP(_pdev, _cap) ((_pdev)->vhwa.caps & (_cap))
58 pHalInfo->ddCaps.dwCaps |= VBoxDispVHWAToDDCAPS(pDev->vhwa.caps);
121 DD_NTPRIVATEDRIVERCAPS caps; local
122 memset(&caps, 0, sizeof(caps));
123 caps.dwSize = sizeof(DD_NTPRIVATEDRIVERCAPS);
124 caps.dwPrivateCaps = DDHAL_PRIVATECAP_NOTIFYPRIMARYCREATION;
128 memcpy(lpData->lpvData, &caps, min(lpData->dwExpectedSize, sizeof(DD_NTPRIVATEDRIVERCAPS)));
H A DVBoxDispDriverDDraw.cpp53 /* caps */
63 /* Called to get supported DirectDraw caps */
177 if(pDev->vhwa.caps & VBOXVHWA_CAPS_OVERLAY)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddirectx.c308 void fixup_caps(WINED3DCAPS *caps) argument
311 if (caps->PixelShaderVersion)
312 caps->PixelShaderVersion = D3DPS_VERSION(1,4);
314 caps->PixelShaderVersion = D3DPS_VERSION(0,0);
315 if (caps->VertexShaderVersion)
316 caps->VertexShaderVersion = D3DVS_VERSION(1,1);
318 caps->VertexShaderVersion = D3DVS_VERSION(0,0);
319 caps->MaxVertexShaderConst = min(D3D8_MAX_VERTEX_SHADER_CONSTANTF, caps->MaxVertexShaderConst);
321 caps
324 d3d8_GetDeviceCaps(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, D3DCAPS8 *caps) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c2595 * its reported GLSL caps are wrong. This combined with the fact that
4107 * usage caps are not documented. Most driver seem to offer
4332 enum wined3d_device_type device_type, WINED3DCAPS *caps)
4341 TRACE("wined3d %p, adapter_idx %u, device_type %s, caps %p.\n",
4342 wined3d, adapter_idx, debug_d3ddevicetype(device_type), caps);
4347 caps->DeviceType = (device_type == WINED3D_DEVICE_TYPE_HAL) ? WINED3D_DEVICE_TYPE_HAL : WINED3D_DEVICE_TYPE_REF;
4348 caps->AdapterOrdinal = adapter_idx;
4350 caps->Caps = 0;
4351 caps->Caps2 = WINED3DCAPS2_CANRENDERWINDOWED |
4355 caps
4331 wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, WINED3DCAPS *caps) argument
[all...]
H A Dnvidia_texture_shader.c697 static void nvrc_fragment_get_caps(const struct wined3d_gl_info *gl_info, struct fragment_caps *caps) argument
699 caps->wined3d_caps = 0;
700 caps->PrimitiveMiscCaps = WINED3DPMISCCAPS_TSSARGTEMP;
702 /* The caps below can be supported but aren't handled yet in utils.c
706 caps->PrimitiveMiscCaps |= WINED3DPMISCCAPS_PERSTAGECONSTANT;
709 caps->TextureOpCaps = WINED3DTEXOPCAPS_ADD
739 caps->TextureOpCaps |= WINED3DTEXOPCAPS_BUMPENVMAP;
745 caps->TextureOpCaps |= WINED3DTEXOPCAPS_BUMPENVMAPLUMINANCE
749 caps->MaxTextureBlendStages = min(MAX_TEXTURES, gl_info->limits.general_combiners);
750 caps
[all...]
H A Dati_fragment_shader.c1113 static void atifs_get_caps(const struct wined3d_gl_info *gl_info, struct fragment_caps *caps) argument
1115 caps->wined3d_caps = WINED3D_FRAGMENT_CAP_PROJ_CONTROL;
1116 caps->PrimitiveMiscCaps = WINED3DPMISCCAPS_TSSARGTEMP;
1117 caps->TextureOpCaps = WINED3DTEXOPCAPS_DISABLE |
1157 caps->MaxTextureBlendStages = 8;
1158 caps->MaxSimultaneousTextures = 6;
H A Dglsl_shader.c6513 static void shader_glsl_get_caps(const struct wined3d_gl_info *gl_info, struct shader_caps *caps) argument
6529 caps->vs_version = min(wined3d_settings.max_sm_vs, shader_model);
6530 caps->gs_version = min(wined3d_settings.max_sm_gs, shader_model);
6531 caps->ps_version = min(wined3d_settings.max_sm_ps, shader_model);
6533 caps->vs_uniform_count = gl_info->limits.glsl_vs_float_constants;
6534 caps->ps_uniform_count = gl_info->limits.glsl_ps_float_constants;
6548 caps->ps_1x_max_value = 8.0;
6550 /* Ideally we'd only set caps like sRGB writes here if supported by both
6553 caps->wined3d_caps = WINED3D_SHADER_CAP_VS_CLIPPING
6744 static void glsl_vertex_pipe_vp_get_caps(const struct wined3d_gl_info *gl_info, struct wined3d_vertex_caps *caps) argument
7006 glsl_fragment_pipe_get_caps(const struct wined3d_gl_info *gl_info, struct fragment_caps *caps) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddirectx.c288 void fixup_caps(WINED3DCAPS *caps) argument
291 if (caps->PixelShaderVersion > D3DPS_VERSION(1,4)) {
292 caps->PixelShaderVersion = D3DPS_VERSION(1,4);
294 if (caps->VertexShaderVersion > D3DVS_VERSION(1,1)) {
295 caps->VertexShaderVersion = D3DVS_VERSION(1,1);
297 caps->MaxVertexShaderConst = min(D3D8_MAX_VERTEX_SHADER_CONSTANTF, caps->MaxVertexShaderConst);
299 caps->StencilCaps &= ~WINED3DSTENCILCAPS_TWOSIDED;
307 TRACE("iface %p, adapter %u, device_type %#x, caps %p.\n", iface, Adapter, DeviceType, pCaps);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_init.c194 desc_len = sc->sc_ah->caps.tx_desc_len;
214 if (!(sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_4KB_SPLITTRANS)) {
247 if (!(sc->sc_ah->caps.hw_caps &
314 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_2GHZ) {
324 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ) {
344 common->tx_chainmask = sc->sc_ah->caps.tx_chainmask;
345 common->rx_chainmask = sc->sc_ah->caps.rx_chainmask;
456 if (ah->caps.hw_caps & ATH9K_HW_CAP_2GHZ)
458 if (ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ)
471 if (sc->sc_ah->caps
[all...]
H A Dath9k_recv.c108 sc->sc_ah->caps.rx_status_len;
321 u8 rx_status_len = ah->caps.rx_status_len;
488 iob_put(iob, rs.rs_datalen + ah->caps.rx_status_len);
489 if (ah->caps.rx_status_len)
490 iob_pull(iob, ah->caps.rx_status_len);
H A Dath9k.c85 pci_read_config_byte(pdev, sc->sc_ah->caps.pcie_lcr_offset, &lnkctl);
87 pci_write_config_byte(pdev, sc->sc_ah->caps.pcie_lcr_offset, lnkctl);
H A Dath9k_ar9002_mac.c45 struct ath9k_hw_capabilities *pCap = &ah->caps;
426 struct ath9k_hw_capabilities *pCap = &ah->caps;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c411 static HRESULT WINAPI d3d9_GetDeviceCaps(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, D3DCAPS9 *caps) argument
417 TRACE("iface %p, adapter %u, device_type %#x, caps %p.\n", iface, adapter, device_type, caps);
419 if (!caps)
424 memset(caps, 0, sizeof(*caps));
430 WINECAPSTOD3D9CAPS(caps, wined3d_caps)
433 /* Some functionality is implemented in d3d9.dll, not wined3d.dll. Add the needed caps */
434 caps->DevCaps2 |= D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES;
436 filter_caps(caps);
[all...]
H A Dd3d9_private.h123 _pD3D9Caps->VS20Caps.Caps = _pWineCaps->VS20Caps.caps; \
127 _pD3D9Caps->PS20Caps.Caps = _pWineCaps->PS20Caps.caps; \
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp844 } caps; member in struct:VMSVGA3DSTATE
897 SSMFIELD_ENTRY_IGNORE( VMSVGA3DSTATE, caps),
1591 pState->caps.maxActiveLights = 1;
1592 pState->caps.maxTextureBufferSize = 65536;
1593 pState->caps.maxTextures = 1;
1594 pState->caps.maxClipDistances = 4;
1595 pState->caps.maxColorAttachments = 1;
1596 pState->caps.maxRectangleTextureSize = 2048;
1597 pState->caps.maxTextureAnisotropy = 2;
1598 pState->caps
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dcompat.c592 int signvalue = 0, place = 0, caps = 0; local
614 caps = 1; /* Should characters be upper case? */
617 (caps ? "0123456789ABCDEF" : "0123456789abcdef")
699 int zpadlen = 0, caps = 0; local
741 (caps ? "0123456789ABCDEF" : "0123456789abcdef")
752 (caps ? "0123456789ABCDEF" : "0123456789abcdef")
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_oss.c161 int caps; local
163 if ((ioctl(dsp_fd, SNDCTL_DSP_GETCAPS, &caps) < 0)
164 || !(caps & DSP_CAP_DUPLEX))
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddcpc.c1079 uint_t caps; local
1094 caps = kcpc_pcbe_capabilities();
1096 if (!(caps & CPC_CAP_OVERFLOW_INTERRUPT)) {
1117 if (caps & CPC_CAP_OVERFLOW_PRECISE)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp714 com::SafeArray<FramebufferCapabilities_T> caps;
717 caps.resize(1);
718 caps[0] = FramebufferCapabilities_UpdateImage;
722 caps.resize(2);
723 caps[0] = FramebufferCapabilities_VHWA;
724 caps[1] = FramebufferCapabilities_VisibleRegion;
727 caps.detachTo(ComSafeArrayOutArg(enmCapabilities));
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvboxhgcm.c1291 CRVBOXHGCMGETCAPS caps; local
1294 caps.hdr.result = VERR_WRONG_ORDER;
1295 caps.hdr.u32ClientID = conn->u32ClientID;
1296 caps.hdr.u32Function = SHCRGL_GUEST_FN_GET_CAPS_LEGACY;
1297 caps.hdr.cParms = SHCRGL_CPARMS_GET_CAPS_LEGACY;
1299 caps.Caps.type = VMMDevHGCMParmType_32bit;
1300 caps.Caps.u.value32 = 0;
1302 rc = crVBoxHGCMCall(conn, &caps, sizeof(caps));
1306 rc = caps
[all...]
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp401 com::SafeArray<FramebufferCapabilities_T> caps;
405 caps.resize(1);
406 caps[0] = FramebufferCapabilities_UpdateImage;
410 /* No caps to return. */
413 caps.detachTo(ComSafeArrayOutArg(aCapabilities));
/vbox/src/VBox/Devices/PC/BIOS/
H A Dapm_pm.asm109 mov cx, 0 ; no special caps

Completed in 141 milliseconds

123