Searched refs:half_float_conv_needed (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvertexdeclaration.c272 if (!gl_info->supported[ARB_HALF_FLOAT_VERTEX]) declaration->half_float_conv_needed = TRUE;
H A Dbuffer.c482 if (!((IWineD3DVertexDeclarationImpl *) device->stateBlock->vertexDecl)->half_float_conv_needed)
H A Dwined3d_private.h2621 BOOL half_float_conv_needed; member in struct:IWineD3DVertexDeclarationImpl
H A Ddevice.c449 if (((IWineD3DVertexDeclarationImpl *)stateblock->vertexDecl)->half_float_conv_needed && !fixup)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvertexdeclaration.c237 if (!gl_info->supported[ARB_HALF_FLOAT_VERTEX]) declaration->half_float_conv_needed = TRUE;
H A Dwined3d_private.h2460 BOOL half_float_conv_needed; member in struct:wined3d_vertex_declaration
H A Ddevice.c336 if (state->vertex_declaration->half_float_conv_needed && !stream_info->all_vbo)
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2656 BOOL half_float_conv_needed; member in struct:IWineD3DVertexDeclarationImpl

Completed in 177 milliseconds