Searched defs:strided (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | buffer.c | 347 const struct wined3d_stream_info *strided, UINT stride) 363 if (!(strided->use_map & (1 << i)) || strided->elements[i].buffer_object != This->buffer_object) continue; 365 format = strided->elements[i].format_desc->format; 378 ret[(DWORD_PTR)strided->elements[i].data + j] += 4; 389 orig_type_size = strided->elements[i].format_desc->component_count 390 * strided->elements[i].format_desc->component_size; 391 for (j = (DWORD_PTR)strided->elements[i].data + orig_type_size; j < stride; ++j) 447 * pick the way we access the strided vertex information. 479 * analyse the strided stream 346 find_conversion_shift(struct wined3d_buffer *This, const struct wined3d_stream_info *strided, UINT stride) argument [all...] |
H A D | device.c | 206 /* Translate the declaration into strided data. */ 358 const struct WineDirect3DStridedData *strided, struct wined3d_stream_info_element *e) 360 const struct wined3d_format_desc *format_desc = getFormatDescEntry(strided->format, gl_info); 362 e->stride = strided->dwStride; 363 e->data = strided->lpData; 369 const struct WineDirect3DVertexStridedData *strided, struct wined3d_stream_info *stream_info) 375 if (strided->position.lpData) 376 stream_info_element_from_strided(gl_info, &strided->position, &stream_info->elements[WINED3D_FFP_POSITION]); 377 if (strided->normal.lpData) 378 stream_info_element_from_strided(gl_info, &strided 357 stream_info_element_from_strided(const struct wined3d_gl_info *gl_info, const struct WineDirect3DStridedData *strided, struct wined3d_stream_info_element *e) argument 368 device_stream_info_from_strided(const struct wined3d_gl_info *gl_info, const struct WineDirect3DVertexStridedData *strided, struct wined3d_stream_info *stream_info) argument [all...] |
H A D | wined3d_private.h | 864 /* Trace vector and strided data information */ 1578 WineDirect3DVertexStridedData strided; member in struct:WineD3DRectPatch 3384 * style strided data. */
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_private.h | 885 /* Trace vector and strided data information */ 1610 WineDirect3DVertexStridedData strided; member in struct:WineD3DRectPatch 3425 * style strided data. */
|
Completed in 69 milliseconds