Home
last modified time | relevance | path

Searched refs:destStride (Results 1 – 10 of 10) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_explicit_s2v.cpp139 size_t destStride = destTypeSize * vecSize; in test_explicit_s2v_function() local
141 outData = malloc( destStride * count ); in test_explicit_s2v_function()
152 streams[1] = clCreateBuffer(context, CL_MEM_READ_WRITE, destStride * count, in test_explicit_s2v_function()
173 …error = clEnqueueReadBuffer( queue, streams[1], CL_TRUE, 0, destStride * count, outData, 0, NULL, … in test_explicit_s2v_function()
197 outPtr += destStride; in test_explicit_s2v_function()
/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp434 const size_t destStride = ComputeVertexAttributeTypeSize(attrib); in streamAttributes() local
447 const size_t batchMemcpySize = destStride * streamedVertexCount; in streamAttributes()
492 if (destStride == sourceStride) in streamAttributes()
502 uint8_t *out = bufferPointer + curBufferOffset + (destStride * vertexIdx); in streamAttributes()
505 memcpy(out, in, destStride); in streamAttributes()
516 const size_t vertexStartOffset = curBufferOffset - (firstIndex * destStride); in streamAttributes()
519 static_cast<GLsizei>(destStride), in streamAttributes()
528 mNativeState->bindings[idx].stride = static_cast<GLsizei>(destStride); in streamAttributes()
536 destStride * streamedVertexCount + maxAttributeDataSize * indexRange.start; in streamAttributes()
/external/swiftshader/src/Main/
DFrameBuffer.hpp34 int destStride; member
DFrameBuffer.cpp118 updateState.destStride = stride; in copy()
167 const int dStride = state.destStride; in copyRoutine()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_readpixels.c529 const int destStride = _mesa_image_row_stride(pack, width, format, type); in st_ReadPixels() local
534 if (tex_xfer->stride == bytesPerRow && destStride == bytesPerRow) { in st_ReadPixels()
542 dest += destStride; in st_ReadPixels()
Dst_cb_bitmap.c106 ubyte *destBuffer, uint destStride) in unpack_bitmap() argument
108 destBuffer += py * destStride + px; in unpack_bitmap()
111 destBuffer, destStride, 0x0); in unpack_bitmap()
/external/mesa3d/src/mesa/main/
Dimage.h95 GLubyte *destBuffer, GLint destStride,
Dimage.c402 GLubyte *destBuffer, GLint destStride, in _mesa_expand_bitmap() argument
462 dstRow += destStride; in _mesa_expand_bitmap()
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp84 size_t destStride, in StreamVertexData() argument
104 dataCopied += destStride, dst += destStride, sourceRemainingCount--) in StreamVertexData()
/external/mesa3d/src/intel/vulkan/
DgenX_query.c1234 VkDeviceSize destStride, in genX()
1346 dest_addr = anv_address_add(dest_addr, destStride); in genX()
1358 VkDeviceSize destStride, in genX()