Searched refs:streamOffset (Results 1 - 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.cpp72 // load current streamOffset
73 Value* streamOffset = LOAD(pBuf, { 0, SWR_STREAMOUT_BUFFER_streamOffset }); local
82 Value* newOffset = ADD(streamOffset, MUL(pitch, C(state.numVertsPerPrim)));
225 Value* streamOffset = LOAD(pBuf, { 0, SWR_STREAMOUT_BUFFER_streamOffset }); local
226 pOutBuffer[b] = GEP(pData, streamOffset);
250 // update each active buffer's streamOffset
254 Value* streamOffset = LOAD(pBuf, { 0, SWR_STREAMOUT_BUFFER_streamOffset }); local
255 streamOffset = ADD(streamOffset, MUL(C(state.numVertsPerPrim), outBufferPitch[b]));
256 STORE(streamOffset, pBu
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A DVertexDataManager.cpp65 unsigned int streamOffset = 0; local
71 output = (char*)vertexBuffer->map(attribute, attribute.typeSize() * count, &streamOffset);
111 return streamOffset;
167 unsigned int streamOffset = writeAttributeData(mStreamingBuffer, start, count, attribs[i]); local
169 if(streamOffset == ~0u)
175 translated[i].offset = streamOffset;
H A DVertexDataManager.h71 void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *streamOffset);
H A DIndexDataManager.cpp137 unsigned int streamOffset = 0; local
141 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset);
155 translated->indexOffset = streamOffset;
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DVertexDataManager.cpp66 unsigned int streamOffset = 0; local
72 output = (char*)vertexBuffer->map(attribute, attribute.typeSize() * count, &streamOffset);
112 return streamOffset;
162 unsigned int streamOffset = writeAttributeData(mStreamingBuffer, start, count, attribs[i]); local
164 if(streamOffset == ~0u)
170 translated[i].offset = streamOffset;
H A DIndexDataManager.cpp120 unsigned int streamOffset = 0; local
124 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset);
138 translated->indexOffset = streamOffset;
H A DVertexDataManager.h68 void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *streamOffset);
/external/dng_sdk/source/
H A Ddng_opcode_list.cpp223 uint64 streamOffset)
230 stream.SetReadPosition (streamOffset);
265 if (stream.Position () != streamOffset + byteCount)
220 Parse(dng_host &host, dng_stream &stream, uint32 byteCount, uint64 streamOffset) argument
H A Ddng_opcode_list.h142 /// specified offset (streamOffset, in bytes). byteCount is provided for
150 uint64 streamOffset);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.cpp65 unsigned int streamOffset = 0; local
71 output = (char*)vertexBuffer->map(attribute, attribute.typeSize() * count, &streamOffset);
109 return streamOffset;
173 unsigned int streamOffset = writeAttributeData(mStreamingBuffer, firstVertexIndex, isInstanced ? 1 : count, attrib); local
175 if(streamOffset == ~0u)
181 translated[i].offset = streamOffset;
H A DVertexDataManager.h68 void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *streamOffset);
H A DIndexDataManager.cpp308 size_t streamOffset = 0; local
312 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset);
325 translated->indexOffset = static_cast<unsigned int>(streamOffset);
335 size_t streamOffset = 0; local
339 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset);
351 translated->indexOffset = static_cast<unsigned int>(streamOffset);
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h765 uint16 streamOffset; member in struct:__anon16499
1391 uint16 streamOffset; member in struct:__anon16538
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dstate.h621 uint32_t streamOffset; member in struct:SWR_STREAMOUT_BUFFER
H A Dfrontend.cpp562 *state.soBuffer[i].pWriteOffset = soContext.pBuffer[i]->streamOffset * sizeof(uint32_t);
567 pDC->dynState.SoWriteOffset[i] = soContext.pBuffer[i]->streamOffset * sizeof(uint32_t);
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.hpp282 int streamOffset[MAX_VERTEX_INPUTS]; member in class:D3D9::Direct3DDevice9
H A DDirect3DDevice9.cpp100 streamOffset[i] = 0;
1937 *offset = streamOffset[streamNumber];
4412 if(dataStream[stream] == vertexBuffer && streamOffset[stream] == offset && streamStride[stream] == stride)
4428 streamOffset[stream] = offset;
5743 const void *buffer = ((char*)resource->data() + streamOffset[stream]) + offset;
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_state.cpp1493 buffer.streamOffset = 0;
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 797 milliseconds