HomeSort by relevance Sort by last modified time
    Searched refs:ReadBuffer (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_buffers.c 54 if (_mesa_is_front_buffer_reading(ctx->ReadBuffer)) {
71 functions->ReadBuffer = intelReadBuffer;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_buffers.c 75 if (_mesa_is_front_buffer_reading(ctx->ReadBuffer)) {
91 functions->ReadBuffer = intelReadBuffer;
intel_pixel_read.c 89 struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer;
141 x, y, _mesa_is_winsys_fbo(ctx->ReadBuffer),
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
I2CLib.h 30 @param *ReadBuffer Address to which the value read has to be stored
41 OUT UINT8 *ReadBuffer
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_span.c 128 if (ctx->ReadBuffer != ctx->DrawBuffer)
129 radeon_map_framebuffer(ctx, ctx->ReadBuffer);
138 if (ctx->ReadBuffer != ctx->DrawBuffer)
139 radeon_unmap_framebuffer(ctx, ctx->ReadBuffer);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLib/
I2CLib.c 56 OUT UINT8 *ReadBuffer
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_span.c 67 if (ctx->ReadBuffer != ctx->DrawBuffer)
68 framebuffer_map_unmap(ctx, ctx->ReadBuffer, map);
  /external/mesa3d/src/mesa/drivers/common/
meta_tex_subimage.c 250 _mesa_meta_framebuffer_texture_image(ctx, ctx->ReadBuffer,
254 status = _mesa_check_framebuffer_status(ctx, ctx->ReadBuffer);
271 if (_mesa_meta_BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer,
285 _mesa_meta_BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer,
338 rb = ctx->ReadBuffer->_ColorReadBuffer;
408 _mesa_bind_framebuffers(ctx, drawFb, tex_image ? readFb : ctx->ReadBuffer);
410 _mesa_meta_framebuffer_texture_image(ctx, ctx->ReadBuffer,
414 status = _mesa_check_framebuffer_status(ctx, ctx->ReadBuffer);
434 if (_mesa_meta_BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer,
443 ctx->ReadBuffer->_ColorReadBuffer->_BaseFormat
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cMasterMcg.h 362 /// for write only operations. The ReadBuffer must be at least ReadBytes
365 UINT8 *ReadBuffer;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_viewport.c 68 stread = st_ws_framebuffer(st->ctx->ReadBuffer);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Diagnostics.c 102 VOID *ReadBuffer;
118 ReadBuffer = AllocatePool (BufferSize);
136 Status = MmcReadBlocks (&(MmcHostInstance->BlockIo), MmcHostInstance->BlockIo.Media->MediaId,Lba,BufferSize,ReadBuffer);
143 if (!CompareBuffer (ReadBuffer,WriteBuffer,BufferSize)) {
156 Status = MmcReadBlocks (&(MmcHostInstance->BlockIo), MmcHostInstance->BlockIo.Media->MediaId,Lba,BufferSize,ReadBuffer);
163 if (!CompareBuffer (ReadBuffer,BackBuffer,BufferSize)) {
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 41 VOID *ReadBuffer;
290 Private->ReadBuffer = malloc (Private->ReadBufferSize);
291 if (Private->ReadBuffer == NULL) {
295 Private->CurrentReadPointer = Private->EndReadPointer = Private->ReadBuffer;
341 if (Private->ReadBuffer != NULL) {
342 free (Private->ReadBuffer);
343 Private->ReadBuffer = NULL;
388 if (Private->ReadBuffer != NULL) {
389 free (Private->ReadBuffer );
390 Private->CurrentReadPointer = Private->EndReadPointer = Private->ReadBuffer = NULL;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/
SmbusLib.c 433 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
435 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
439 If ReadBuffer is NULL, then ASSERT().
445 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
457 OUT VOID *ReadBuffer,
464 ASSERT (ReadBuffer != NULL);
471 // Assuming that ReadBuffer is large enough to save another memory copy.
473 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
474 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/
SmbusLib.c 433 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
435 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
439 If ReadBuffer is NULL, then ASSERT().
445 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
457 OUT VOID *ReadBuffer,
464 ASSERT (ReadBuffer != NULL);
471 // Assuming that ReadBuffer is large enough to save another memory copy.
473 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
474 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/
SmbusLib.c 428 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
430 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
434 If ReadBuffer is NULL, then ASSERT().
440 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
452 OUT VOID *ReadBuffer,
459 ASSERT (ReadBuffer != NULL);
466 // Assuming that ReadBuffer is large enough to save another memory copy.
468 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
469 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeSmbusLib/
SmbusLib.c 540 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
542 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
546 If ReadBuffer is NULL, then ASSERT().
552 @param ReadBuffer The pointer to the buffer of bytes to read from the SMBUS.
574 OUT VOID *ReadBuffer,
581 ASSERT (ReadBuffer != NULL);
588 // Assuming that ReadBuffer is large enough to save another memory copy.
590 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
591 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiSmbusLibSmbus2Ppi/
SmbusLib.c 533 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
535 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
539 If ReadBuffer is NULL, then ASSERT().
545 @param ReadBuffer The pointer to the buffer of bytes to read from the SMBUS.
566 OUT VOID *ReadBuffer,
573 ASSERT (ReadBuffer != NULL);
580 // Assuming that ReadBuffer is large enough to save another memory copy.
582 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
583 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3SmbusLib/
S3SmbusLib.c 467 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
469 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
473 If ReadBuffer is NULL, then ASSERT().
479 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
491 OUT VOID *ReadBuffer,
497 Length = SmBusBlockProcessCall (SmBusAddress, WriteBuffer, ReadBuffer, Status);
499 InternalSaveSmBusExecToBootScript (EfiSmbusBWBRProcessCall, SmBusAddress, SMBUS_LIB_LENGTH (SmBusAddress), ReadBuffer);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SmbusLib/
SmbusLib.c 626 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
638 OUT UINT8 *ReadBuffer,
711 if (ReadBuffer != NULL) {
721 ReadBuffer[Index] = IoRead8 (IoPortBaseAddress + R_PCH_SMBUS_HBD);
842 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
844 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
848 If ReadBuffer is NULL, then ASSERT().
854 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
866 OUT VOID *ReadBuffer,
873 ASSERT (ReadBuffer != NULL);
    [all...]
  /external/mesa3d/src/mesa/main/
drawpix.c 203 _mesa_enum_to_string(ctx->ReadBuffer->ColorReadBuffer),
237 if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) {
243 if (_mesa_is_user_fbo(ctx->ReadBuffer) &&
244 ctx->ReadBuffer->Visual.samples > 0) {
readpix.c 108 if (_mesa_get_clamp_read_color(ctx, ctx->ReadBuffer) &&
116 if (_mesa_get_clamp_read_color(ctx, ctx->ReadBuffer) ||
142 * the readbuffer and the pixel pack buffer into account.
157 return !_mesa_has_depthstencil_combined(ctx->ReadBuffer) ||
266 struct gl_framebuffer *fb = ctx->ReadBuffer;
313 struct gl_framebuffer *fb = ctx->ReadBuffer;
377 struct gl_framebuffer *fb = ctx->ReadBuffer;
438 struct gl_framebuffer *fb = ctx->ReadBuffer;
634 struct gl_framebuffer *fb = ctx->ReadBuffer;
678 struct gl_framebuffer *fb = ctx->ReadBuffer;
    [all...]
buffers.c 721 if ((fb == ctx->ReadBuffer) && _mesa_is_winsys_fbo(fb)) {
725 ctx->Pixel.ReadBuffer = buffer;
784 if (fb == ctx->ReadBuffer) {
785 if (ctx->Driver.ReadBuffer)
786 ctx->Driver.ReadBuffer(ctx, buffer);
795 read_buffer(ctx, ctx->ReadBuffer, buffer, "glReadBuffer");
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
I2CLibPei.c 431 OUT UINT8 *ReadBuffer,
451 ReceiveDataEnd = &ReadBuffer [ReadBytes];
453 ReceiveRequest = ReadBuffer;
456 while ((ReceiveDataEnd > ReceiveRequest) || (ReceiveDataEnd > ReadBuffer)) {
474 *ReadBuffer++ = (UINT8)ReceiveData;
480 // Waiting the last request to get data and make (ReceiveDataEnd > ReadBuffer) =TRUE.
594 @param *ReadBuffer Address to which the value read has to be stored
605 OUT UINT8 *ReadBuffer
612 Status = ByteReadI2CBasic(I2cControllerIndex, SlaveAddress, ReadBytes, ReadBuffer, TRUE, TRUE);
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 98 if (!ctx->ReadBuffer->_ColorReadBuffer) {
99 /* no readbuffer - OK */
103 if (ctx->DrawBuffer == ctx->ReadBuffer) {
139 _swrast_read_rgba_span( ctx, ctx->ReadBuffer->_ColorReadBuffer,
163 _swrast_read_rgba_span( ctx, ctx->ReadBuffer->_ColorReadBuffer,
236 struct gl_framebuffer *fb = ctx->ReadBuffer;
246 /* no readbuffer - OK */
254 if (ctx->DrawBuffer == ctx->ReadBuffer) {
338 struct gl_framebuffer *fb = ctx->ReadBuffer;
347 /* no readbuffer - OK *
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/
SmbusLib.c 573 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
585 OUT UINT8 *ReadBuffer,
640 if (ReadBuffer != NULL) {
649 ReadBuffer[Index] = IoRead8 (IoPortBaseAddress + R_QNC_SMBUS_HBD + (UINT8)Index);
759 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
761 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
765 If ReadBuffer is NULL, then ASSERT().
771 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
790 OUT VOID *ReadBuffer,
795 ASSERT (ReadBuffer != NULL);
    [all...]

Completed in 712 milliseconds

1 2 3 4 5