Searched refs:supported (Results 26 - 50 of 112) sorted by relevance

12345

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolumetexture.c52 else if (gl_info->supported[EXT_TEXTURE_SRGB] && This->baseTexture.bindCount > 0)
388 * that are reported as supported. */
395 if (!gl_info->supported[EXT_TEXTURE3D])
404 if (!gl_info->supported[SGIS_GENERATE_MIPMAP])
H A Dnvidia_texture_shader.c112 FIXME("WINED3DTA_CONSTANT, not properly supported.\n");
329 if (is_alpha) ERR("Only supported for WINED3DTSS_COLOROP (WINED3DTOP_MODULATEALPHA_ADDCOLOR)\n");
346 if (is_alpha) ERR("Only supported for WINED3DTSS_COLOROP (WINED3DTOP_MODULATECOLOR_ADDALPHA)\n");
363 if (is_alpha) ERR("Only supported for WINED3DTSS_COLOROP (WINED3DTOP_MODULATEINVALPHA_ADDCOLOR)\n");
380 if (is_alpha) ERR("Only supported for WINED3DTSS_COLOROP (WINED3DTOP_MODULATEINVCOLOR_ADDALPHA)\n");
442 if (gl_info->supported[NV_TEXTURE_SHADER])
508 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
513 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
518 if (gl_info->supported[NV_TEXTURE_SHADER2] && mapped_stage < gl_info->limits.textures)
534 if (gl_info->supported[NV_TEXTURE_SHADER
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DshrotpackYX.h50 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DshrotpackYX.h48 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DshrotpackYX.h50 #error This rotation is not supported here
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_debug_util.h247 #error Your processor is not supported for RUN_XFORM_BENCHMARK
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibio32.asm52 cmp bl, 0 ; Only function 0 supported
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h91 STDMETHOD(VideoModeSupported)(ULONG width, ULONG height, ULONG bpp, BOOL *supported);
264 STDMETHOD(VideoModeSupported)(ULONG width, ULONG height, ULONG bpp, BOOL *supported);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dnvidia_texture_shader.c121 FIXME("WINED3DTA_CONSTANT, not properly supported.\n");
343 ERR("Only supported for WINED3D_TSS_COLOR_OP (WINED3DTOP_MODULATEALPHA_ADDCOLOR).\n");
361 ERR("Only supported for WINED3D_TSS_COLOR_OP (WINED3DTOP_MODULATECOLOR_ADDALPHA).\n");
379 ERR("Only supported for WINED3D_TSS_COLOR_OP (WINED3DTOP_MODULATEINVALPHA_ADDCOLOR).\n");
397 ERR("Only supported for WINED3D_TSS_COLOR_OP (WINED3DTOP_MODULATEINVCOLOR_ADDALPHA).\n");
459 if (!gl_info->supported[NV_TEXTURE_SHADER])
532 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
537 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
542 if (gl_info->supported[NV_TEXTURE_SHADER2] && mapped_stage < gl_info->limits.textures)
558 if (gl_info->supported[NV_TEXTURE_SHADER
[all...]
H A Dglsl_shader.c1034 * 1) The shader really uses more uniforms than supported.
1036 * supported, but uses a constant index > #supported consts. */
1123 tex_rect = tex_rect && gl_info->supported[ARB_TEXTURE_RECTANGLE];
1591 WARN("Write to render target %u, only %d supported.\n",
1936 BOOL texrect = flags & WINED3D_GLSL_SAMPLE_NPOT && gl_info->supported[ARB_TEXTURE_RECTANGLE];
1951 if (gl_info->supported[EXT_GPU_SHADER4])
1953 else if (gl_info->supported[ARB_SHADER_TEXTURE_LOD])
1975 if (gl_info->supported[EXT_GPU_SHADER4])
1977 else if (gl_info->supported[ARB_SHADER_TEXTURE_LO
[all...]
H A Dstate.c148 if (context->gl_info->supported[ARB_DEPTH_CLAMP])
162 FIXME("Z buffer disabled, but ARB_depth_clamp isn't supported.\n");
210 FIXME("WINED3D_SHADE_PHONG isn't supported.\n");
331 && !gl_info->supported[EXT_BLEND_EQUATION_SEPARATE])
478 if (!context->gl_info->supported[EXT_BLEND_FUNC_SEPARATE])
620 FIXME("Clipping not supported with vertex shaders\n");
676 * NOTE: If not supported don't give FIXMEs the impact is really minimal and very few people are
709 * allows bigger values. If the extension is supported, gl_info->limits.shininess contains the
722 if (gl_info->supported[EXT_SECONDARY_COLOR])
728 if (gl_info->supported[NV_REGISTER_COMBINER
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dqib7322.c1662 * Determine supported link speeds
1665 * @ret supported Supported link speeds
1671 unsigned int supported; local
1679 supported = BIT_GET ( &features, Port0_Link_Speed_Supported );
1682 supported = BIT_GET ( &features, Port1_Link_Speed_Supported );
1687 supported = 0;
1698 supported = IB_LINK_SPEED_QDR;
1706 ( supported ? "supports" : "disabled" ),
1707 ( ( supported & IB_LINK_SPEED_SDR ) ? " SDR" : "" ),
1708 ( ( supported
[all...]

Completed in 243 milliseconds

12345