Searched refs:supported (Results 51 - 75 of 112) sorted by relevance

12345

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddrawprim.c105 * If the index buffer has no vbo(not supported or other reason), or with user pointer drawing
163 if (gl_info->supported[EXT_FOG_COORD])
181 else if (gl_info->supported[EXT_SECONDARY_COLOR])
191 if (!gl_info->supported[ARB_MULTITEXTURE] && textureNo > 0)
221 if (gl_info->supported[ARB_MULTITEXTURE])
235 /* Blending data and Point sizes are not supported by this function. They are not supported by the fixed
348 if (gl_info->supported[ARB_VERTEX_ARRAY_BGRA])
401 if (gl_info->supported[NV_HALF_FLOAT])
403 /* Not supported b
[all...]
H A Dtexture.c527 * that are reported as supported. */
535 if (gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO])
561 if (!gl_info->supported[SGIS_GENERATE_MIPMAP])
599 if (gl_info->supported[WINE_NORMALIZED_TEXRECT] && (width != pow2_width || height != pow2_height))
609 else if (gl_info->supported[ARB_TEXTURE_RECTANGLE] && (width != pow2_width || height != pow2_height)
610 && !(format_desc->format == WINED3DFMT_P8_UINT && gl_info->supported[EXT_PALETTED_TEXTURE]
H A Dcubetexture.c508 * that are reported as supported. */
515 if (!gl_info->supported[ARB_TEXTURE_CUBE_MAP] && pool != WINED3DPOOL_SCRATCH)
517 WARN("(%p) : Tried to create not supported cube texture.\n", texture);
524 if (!gl_info->supported[SGIS_GENERATE_MIPMAP])
562 if (gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO] || (edge_length == pow2_edge_length))
H A Dglsl_shader.c1044 * 1) The shader really uses more uniforms than supported
1045 * 2) The shader uses indirect addressing, less constants than supported, but uses a constant index > #supported consts
1548 WARN("Write to render target %u, only %d supported.\n", reg->idx, gl_info->limits.buffers);
1795 if (gl_info->supported[EXT_GPU_SHADER4])
1797 else if (gl_info->supported[ARB_SHADER_TEXTURE_LOD])
1818 if (gl_info->supported[EXT_GPU_SHADER4])
1820 else if (gl_info->supported[ARB_SHADER_TEXTURE_LOD])
1838 if (gl_info->supported[EXT_GPU_SHADER4])
1840 else if (gl_info->supported[ARB_SHADER_TEXTURE_LO
[all...]
H A Dvolume.c57 if (gl_info->supported[ARB_MULTITEXTURE])
373 * GL_UNPACK_CLIENT_STORAGE_APPLE is enabled by default if supported(GL_APPLE_client_storage).
374 * Thus do not release This->resource.allocatedMemory if GL_APPLE_client_storage is supported.
422 if (!gl_info->supported[EXT_TEXTURE3D])
H A Dvertexdeclaration.c272 if (!gl_info->supported[ARB_HALF_FLOAT_VERTEX]) declaration->half_float_conv_needed = TRUE;
H A Darb_program_shader.c97 return !gl_info->supported[NV_VERTEX_PROGRAM2_OPTION];
103 return gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]
109 if (!gl_info->supported[NV_VERTEX_PROGRAM] /* Need to init colors. */
381 if (gl_info->supported[EXT_GPU_PROGRAM_PARAMETERS])
1179 FIXME("Complex fixup (%#x) not supported\n", complex_fixup);
1231 /* Silently ignore PARTIALPRECISION if its not supported */
1297 if (flags) FIXME("Only ordinary sampling from NP2 textures is supported.\n");
1534 /* No modifiers supported on CMP */
1561 /* No modifiers are supported on CMP */
2446 /* No modifiers are supported o
[all...]
H A Dwined3d_private.h1310 #define WINE_D3D6_CAPABLE(gl_info) (gl_info->supported[ARB_MULTITEXTURE])
1311 #define WINE_D3D7_CAPABLE(gl_info) (gl_info->supported[ARB_TEXTURE_COMPRESSION] && gl_info->supported[ARB_TEXTURE_CUBE_MAP] && gl_info->supported[ARB_TEXTURE_ENV_DOT3])
1312 #define WINE_D3D8_CAPABLE(gl_info) WINE_D3D7_CAPABLE(gl_info) && (gl_info->supported[ARB_MULTISAMPLE] && gl_info->supported[ARB_TEXTURE_BORDER_CLAMP])
1313 #define WINE_D3D9_CAPABLE(gl_info) WINE_D3D8_CAPABLE(gl_info) && (gl_info->supported[ARB_FRAGMENT_PROGRAM] && gl_info->supported[ARB_VERTEX_SHADER])
1314 #define WINE_D3D10_CAPABLE(gl_info) WINE_D3D9_CAPABLE(gl_info) && (gl_info->supported[EXT_GPU_SHADER4])
1517 BOOL supported[WINED3D_GL_EXT_COUN member in struct:wined3d_gl_info
[all...]
H A Dsurface.c409 /* FIXME: Check that the format is supported by the device. */
1041 if (gl_info->supported[APPLE_CLIENT_STORAGE])
1101 if (gl_info->supported[ARB_FRAMEBUFFER_OBJECT]
1883 if (gl_info->supported[ARB_PIXEL_BUFFER_OBJECT] && (This->Flags & SFLAG_DYNLOCK)
2219 IWineD3DSurface_LoadLocation(iface, SFLAG_INTEXTURE, NULL /* partial texture loading not supported yet */);
2324 ERR("Not supported on surfaces with an application-provided surfaces\n");
2495 FIXME(" ColorKeying not supported in the RGB 332 format !\n");
2841 FIXME("(%p) Operation not supported for scratch textures\n",This);
3244 /* Flipping is only supported on RenderTargets and overlays*/
3263 * FIXME("(%p) Target override is not supported b
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c1065 * 1) The shader really uses more uniforms than supported
1066 * 2) The shader uses indirect addressing, less constants than supported, but uses a constant index > #supported consts
1573 WARN("Write to render target %u, only %d supported.\n", reg->idx, gl_info->limits.buffers);
1842 if (gl_info->supported[EXT_GPU_SHADER4])
1844 else if (gl_info->supported[ARB_SHADER_TEXTURE_LOD])
1865 if (gl_info->supported[EXT_GPU_SHADER4])
1867 else if (gl_info->supported[ARB_SHADER_TEXTURE_LOD])
1885 if (gl_info->supported[EXT_GPU_SHADER4])
1887 else if (gl_info->supported[ARB_SHADER_TEXTURE_LO
[all...]
H A Dwined3d_private.h1338 #define WINE_D3D6_CAPABLE(gl_info) (gl_info->supported[ARB_MULTITEXTURE])
1339 #define WINE_D3D7_CAPABLE(gl_info) (gl_info->supported[ARB_TEXTURE_COMPRESSION] && gl_info->supported[ARB_TEXTURE_CUBE_MAP] && gl_info->supported[ARB_TEXTURE_ENV_DOT3])
1340 #define WINE_D3D8_CAPABLE(gl_info) WINE_D3D7_CAPABLE(gl_info) && (gl_info->supported[ARB_MULTISAMPLE] && gl_info->supported[ARB_TEXTURE_BORDER_CLAMP])
1341 #define WINE_D3D9_CAPABLE(gl_info) WINE_D3D8_CAPABLE(gl_info) && (gl_info->supported[ARB_FRAGMENT_PROGRAM] && gl_info->supported[ARB_VERTEX_SHADER])
1342 #define WINE_D3D10_CAPABLE(gl_info) WINE_D3D9_CAPABLE(gl_info) && (gl_info->supported[EXT_GPU_SHADER4])
1545 BOOL supported[WINED3D_GL_EXT_COUN member in struct:wined3d_gl_info
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c352 return !gl_info->supported[NV_VERTEX_PROGRAM2_OPTION];
358 return gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]
366 if (!gl_info->supported[NV_VERTEX_PROGRAM]) return TRUE; /* Need to init colors. */
454 if (gl_info->supported[EXT_GPU_PROGRAM_PARAMETERS])
675 || (!gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]
683 || (!gl_info->supported[NV_FRAGMENT_PROGRAM_OPTION]
1299 FIXME("Complex fixup (%#x) not supported\n", complex_fixup);
1351 /* Silently ignore PARTIALPRECISION if its not supported */
1413 && gl_info->supported[ARB_TEXTURE_RECTANGLE])
1421 if (flags) FIXME("Only ordinary sampling from NP2 textures is supported
[all...]
H A Dsurface.c425 if (context->gl_info->supported[EXT_TEXTURE_SRGB_DECODE])
609 if (!gl_info->supported[ARB_PIXEL_BUFFER_OBJECT])
854 /* TODO: Check against the maximum texture sizes supported by the video card. */
864 if (gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO] || gl_info->supported[WINED3D_GL_NORMALIZED_TEXRECT])
886 FIXME("(%p) Compressed non-power-two textures are not supported w(%d) h(%d)\n",
928 if (surface->flags & SFLAG_NONPOW2 && gl_info->supported[ARB_TEXTURE_RECTANGLE]
930 && gl_info->supported[EXT_PALETTED_TEXTURE]
1271 if (context->gl_info->supported[EXT_STENCIL_TWO_SIDE])
1293 /* Blit between surface locations. Onscreen on different swapchains is not supported
[all...]
H A Ddevice.c282 if (!device->adapter->gl_info.supported[ARB_VERTEX_ARRAY_BGRA]
349 slow_mask |= -!gl_info->supported[ARB_VERTEX_ARRAY_BGRA]
630 if (gl_info->supported[EXT_STENCIL_TWO_SIDE])
893 if (gl_info->supported[APPLE_CLIENT_STORAGE])
919 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
933 if (gl_info->supported[EXT_TEXTURE3D])
946 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
964 if (gl_info->supported[APPLE_CLIENT_STORAGE])
966 /* Re-enable because if supported it is enabled by default */
977 if (gl_info->supported[ARB_TEXTURE_CUBE_MA
[all...]
H A Dvertexdeclaration.c237 if (!gl_info->supported[ARB_HALF_FLOAT_VERTEX]) declaration->half_float_conv_needed = TRUE;
H A Dvolume.c111 * default if supported(GL_APPLE_client_storage). Thus do not release
113 * supported. */
306 if (!gl_info->supported[EXT_TEXTURE3D])
427 ERR("dimensions do not match, stretching not supported for volumes!");
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm682 ; b3: 1=wait for extern event supported (Int 15h/41h)
692 ; b7: 1=32-bit DMA supported
693 ; b6: 1=int16h, function 9 supported
694 ; b5: 1=int15h/C6h (get POS data) supported
695 ; b4: 1=int15h/C7h (get mem map info) supported
696 ; b3: 1=int15h/C8h (en/dis CPU) supported
698 ; b1: 1=data streaming supported
709 ; b0: SCSI supported in IML
714 ; b5-3: ABIOS presence (011 = not supported)
716 ; b1: memory split above 16Mb supported
[all...]
H A Dapm_pm.asm55 push ax ; check if function is supported...
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c33 #error ReadTimestamp not supported for this architecture!
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h26 #error CR_ARB_pixel_buffer_object not supported without CR_STATE_NO_TEXTURE_IMAGE_STORE
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_calib.c36 int supported = 0; local
41 supported = 1;
48 supported = 1;
51 return supported;
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXKBproto.h53 BOOL supported; member in struct:_xkbUseExtensionReply
549 BOOL supported; member in struct:_xkbGetNamedIndicatorReply
856 CARD32 supported B32;
953 CARD16 supported B16;
1252 CARD16 supported B16;
/vbox/src/VBox/Additions/x11/x11include/kbproto-1.0.6/X11/extensions/
H A DXKBproto.h52 BOOL supported; member in struct:_xkbUseExtensionReply
548 BOOL supported; member in struct:_xkbGetNamedIndicatorReply
855 CARD32 supported B32;
952 CARD16 supported B16;
1251 CARD16 supported B16;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dskge.c91 /* Determine supported/advertised modes based on hardware.
96 u32 supported; local
99 supported = SUPPORTED_10baseT_Half
108 supported &= ~(SUPPORTED_10baseT_Half
114 supported &= ~SUPPORTED_1000baseT_Half;
116 supported = SUPPORTED_1000baseT_Full | SUPPORTED_1000baseT_Half
119 return supported;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm215 %error "Arch not supported (or correctly defined)."

Completed in 335 milliseconds

12345