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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.h 27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
AMDGPUMCAsmInfo.cpp 93 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.h 25 const MCSection* getNonexecutableStackSection(MCContext &CTX) const override;
AMDGPUMCAsmInfo.cpp 60 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const {
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.h 27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
AMDGPUMCAsmInfo.cpp 93 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const
  /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
590 VADriverContextP ctx; local
605 VADriverContextP ctx; local
618 VADriverContextP ctx; local
634 VADriverContextP ctx; local
654 VADriverContextP ctx; local
670 VADriverContextP ctx; local
821 VADriverContextP ctx; local
853 VADriverContextP ctx; local
884 VADriverContextP ctx; local
909 VADriverContextP ctx; local
929 VADriverContextP ctx; local
946 VADriverContextP ctx; local
968 VADriverContextP ctx; local
984 VADriverContextP ctx; local
1004 VADriverContextP ctx; local
1018 VADriverContextP ctx; local
1039 VADriverContextP ctx; local
1055 VADriverContextP ctx; local
1076 VADriverContextP ctx; local
1093 VADriverContextP ctx; local
1114 VADriverContextP ctx; local
1132 VADriverContextP ctx; local
1151 VADriverContextP ctx; local
1179 VADriverContextP ctx; local
1202 VADriverContextP ctx; local
1217 VADriverContextP ctx; local
1230 VADriverContextP ctx; local
1251 VADriverContextP ctx; local
1276 VADriverContextP ctx; local
1320 VADriverContextP ctx; local
1353 VADriverContextP ctx; local
1370 VADriverContextP ctx; local
1385 VADriverContextP ctx; local
1398 VADriverContextP ctx; local
1418 VADriverContextP ctx; local
1437 VADriverContextP ctx; local
1471 VADriverContextP ctx; local
1488 VADriverContextP ctx; local
1525 VADriverContextP ctx; local
1550 VADriverContextP ctx; local
1574 VADriverContextP ctx; local
1598 VADriverContextP ctx; local
1610 VADriverContextP ctx; local
1639 VADriverContextP ctx; local
1660 VADriverContextP ctx; local
1681 VADriverContextP ctx; local
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 38 void DWARFDebugAranges::generate(DWARFContext *CTX) {
40 if (!CTX)
44 DataExtractor ArangesData(CTX->getARangeSection(), CTX->isLittleEndian(), 0);
50 for (const auto &CU : CTX->compile_units()) {
DWARFDebugAranges.h 23 void generate(DWARFContext *CTX);
  /external/owasp/sanitizer/src/main/org/owasp/html/
PolicyFactory.java 86 public <CTX> HtmlSanitizer.Policy apply(
87 HtmlStreamEventReceiver out, @Nullable HtmlChangeListener<CTX> listener,
88 @Nullable CTX context) {
92 HtmlChangeReporter<CTX> r = new HtmlChangeReporter<CTX>(
116 public <CTX> String sanitize(
118 @Nullable HtmlChangeListener<CTX> listener, @Nullable CTX context) {
HtmlPolicyBuilder.java 472 public <CTX> HtmlSanitizer.Policy build(
474 @Nullable HtmlChangeListener<? super CTX> listener,
475 @Nullable CTX context) {
  /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) {
423 MCContext &Ctx) {
424 return new ARMMCCodeEmitter(MCII, Ctx, true);
430 MCContext &Ctx) {
431 return new ARMMCCodeEmitter(MCII, Ctx, false);
514 unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg);
544 Reg = CTX.getRegisterInfo()->getEncodingValue(MO.getReg())
    [all...]
  /hardware/intel/common/libva/va/android/
va_android.cpp 107 VADriverContextP const ctx = pDisplayContext->pDriverContext; local
108 struct drm_state * drm_state = (struct drm_state *)ctx->drm_state;
122 if (strncmp((char *)ctx->native_dpy, "libva_driver_name=", 18) == 0) {
123 *driver_name = strdup((char *)ctx->native_dpy + 18);
129 return VA_DRM_GetDriverName(ctx, driver_name);
179 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext)
222 VADriverContextP ctx; local
231 ctx = CTX(dpy);
237 return ctx->vtable->vaPutSurface( ctx, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 38 const MCContext &CTX;
42 PPCMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool isLittle)
43 : MCII(mcii), CTX(ctx), IsLittleEndian(isLittle) {
156 MCContext &Ctx) {
159 return new PPCMCCodeEmitter(MCII, Ctx, IsLittleEndian);
276 return CTX.getRegisterInfo()->getEncodingValue(isPPC64 ? PPC::X13 : PPC::R2);
299 return 0x80 >> CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
313 return CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
  /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/lzma/C/
Ppmd7.c 27 #define CTX(ref) ((CPpmd7_Context *)Ppmd7_GetContext(p, ref))
28 #define STATS(ctx) Ppmd7_GetStats(p, ctx)
29 #define ONE_STATE(ctx) Ppmd7Context_OneState(ctx)
30 #define SUFFIX(ctx) CTX((ctx)->Suffix)
366 c = CTX(successor);
567 p->MaxContext = p->MinContext = CTX(fSuccessor);
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 285 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
289 CTX = CTY = 0;
298 CTX = CTY = 0;
331 .addImm(CTX)
350 .addImm(CTX)
370 .addImm(CTX)
386 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
390 CTX = CTY = 0;
399 CTX = CTY = 0;
433 .addImm(CTX)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 178 * probably more readable than ctx->input->istream->input(snarfle0->blarg) and allows me to rejig
184 #define CTX ctx
193 #define SCOPE_TOP(scope) ctx->p<name>_##scope##Top
194 #define SCOPE_SIZE(scope) ctx->p<name>_##scope##Stack_limit
195 #define SCOPE_INSTANCE(scope, i) (ctx->SCOPE_STACK(scope)->get(ctx->SCOPE_STACK(scope),i))
238 #define LEXER ctx->pLexer
368 #define PARSER ctx->pParser
405 #define ADAPTOR ctx->adapto
    [all...]
  /external/qemu/disas/
ppc.c     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 764 milliseconds