Searched refs:input_slot (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvertexdeclaration.c41 TRACE(" input_slot: %u\n", element->input_slot);
235 e->input_slot = elements[i].input_slot;
246 if (e->input_slot >= MAX_STREAMS) continue;
263 if (!(preloaded & (1 << e->input_slot)))
265 declaration->streams[declaration->num_streams] = e->input_slot;
267 preloaded |= 1 << e->input_slot;
H A Ddevice.c219 if (!This->stateBlock->streamSource[element->input_slot]) continue;
221 stride = This->stateBlock->streamStride[element->input_slot];
224 TRACE("Stream %u is UP, %p\n", element->input_slot, This->stateBlock->streamSource[element->input_slot]);
226 data = (BYTE *)This->stateBlock->streamSource[element->input_slot];
230 TRACE("Stream %u isn't UP, %p\n", element->input_slot, This->stateBlock->streamSource[element->input_slot]);
231 data = buffer_get_memory(This->stateBlock->streamSource[element->input_slot], &buffer_object);
242 data = buffer_get_sysmem((struct wined3d_buffer *)This->stateBlock->streamSource[element->input_slot]);
268 TRACE("offset %u input_slot
[all...]
H A Dwined3d_private.h2598 WORD input_slot; member in struct:wined3d_vertex_declaration_element
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvertexdeclaration.c43 TRACE(" input_slot: %u\n", element->input_slot);
206 e->input_slot = elements[i].input_slot;
218 if (e->input_slot >= MAX_STREAMS) continue;
289 elements[idx].input_slot = 0;
H A Ddevice.c197 const struct wined3d_stream_state *stream = &state->streams[element->input_slot];
211 TRACE("Stream %u, buffer %p.\n", element->input_slot, buffer);
232 TRACE("offset %u input_slot %u usage_idx %d\n", element->offset, element->input_slot, element->usage_idx);
267 "input_slot %u, offset %u, stride %u, format %s, buffer_object %u]\n",
269 debug_d3ddeclusage(element->usage), element->usage_idx, element->input_slot,
280 stream_info->elements[idx].stream_idx = element->input_slot;
H A Dwined3d_private.h2441 WORD input_slot; member in struct:wined3d_vertex_declaration_element
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dvertexdeclaration.c300 element->input_slot = stream;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dvertexdeclaration.c356 element->input_slot = stream;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c363 (*wined3d_elements)[i].input_slot = d3d9_elements[i].Stream;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c364 (*wined3d_elements)[i].input_slot = d3d9_elements[i].Stream;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwined3d.h1697 WORD input_slot; member in struct:wined3d_vertex_element
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.idl1733 WORD input_slot;
H A Dwined3d.h2290 WORD input_slot; member in struct:_WINED3DVERTEXELEMENT
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2633 WORD input_slot; member in struct:wined3d_vertex_declaration_element
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2295 WORD input_slot; member in struct:_WINED3DVERTEXELEMENT
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2296 WORD input_slot; member in struct:_WINED3DVERTEXELEMENT
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2295 WORD input_slot; member in struct:_WINED3DVERTEXELEMENT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2295 WORD input_slot; member in struct:_WINED3DVERTEXELEMENT

Completed in 312 milliseconds