HomeSort by relevance Sort by last modified time
    Searched refs:pctx (Results 76 - 100 of 265) sorted by null

1 2 34 5 6 7 8 91011

  /build/soong/cc/config/
x86_windows_host.go 119 pctx.StaticVariable("WindowsGccVersion", windowsGccVersion)
121 pctx.SourcePathVariable("WindowsGccRoot",
124 pctx.StaticVariable("WindowsGccTriple", "x86_64-w64-mingw32")
126 pctx.StaticVariable("WindowsCflags", strings.Join(windowsCflags, " "))
127 pctx.StaticVariable("WindowsLdflags", strings.Join(windowsLdflags, " "))
129 pctx.StaticVariable("WindowsClangCflags", strings.Join(windowsClangCflags, " "))
130 pctx.StaticVariable("WindowsClangLdflags", strings.Join(windowsClangLdflags, " "))
131 pctx.StaticVariable("WindowsClangCppflags", strings.Join(windowsClangCppflags, " "))
133 pctx.StaticVariable("WindowsX86Cflags", strings.Join(windowsX86Cflags, " "))
134 pctx.StaticVariable("WindowsX8664Cflags", strings.Join(windowsX8664Cflags, " ")
    [all...]
mips64_device.go 67 pctx.StaticVariable("mips64GccVersion", mips64GccVersion)
69 pctx.SourcePathVariable("Mips64GccRoot",
72 pctx.StaticVariable("Mips64Cflags", strings.Join(mips64Cflags, " "))
73 pctx.StaticVariable("Mips64Ldflags", strings.Join(mips64Ldflags, " "))
74 pctx.StaticVariable("Mips64Cppflags", strings.Join(mips64Cppflags, " "))
75 pctx.StaticVariable("Mips64IncludeFlags", bionicHeaders("mips"))
78 pctx.StaticVariable("Mips64ClangCflags", strings.Join(ClangFilterUnknownCflags(mips64ClangCflags), " "))
79 pctx.StaticVariable("Mips64ClangLdflags", strings.Join(ClangFilterUnknownCflags(mips64Ldflags), " "))
80 pctx.StaticVariable("Mips64ClangCppflags", strings.Join(ClangFilterUnknownCflags(mips64Cppflags), " "))
86 pctx.StaticVariable("Mips64"+variant+"VariantCflags", strings.Join(cflags, " ")
    [all...]
x86_darwin_host.go 109 pctx.VariableFunc("macSdkPath", func(ctx android.PackageVarContext) string {
117 pctx.VariableFunc("macSdkRoot", func(ctx android.PackageVarContext) string {
120 pctx.StaticVariable("macMinVersion", "10.8")
121 pctx.VariableFunc("MacArPath", func(ctx android.PackageVarContext) string {
125 pctx.VariableFunc("MacStripPath", func(ctx android.PackageVarContext) string {
129 pctx.VariableFunc("MacToolPath", func(ctx android.PackageVarContext) string {
133 pctx.StaticVariable("DarwinGccVersion", darwinGccVersion)
134 pctx.SourcePathVariable("DarwinGccRoot",
137 pctx.StaticVariable("DarwinGccTriple", "i686-apple-darwin11")
139 pctx.StaticVariable("DarwinCflags", strings.Join(darwinCflags, " ")
    [all...]
  /external/skia/experimental/svg/model/
SkSVGRenderContext.cpp 139 SkSVGPresentationContext* pctx) {
140 applySvgPaint(ctx, *attrs.fFill.get(), &pctx->fFillPaint);
146 SkSVGPresentationContext* pctx) {
147 applySvgPaint(ctx, *attrs.fStroke.get(), &pctx->fStrokePaint);
153 SkSVGPresentationContext* pctx) {
154 pctx->fFillPaint.setAlpha(opacity_to_alpha(*attrs.fFillOpacity.get()));
160 SkSVGPresentationContext* pctx) {
182 const SkScalar phase = ctx.lengthContext().resolve(*pctx->fInherited.fStrokeDashOffset.get(),
184 pctx->fStrokePaint.setPathEffect(SkDashPathEffect::Make(intervals.begin(),
199 SkSVGPresentationContext* pctx) {
375 auto* pctx = fPresentationContext.writable(); local
    [all...]
  /external/skqp/experimental/svg/model/
SkSVGRenderContext.cpp 139 SkSVGPresentationContext* pctx) {
140 applySvgPaint(ctx, *attrs.fFill.get(), &pctx->fFillPaint);
146 SkSVGPresentationContext* pctx) {
147 applySvgPaint(ctx, *attrs.fStroke.get(), &pctx->fStrokePaint);
153 SkSVGPresentationContext* pctx) {
154 pctx->fFillPaint.setAlpha(opacity_to_alpha(*attrs.fFillOpacity.get()));
160 SkSVGPresentationContext* pctx) {
182 const SkScalar phase = ctx.lengthContext().resolve(*pctx->fInherited.fStrokeDashOffset.get(),
184 pctx->fStrokePaint.setPathEffect(SkDashPathEffect::Make(intervals.begin(),
199 SkSVGPresentationContext* pctx) {
375 auto* pctx = fPresentationContext.writable(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_texture.c 39 fd_sampler_state_delete(struct pipe_context *pctx, void *hwcso)
45 fd_sampler_view_destroy(struct pipe_context *pctx,
88 fd_sampler_states_bind(struct pipe_context *pctx,
92 struct fd_context *ctx = fd_context(pctx);
105 fd_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader,
109 struct fd_context *ctx = fd_context(pctx);
135 fd_texture_init(struct pipe_context *pctx)
137 pctx->delete_sampler_state = fd_sampler_state_delete;
139 pctx->sampler_view_destroy = fd_sampler_view_destroy;
freedreno_fence.c 78 void fd_create_fence_fd(struct pipe_context *pctx,
81 *pfence = fd_fence_create(fd_context(pctx), 0, dup(fd));
84 void fd_fence_server_sync(struct pipe_context *pctx,
87 struct fd_context *ctx = fd_context(pctx);
freedreno_query_hw.h 152 void fd_hw_query_register_provider(struct pipe_context *pctx,
154 void fd_hw_query_init(struct pipe_context *pctx);
155 void fd_hw_query_fini(struct pipe_context *pctx);
freedreno_surface.c 37 fd_create_surface(struct pipe_context *pctx,
56 psurf->context = pctx;
71 fd_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf)
  /external/boringssl/src/crypto/fipsmodule/digest/
digest.c 97 assert(ctx->pctx == NULL || ctx->pctx_ops != NULL);
99 ctx->pctx_ops->free(ctx->pctx);
124 EVP_PKEY_CTX *pctx = NULL; local
125 assert(in->pctx == NULL || in->pctx_ops != NULL);
126 if (in->pctx) {
127 pctx = in->pctx_ops->dup(in->pctx);
128 if (!pctx) {
139 if (pctx) {
140 in->pctx_ops->free(pctx);
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_shader.c 234 etna_create_shader_state(struct pipe_context *pctx,
237 struct etna_context *ctx = etna_context(pctx);
243 etna_delete_shader_state(struct pipe_context *pctx, void *ss)
249 etna_bind_fs_state(struct pipe_context *pctx, void *fss_)
251 struct etna_context *ctx = etna_context(pctx);
263 etna_bind_vs_state(struct pipe_context *pctx, void *vss_)
265 struct etna_context *ctx = etna_context(pctx);
277 etna_shader_init(struct pipe_context *pctx)
279 pctx->create_fs_state = etna_create_shader_state;
280 pctx->bind_fs_state = etna_bind_fs_state
    [all...]
etnaviv_surface.c 41 etna_create_surface(struct pipe_context *pctx, struct pipe_resource *prsc,
44 struct etna_context *ctx = etna_context(pctx);
56 surf->base.context = pctx;
75 etna_screen_resource_alloc_ts(pctx->screen, rsc);
141 etna_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf)
148 etna_surface_init(struct pipe_context *pctx)
150 pctx->create_surface = etna_create_surface;
151 pctx->surface_destroy = etna_surface_destroy;
etnaviv_transfer.c 56 etna_transfer_unmap(struct pipe_context *pctx, struct pipe_transfer *ptrans)
58 struct etna_context *ctx = etna_context(pctx);
78 etna_copy_resource(pctx, ptrans->resource, trans->rsc, ptrans->level,
123 etna_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc,
129 struct etna_context *ctx = etna_context(pctx);
182 trans->rsc = etna_resource_alloc(pctx->screen, ETNA_LAYOUT_LINEAR, &templ);
188 etna_copy_resource(pctx, trans->rsc, prsc, level, trans->rsc->last_level);
200 etna_resource_wait(pctx, rsc);
335 etna_transfer_unmap(pctx, ptrans);
340 etna_transfer_flush_region(struct pipe_context *pctx,
    [all...]
  /build/soong/android/
defs.go 23 pctx = NewPackageContext("android/soong/common")
25 cpPreserveSymlinks = pctx.VariableConfigMethod("cpPreserveSymlinks",
31 Phony = pctx.AndroidStaticRule("Phony",
40 GeneratedFile = pctx.AndroidStaticRule("GeneratedFile",
48 Cp = pctx.AndroidStaticRule("Cp",
55 CpExecutable = pctx.AndroidStaticRule("CpExecutable",
63 Touch = pctx.AndroidStaticRule("Touch",
70 Symlink = pctx.AndroidStaticRule("Symlink",
77 ErrorRule = pctx.AndroidStaticRule("Error",
84 Cat = pctx.AndroidStaticRule("Cat"
22 pctx = NewPackageContext("android\/soong\/common") var
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_texture.c 86 fd4_sampler_state_create(struct pipe_context *pctx,
146 fd4_sampler_states_bind(struct pipe_context *pctx,
150 struct fd_context *ctx = fd_context(pctx);
171 fd_sampler_states_bind(pctx, shader, start, nr, hwcso);
215 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format)
217 return (fd_screen(pctx->screen)->gpu_id == 420) &&
222 fd4_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc,
237 so->base.context = pctx;
246 if (use_astc_srgb_workaround(pctx, cso->format))
311 fd4_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_texture.c 84 fd5_sampler_state_create(struct pipe_context *pctx,
144 fd5_sampler_states_bind(struct pipe_context *pctx,
148 struct fd_context *ctx = fd_context(pctx);
169 fd_sampler_states_bind(pctx, shader, start, nr, hwcso);
213 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format)
215 return (fd_screen(pctx->screen)->gpu_id == 420) &&
220 fd5_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc,
235 so->base.context = pctx;
243 if (use_astc_srgb_workaround(pctx, cso->format))
319 fd5_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader
    [all...]
fd5_rasterizer.h 54 void * fd5_rasterizer_state_create(struct pipe_context *pctx,
  /build/soong/java/
app_builder.go 30 signapk = pctx.AndroidStaticRule("signapk",
38 androidManifestMerger = pctx.AndroidStaticRule("androidManifestMerger",
49 pctx.SourcePathVariable("androidManifestMergerCmd", "prebuilts/devtools/tools/lib/manifest-merger.jar")
50 pctx.HostBinToolVariable("aaptCmd", "aapt")
51 pctx.HostJavaToolVariable("signapkCmd", "signapk.jar")
54 pctx.HostJNIToolVariable("signapkJniLibrary", "libconscrypt_openjdk_jni")
57 var combineApk = pctx.AndroidStaticRule("combineApk",
75 ctx.Build(pctx, android.BuildParams{
89 ctx.Build(pctx, android.BuildParams{
100 var buildAAR = pctx.AndroidStaticRule("buildAAR"
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_program.h 79 void fd2_prog_init(struct pipe_context *pctx);
fd2_texture.h 66 void fd2_texture_init(struct pipe_context *pctx);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_texture.h 67 void fd3_texture_init(struct pipe_context *pctx);
fd3_texture.c 86 fd3_sampler_state_create(struct pipe_context *pctx,
145 fd3_sampler_states_bind(struct pipe_context *pctx,
149 struct fd_context *ctx = fd_context(pctx);
170 fd_sampler_states_bind(pctx, shader, start, nr, hwcso);
214 fd3_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc,
229 so->base.context = pctx;
287 fd3_texture_init(struct pipe_context *pctx)
289 pctx->create_sampler_state = fd3_sampler_state_create;
290 pctx->bind_sampler_states = fd3_sampler_states_bind;
291 pctx->create_sampler_view = fd3_sampler_view_create
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 283 struct problem_context pctx; local
295 clear_problem_context(&pctx);
409 fix_problem(ctx, PR_0_CANT_FIND_JOURNAL, &pctx);
465 fix_problem(ctx, PR_0_EXT_JOURNAL_BAD_SUPER, &pctx);
473 fix_problem(ctx, PR_0_JOURNAL_BAD_UUID, &pctx);
492 &pctx)) {
533 struct problem_context *pctx)
541 pctx->ino = sb->s_journal_inum;
542 if (fix_problem(ctx, PR_0_JOURNAL_BAD_INODE, pctx)) {
555 if (fix_problem(ctx, PR_0_JOURNAL_RECOVER_SET, pctx)) {
568 struct problem_context pctx; local
587 struct problem_context pctx; local
798 struct problem_context pctx; local
922 struct problem_context pctx; local
1028 struct problem_context pctx; local
1153 struct problem_context pctx; local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.h 118 void vc4_resource_context_init(struct pipe_context *pctx);
121 void vc4_update_shadow_baselevel_texture(struct pipe_context *pctx,
123 struct pipe_resource *vc4_get_shadow_index_buffer(struct pipe_context *pctx,
vc4_blit.c 30 vc4_get_blit_surface(struct pipe_context *pctx,
41 return pctx->create_surface(pctx, prsc, &tmpl);
51 vc4_tile_blit(struct pipe_context *pctx, const struct pipe_blit_info *info)
53 struct vc4_context *vc4 = vc4_context(pctx);
125 vc4_get_blit_surface(pctx, info->dst.resource, info->dst.level);
127 vc4_get_blit_surface(pctx, info->src.resource, info->src.level);
208 vc4_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info)
212 if (vc4_tile_blit(pctx, blit_info))
215 if (util_try_blit_via_copy_region(pctx, &info))
    [all...]

Completed in 314 milliseconds

1 2 34 5 6 7 8 91011