Framework Components Application Programming Interface (API)  fc-t15
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
IRES_TILEDMEMORY_Obj Struct Reference

IRES_TILEDMEMORY_Obj extends the generic IRES_Obj structure that is returned back to the algorithm requesting the resource. More...

#include <ires_tiledmemory.h>

Collaboration diagram for IRES_TILEDMEMORY_Obj:
Collaboration graph

Data Fields

IRES_Obj ires
XDAS_Voidinfo
XDAS_VoidmemoryBaseAddress
XDAS_UInt32 isTiledMemory
XDAS_UInt32 accessUnit
XDAS_VoidtilerBaseAddress
XDAS_VoidsystemSpaceBaseAddress

Detailed Description

IRES_TILEDMEMORY_Obj extends the generic IRES_Obj structure that is returned back to the algorithm requesting the resource.


Field Documentation

IRES_Obj IRES_TILEDMEMORY_Obj::ires
XDAS_Void* IRES_TILEDMEMORY_Obj::info

RSVD for future use

XDAS_Void* IRES_TILEDMEMORY_Obj::memoryBaseAddress

Process-specific virtual base address of Tiler memory allocated.

XDAS_UInt32 IRES_TILEDMEMORY_Obj::isTiledMemory

Boolean value that identifies if returned memory is of type TILED memory or not.

Valid values for this field are XDAS_TRUE and XDAS_FALSE.

If XDAS_TRUE, accessUnit will describe the kind of TILED memory allocated.

XDAS_UInt32 IRES_TILEDMEMORY_Obj::accessUnit

Describes the kind of memory actually allocated in the TILER space of type,

Remarks:
Requestor MUST check the type of returned memory to ensure it is suitable for its purpose.
See also:
IRES_TILEDMEMORY_AccessUnit
XDAS_Void* IRES_TILEDMEMORY_Obj::tilerBaseAddress

Base address of TILER on SOC

XDAS_Void* IRES_TILEDMEMORY_Obj::systemSpaceBaseAddress

Tiler space base address of memory allocated


The documentation for this struct was generated from the following file:
Copyright 2013, Texas Instruments Incorporated