HomeSort by relevance Sort by last modified time
    Searched defs:CTX (Results 1 - 12 of 12) sorted by null

  /hardware/intel/common/libva/va/egl/
va_egl.c 34 * EGLContext ctx,
61 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext)
70 VADriverContextP ctx; local
73 ctx = CTX(dpy);
75 va_egl = (struct VADriverVTableEGL *)ctx->vtable_egl;
77 return va_egl->vaGetEGLClientBufferFromSurface(ctx, surface, buffer);
  /hardware/intel/common/libva/va/
va_tpi.c 39 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext)
56 VADriverContextP ctx; local
59 ctx = CTX(dpy);
63 tpi = (struct VADriverVTableTPI *)ctx->vtable_tpi;
65 return tpi->vaCreateSurfacesWithAttribute( ctx, width, height, format, num_surfaces, surfaces, attribute_tpi);
89 VADriverContextP ctx; local
92 ctx = CTX(dpy);
94 tpi = ( struct VADriverVTableTPI *)ctx->vtable_tpi
108 VADriverContextP ctx; local
    [all...]
va.c 43 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext)
47 #define CHECK_VTABLE(s, ctx, func) if (!va_checkVtable(ctx->vtable->va##func, #func)) s = VA_STATUS_ERROR_UNKNOWN;
48 #define CHECK_MAXIMUM(s, ctx, var) if (!va_checkMaximum(ctx->max_##var, #var)) s = VA_STATUS_ERROR_UNKNOWN;
49 #define CHECK_STRING(s, ctx, var) if (!va_checkString(ctx->str_##var, #var)) s = VA_STATUS_ERROR_UNKNOWN;
199 VADriverContextP ctx = CTX(dpy); local
272 struct VADriverVTable *vtable = ctx->vtable
366 VADriverContextP ctx; local
584 VADriverContextP ctx; local
599 VADriverContextP ctx; local
612 VADriverContextP ctx; local
628 VADriverContextP ctx; local
648 VADriverContextP ctx; local
664 VADriverContextP ctx; local
815 VADriverContextP ctx; local
847 VADriverContextP ctx; local
878 VADriverContextP ctx; local
903 VADriverContextP ctx; local
923 VADriverContextP ctx; local
940 VADriverContextP ctx; local
962 VADriverContextP ctx; local
978 VADriverContextP ctx; local
998 VADriverContextP ctx; local
1012 VADriverContextP ctx; local
1033 VADriverContextP ctx; local
1049 VADriverContextP ctx; local
1070 VADriverContextP ctx; local
1087 VADriverContextP ctx; local
1108 VADriverContextP ctx; local
1126 VADriverContextP ctx; local
1145 VADriverContextP ctx; local
1173 VADriverContextP ctx; local
1196 VADriverContextP ctx; local
1211 VADriverContextP ctx; local
1224 VADriverContextP ctx; local
1245 VADriverContextP ctx; local
1270 VADriverContextP ctx; local
1314 VADriverContextP ctx; local
1347 VADriverContextP ctx; local
1364 VADriverContextP ctx; local
1379 VADriverContextP ctx; local
1392 VADriverContextP ctx; local
1412 VADriverContextP ctx; local
1431 VADriverContextP ctx; local
1465 VADriverContextP ctx; local
1482 VADriverContextP ctx; local
1519 VADriverContextP ctx; local
1544 VADriverContextP ctx; local
1568 VADriverContextP ctx; local
1592 VADriverContextP ctx; local
1604 VADriverContextP ctx; local
1633 VADriverContextP ctx; local
1654 VADriverContextP ctx; local
1675 VADriverContextP ctx; local
    [all...]
  /hardware/intel/common/libva/va/android/
va_android.cpp 108 VADriverContextP const ctx = pDisplayContext->pDriverContext; local
109 struct drm_state * drm_state = (struct drm_state *)ctx->drm_state;
123 if (strncmp((char *)ctx->native_dpy, "libva_driver_name=", 18) == 0) {
124 *driver_name = strdup((char *)ctx->native_dpy + 18);
130 return VA_DRM_GetDriverName(ctx, driver_name);
180 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext)
223 VADriverContextP ctx; local
232 ctx = CTX(dpy);
238 return ctx->vtable->vaPutSurface( ctx, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
    [all...]
  /hardware/intel/common/libva/va/x11/
va_x11.c 59 VADriverContextP ctx; local
65 ctx = pDisplayContext->pDriverContext;
66 dri_state = ctx->drm_state;
69 dri_state->close(ctx);
82 VADriverContextP ctx = pDisplayContext->pDriverContext; local
84 if (!isDRI2Connected(ctx, driver_name))
95 VADriverContextP ctx = pDisplayContext->pDriverContext; local
97 if (!isDRI1Connected(ctx, driver_name))
108 VADriverContextP ctx = pDisplayContext->pDriverContext; local
112 result = VA_NVCTRLQueryDirectRenderingCapable(ctx->native_dpy, ctx->x11_screen
131 VADriverContextP ctx = pDisplayContext->pDriverContext; local
251 VADriverContextP ctx; local
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 41 const MCContext &CTX;
45 PPCMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx)
46 : MCII(mcii), CTX(ctx),
47 IsLittleEndian(ctx.getAsmInfo()->isLittleEndian()) {}
148 MCContext &Ctx) {
149 return new PPCMCCodeEmitter(MCII, Ctx);
327 return CTX.getRegisterInfo()->getEncodingValue(isPPC64 ? PPC::X13 : PPC::R2);
350 return 0x80 >> CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
364 return CTX.getRegisterInfo()->getEncodingValue(MO.getReg())
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_amd64.s 188 #define CTX SI // Beginning of digest in memory (a, b, c, ... , h)
203 #define SRND SI // SRND is same register as CTX
683 MOVQ dig+0(FP), CTX // d.h[8]
694 MOVL 0(CTX), a // a = H0
695 MOVL 4(CTX), b // b = H1
696 MOVL 8(CTX), c // c = H2
697 MOVL 12(CTX), d // d = H3
698 MOVL 16(CTX), e // e = H4
699 MOVL 20(CTX), f // f = H5
700 MOVL 24(CTX), g // g = H
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_amd64.s 188 #define CTX SI // Beginning of digest in memory (a, b, c, ... , h)
203 #define SRND SI // SRND is same register as CTX
683 MOVQ dig+0(FP), CTX // d.h[8]
694 MOVL 0(CTX), a // a = H0
695 MOVL 4(CTX), b // b = H1
696 MOVL 8(CTX), c // c = H2
697 MOVL 12(CTX), d // d = H3
698 MOVL 16(CTX), e // e = H4
699 MOVL 20(CTX), f // f = H5
700 MOVL 24(CTX), g // g = H
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 43 const MCContext &CTX;
47 ARMMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool IsLittle)
48 : MCII(mcii), CTX(ctx), IsLittleEndian(IsLittle) {
437 MCContext &Ctx) {
438 return new ARMMCCodeEmitter(MCII, Ctx, true);
443 MCContext &Ctx) {
444 return new ARMMCCodeEmitter(MCII, Ctx, false);
527 unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg);
557 Reg = CTX.getRegisterInfo()->getEncodingValue(MO.getReg())
    [all...]
  /external/lzma/C/
Ppmd7.c 29 #define CTX(ref) ((CPpmd7_Context *)Ppmd7_GetContext(p, ref))
30 #define STATS(ctx) Ppmd7_GetStats(p, ctx)
31 #define ONE_STATE(ctx) Ppmd7Context_OneState(ctx)
32 #define SUFFIX(ctx) CTX((ctx)->Suffix)
368 c = CTX(successor);
569 p->MaxContext = p->MinContext = CTX(fSuccessor);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 326 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
330 CTX = CTY = 0;
339 CTX = CTY = 0;
373 .addImm(CTX)
393 .addImm(CTX)
413 .addImm(CTX)
429 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
433 CTX = CTY = 0;
442 CTX = CTY = 0;
477 .addImm(CTX)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c     [all...]

Completed in 513 milliseconds