Searched defs:tmpl (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_resource.c36 const struct pipe_resource *tmpl)
38 switch (tmpl->target) {
40 return nouveau_buffer_create(pscreen, tmpl);
42 return nv30_miptree_create(pscreen, tmpl);
48 const struct pipe_resource *tmpl,
51 if (tmpl->target == PIPE_BUFFER)
54 return nv30_miptree_from_handle(pscreen, tmpl, handle);
35 nv30_resource_create(struct pipe_screen *pscreen, const struct pipe_resource *tmpl) argument
47 nv30_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle) argument
H A Dnv30_texture.c202 const struct pipe_sampler_view *tmpl)
204 const struct nv30_texfmt *fmt = nv30_texfmt(pipe->screen, tmpl->format);
212 so->pipe = *tmpl;
241 so->swz |= swizzle(fmt, 3, tmpl->swizzle_a);
242 so->swz |= swizzle(fmt, 0, tmpl->swizzle_r) << 2;
243 so->swz |= swizzle(fmt, 1, tmpl->swizzle_g) << 4;
244 so->swz |= swizzle(fmt, 2, tmpl->swizzle_b) << 6;
256 switch (tmpl->format) {
201 nv30_sampler_view_create(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_sampler_view *tmpl) argument
H A Dnv30_miptree.c271 const struct pipe_resource *tmpl)
280 switch (tmpl->nr_samples) {
299 *pt = *tmpl;
359 const struct pipe_resource *tmpl,
366 if ((tmpl->target != PIPE_TEXTURE_2D &&
367 tmpl->target != PIPE_TEXTURE_RECT) ||
368 tmpl->last_level != 0 ||
369 tmpl->depth0 != 1 ||
370 tmpl->array_size > 1)
383 mt->base.base = *tmpl;
270 nv30_miptree_create(struct pipe_screen *pscreen, const struct pipe_resource *tmpl) argument
358 nv30_miptree_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle) argument
396 nv30_miptree_surface_new(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *tmpl) argument
[all...]
/external/clang/test/Misc/
H A Dast-dump-templates.cpp46 void tmpl() { function in namespace:test2
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.c36 const struct pipe_resource *tmpl)
38 switch (tmpl->target) {
40 return nouveau_buffer_create(pscreen, tmpl);
42 return nv30_miptree_create(pscreen, tmpl);
48 const struct pipe_resource *tmpl,
51 if (tmpl->target == PIPE_BUFFER)
54 return nv30_miptree_from_handle(pscreen, tmpl, handle);
35 nv30_resource_create(struct pipe_screen *pscreen, const struct pipe_resource *tmpl) argument
47 nv30_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle) argument
H A Dnv30_texture.c202 const struct pipe_sampler_view *tmpl)
204 const struct nv30_texfmt *fmt = nv30_texfmt(pipe->screen, tmpl->format);
212 so->pipe = *tmpl;
241 so->swz |= swizzle(fmt, 3, tmpl->swizzle_a);
242 so->swz |= swizzle(fmt, 0, tmpl->swizzle_r) << 2;
243 so->swz |= swizzle(fmt, 1, tmpl->swizzle_g) << 4;
244 so->swz |= swizzle(fmt, 2, tmpl->swizzle_b) << 6;
256 switch (tmpl->format) {
201 nv30_sampler_view_create(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_sampler_view *tmpl) argument
H A Dnv30_miptree.c271 const struct pipe_resource *tmpl)
280 switch (tmpl->nr_samples) {
299 *pt = *tmpl;
359 const struct pipe_resource *tmpl,
366 if ((tmpl->target != PIPE_TEXTURE_2D &&
367 tmpl->target != PIPE_TEXTURE_RECT) ||
368 tmpl->last_level != 0 ||
369 tmpl->depth0 != 1 ||
370 tmpl->array_size > 1)
383 mt->base.base = *tmpl;
270 nv30_miptree_create(struct pipe_screen *pscreen, const struct pipe_resource *tmpl) argument
358 nv30_miptree_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle) argument
396 nv30_miptree_surface_new(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *tmpl) argument
[all...]
/external/chromium_org/chrome/renderer/extensions/
H A Dconsole.cc84 v8::Local<v8::FunctionTemplate> tmpl = v8::FunctionTemplate::New( local
89 tmpl->GetFunction());
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c217 const struct pipe_video_buffer *tmpl,
224 templ->width0 = tmpl->width;
225 templ->height0 = tmpl->height;
232 if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) {
235 } else if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) {
391 const struct pipe_video_buffer *tmpl)
398 assert(tmpl->width > 0 && tmpl->height > 0);
407 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
411 templat = *tmpl;
216 vl_vide_buffer_template(struct pipe_resource *templ, const struct pipe_video_buffer *tmpl, enum pipe_format resource_format, unsigned depth, unsigned usage, unsigned plane) argument
390 vl_video_buffer_create(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl) argument
434 vl_video_buffer_create_ex(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, const enum pipe_format resource_formats[VL_NUM_COMPONENTS], unsigned depth, unsigned usage) argument
480 vl_video_buffer_create_ex2(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, struct pipe_resource *resources[VL_NUM_COMPONENTS]) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c158 struct pipe_video_buffer tmpl; local
176 memset(&tmpl, 0, sizeof(tmpl));
177 tmpl.buffer_format = pipe->screen->get_video_param
183 tmpl.chroma_format = context_priv->decoder->chroma_format;
184 tmpl.width = context_priv->decoder->width;
185 tmpl.height = context_priv->decoder->height;
186 tmpl.interlaced = pipe->screen->get_video_param
193 surface_priv->video_buffer = pipe->create_video_buffer(pipe, &tmpl);
/external/chromium_org/v8/test/cctest/
H A Dtest-object-observe.cc382 Handle<FunctionTemplate> tmpl = FunctionTemplate::New(); local
383 tmpl->SetHiddenPrototype(true);
384 tmpl->InstanceTemplate()->Set(
386 Handle<Object> proto = tmpl->GetFunction()->NewInstance();
516 Handle<ObjectTemplate> tmpl = ObjectTemplate::New(); local
517 tmpl->SetAccessCheckCallbacks(namedCallback, indexedCallback, data);
518 Handle<Object> instance = tmpl->NewInstance();
H A Dtest-api.cc19160 v8::Handle<v8::ObjectTemplate> tmpl = v8::ObjectTemplate::New(); local
19161 tmpl->SetNamedPropertyHandler(Getter, NULL, NULL, NULL, Enumerator);
19162 context->Global()->Set(v8_str("o"), tmpl->NewInstance());
19207 Local<v8::FunctionTemplate> tmpl = v8::FunctionTemplate::New(); local
19214 func1 = tmpl->GetFunction();
19222 func2 = tmpl->GetFunction();
/external/clang/test/SemaCXX/
H A Dconversion.cpp107 void tmpl(char c = NULL, // expected-warning 4 {{implicit conversion of NULL constant to 'char'}} function in namespace:test4
118 tmpl<char>(); // expected-note 2 {{in instantiation of default function argument expression for 'tmpl<char>' required here}}
119 tmpl<int>(); // expected-note 2 {{in instantiation of default function argument expression for 'tmpl<int>' required here}}
121 tmpl<int>(); // expected-note 2 {{in instantiation of default function argument expression for 'tmpl<int>' required here}}
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c217 const struct pipe_video_buffer *tmpl,
224 templ->width0 = tmpl->width;
225 templ->height0 = tmpl->height;
232 if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) {
235 } else if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) {
391 const struct pipe_video_buffer *tmpl)
398 assert(tmpl->width > 0 && tmpl->height > 0);
407 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
411 templat = *tmpl;
216 vl_vide_buffer_template(struct pipe_resource *templ, const struct pipe_video_buffer *tmpl, enum pipe_format resource_format, unsigned depth, unsigned usage, unsigned plane) argument
390 vl_video_buffer_create(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl) argument
434 vl_video_buffer_create_ex(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, const enum pipe_format resource_formats[VL_NUM_COMPONENTS], unsigned depth, unsigned usage) argument
480 vl_video_buffer_create_ex2(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, struct pipe_resource *resources[VL_NUM_COMPONENTS]) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c158 struct pipe_video_buffer tmpl; local
176 memset(&tmpl, 0, sizeof(tmpl));
177 tmpl.buffer_format = pipe->screen->get_video_param
183 tmpl.chroma_format = context_priv->decoder->chroma_format;
184 tmpl.width = context_priv->decoder->width;
185 tmpl.height = context_priv->decoder->height;
186 tmpl.interlaced = pipe->screen->get_video_param
193 surface_priv->video_buffer = pipe->create_video_buffer(pipe, &tmpl);
/external/iproute2/ip/
H A Dxfrm_policy.c93 fprintf(stderr, "TMPL-LIST := [ TMPL-LIST ] tmpl TMPL\n");
181 static int xfrm_tmpl_parse(struct xfrm_user_tmpl *tmpl, argument
191 xfrm_mode_parse(&tmpl->mode, &argc, &argv);
194 xfrm_reqid_parse(&tmpl->reqid, &argc, &argv);
199 tmpl->optional = 0;
201 tmpl->optional = 1;
212 xfrm_id_parse(&tmpl->saddr, &tmpl->id, &tmpl->family,
214 preferred_family = tmpl
334 struct xfrm_user_tmpl *tmpl; local
[all...]
H A Dipxfrm.c605 fprintf(fp, "(ERROR \"tmpl\" truncated)");
611 struct xfrm_user_tmpl *tmpl = &tmpls[i]; local
616 xfrm_id_info_print(&tmpl->saddr, &tmpl->id, tmpl->mode,
617 tmpl->reqid, tmpl->family, 0, fp, prefix, "tmpl ");
619 if (show_stats > 0 || tmpl->optional) {
623 switch (tmpl
[all...]
/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp176 template<typename T> void tmpl(T) {} function
177 template void tmpl [[]] (int); // expected-FIXME {{an attribute list cannot appear here}}
178 template [[]] void tmpl(char); // expected-error {{an attribute list cannot appear here}}
179 template void [[]] tmpl(short);
/external/qemu/target-arm/
H A Dtranslate.c6267 TCGv tmpl; local
6271 tmpl = load_reg(s, rlow);
6274 tcg_gen_concat_i32_i64(tmp, tmpl, tmph);
6275 tcg_temp_free_i32(tmpl);
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c4342 test_loop_t tmpl; local
4396 tmpl = &test_ppc405;
4397 loop = &tmpl;
/external/chromium_org/v8/src/
H A Dapi.cc3386 v8::Handle<FunctionTemplate> tmpl) {
3393 i::FunctionTemplateInfo* tmpl_info = *Utils::OpenHandle(*tmpl);
3385 FindInstanceInPrototypeChain( v8::Handle<FunctionTemplate> tmpl) argument
/external/v8/src/
H A Dapi.cc2890 v8::Handle<FunctionTemplate> tmpl) {
2897 i::FunctionTemplateInfo* tmpl_info = *Utils::OpenHandle(*tmpl);
2889 FindInstanceInPrototypeChain( v8::Handle<FunctionTemplate> tmpl) argument
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c7350 test_loop_t tmpl; local
7406 tmpl = &test_ppc405;
7407 loop = &tmpl;
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c7350 test_loop_t tmpl; local
7406 tmpl = &test_ppc405;
7407 loop = &tmpl;
/external/v8/test/cctest/
H A Dtest-api.cc15638 v8::Handle<v8::ObjectTemplate> tmpl = v8::ObjectTemplate::New(); local
15639 tmpl->SetNamedPropertyHandler(Getter, NULL, NULL, NULL, Enumerator);
15640 context->Global()->Set(v8_str("o"), tmpl->NewInstance());
15685 Local<v8::FunctionTemplate> tmpl = v8::FunctionTemplate::New(); local
15692 func1 = tmpl->GetFunction();
15700 func2 = tmpl->GetFunction();

Completed in 835 milliseconds