Searched refs:GET_TEXCOORD_SIZE_FROM_FVF (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c3988 dest_ptr+=GET_TEXCOORD_SIZE_FROM_FVF(DestFVF, tex_index) * sizeof(float);
3989 if(dest_conv) dest_conv += GET_TEXCOORD_SIZE_FROM_FVF(DestFVF, tex_index) * sizeof(float);
3992 copy_and_next(dest_ptr, tex_coord, GET_TEXCOORD_SIZE_FROM_FVF(DestFVF, tex_index) * sizeof(float));
3994 copy_and_next(dest_conv, tex_coord, GET_TEXCOORD_SIZE_FROM_FVF(DestFVF, tex_index) * sizeof(float));
H A Dutils.c2658 size += GET_TEXCOORD_SIZE_FROM_FVF(d3dvtVertexType, i) * sizeof(float);
H A Dwined3d_private.h992 #define GET_TEXCOORD_SIZE_FROM_FVF(d3dvtVertexType, tex_num) \ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c3564 dest_ptr += GET_TEXCOORD_SIZE_FROM_FVF(DestFVF, tex_index) * sizeof(float);
3568 copy_and_next(dest_ptr, tex_coord, GET_TEXCOORD_SIZE_FROM_FVF(DestFVF, tex_index) * sizeof(float));
H A Dutils.c3136 size += GET_TEXCOORD_SIZE_FROM_FVF(d3dvtVertexType, i) * sizeof(float);
H A Dwined3d_private.h996 #define GET_TEXCOORD_SIZE_FROM_FVF(d3dvtVertexType, tex_num) \ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1013 #define GET_TEXCOORD_SIZE_FROM_FVF(d3dvtVertexType, tex_num) \ macro

Completed in 204 milliseconds