OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sp_ctx
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnRGBPlane.cpp
147
mContext.ctx.
sp_ctx
.index = mIndex;
148
mContext.ctx.
sp_ctx
.pipe = mDevice;
149
mContext.ctx.
sp_ctx
.cntr = spriteFormat | 0x80000000;
150
mContext.ctx.
sp_ctx
.linoff = linoff;
151
mContext.ctx.
sp_ctx
.stride = stride;
155
mContext.ctx.
sp_ctx
.cntr |= (0x1 << 23);
159
mContext.ctx.
sp_ctx
.cntr |= (0x1 << 15);
162
mContext.ctx.
sp_ctx
.stride = align_to(srcW, 32) * 4;
163
mContext.ctx.
sp_ctx
.linoff = (align_to(srcW, 32) * srcH / 64) - 1;
164
mContext.ctx.
sp_ctx
.tileoff = (srcY & 0xfff) << 16 | (srcX & 0xfff)
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngSpritePlane.cpp
89
mContext.ctx.
sp_ctx
.index = mIndex;
90
mContext.ctx.
sp_ctx
.pipe = mDevice;
93
mContext.ctx.
sp_ctx
.cntr = PixelFormat::PLANE_PIXEL_FORMAT_BGRX8888
96
mContext.ctx.
sp_ctx
.cntr = spriteFormat | 0x80000000;
97
mContext.ctx.
sp_ctx
.linoff = linoff;
98
mContext.ctx.
sp_ctx
.stride = stride;
99
mContext.ctx.
sp_ctx
.surf = mapper.getGttOffsetInPage(0) << 12;
100
mContext.ctx.
sp_ctx
.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff);
101
mContext.ctx.
sp_ctx
.size =
103
mContext.ctx.
sp_ctx
.contalpa = planeAlpha
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnRGBPlane.cpp
206
mContext.ctx.
sp_ctx
.index = mIndex;
207
mContext.ctx.
sp_ctx
.pipe = mDevice;
208
mContext.ctx.
sp_ctx
.cntr = spriteFormat | 0x80000000;
209
mContext.ctx.
sp_ctx
.linoff = linoff;
210
mContext.ctx.
sp_ctx
.stride = stride;
214
mContext.ctx.
sp_ctx
.cntr |= (0x1 << 23);
218
mContext.ctx.
sp_ctx
.cntr |= (0x1 << 15);
221
mContext.ctx.
sp_ctx
.stride = align_to(srcW, 32) * 4;
222
mContext.ctx.
sp_ctx
.linoff = (align_to(srcW, 32) * srcH / 64) - 1;
223
mContext.ctx.
sp_ctx
.tileoff = (srcY & 0xfff) << 16 | (srcX & 0xfff)
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_private.h
105
* cpu_context to
sp_ctx
.
174
* '
sp_ctx
' - space to save the SEL1 Secure Payload(SP) caller saved
188
sp_ctx_regs_t
sp_ctx
;
member in struct:tsp_context
tspd_main.c
132
memcpy(&tsp_ctx->
sp_ctx
, &tsp_ctx->cpu_ctx, TSPD_SP_CTX_SIZE);
336
memcpy(&tsp_ctx->cpu_ctx, &tsp_ctx->
sp_ctx
,
Completed in 222 milliseconds