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

12345

/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp17-crash.cpp3 // this used to crash due to templ<int>'s dtor not being marked as used by the
9 template < typename T > class templ { class
13 new templ<int>[1][1];
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_video.c40 const struct pipe_video_codec *templ)
42 return vl_create_decoder(pipe, templ);
47 const struct pipe_video_buffer *templ)
49 return vl_video_buffer_create(pipe, templ);
39 ilo_create_video_decoder(struct pipe_context *pipe, const struct pipe_video_codec *templ) argument
46 ilo_create_video_buffer(struct pipe_context *pipe, const struct pipe_video_buffer *templ) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_resource.c32 const struct pipe_resource *templ)
34 if (templ->target == PIPE_BUFFER)
35 return r300_buffer_create(screen, templ);
37 return r300_texture_create(screen, templ);
31 r300_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_sampler_view.h43 struct pipe_sampler_view templ; local
45 u_sampler_view_default_template(&templ, texture, format);
47 return pipe->create_sampler_view(pipe, texture, &templ);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_gs.c44 const struct pipe_shader_state *templ)
56 tgsi_dump(templ->tokens, 0);
60 state->no_tokens = !templ->tokens;
61 memcpy(&state->stream_output, &templ->stream_output, sizeof state->stream_output);
63 if (templ->tokens) {
64 state->dgs = draw_create_geometry_shader(llvmpipe->draw, templ);
43 llvmpipe_create_gs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
H A Dlp_state_vs.c43 const struct pipe_shader_state *templ)
48 vs = draw_create_vertex_shader(llvmpipe->draw, templ);
55 tgsi_dump(templ->tokens, 0);
42 llvmpipe_create_vs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
/external/boringssl/src/tool/
H A Dargs.cc33 const struct argument *templ = nullptr; local
36 templ = &templates[j];
41 if (templ == nullptr) {
51 if (templ->type == kBooleanArgument) {
63 const struct argument *templ = &templates[j]; local
64 if (templ->type == kRequiredArgument &&
65 out_args->find(templ->name) == out_args->end()) {
66 fprintf(stderr, "Missing value for required argument: %s\n", templ->name);
76 const struct argument *templ = &templates[i]; local
77 fprintf(stderr, "%s\t%s\n", templ
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h25 char *templ; member in struct:__sanitizer::Suppression
H A Dsanitizer_libignore.h45 char *templ; member in struct:__sanitizer::LibIgnore::Lib
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cc20 static bool MyMatch(const char *templ, const char *func) { argument
22 strcpy(tmp, templ); // NOLINT
78 EXPECT_STREQ(templs[i], s->templ);
/external/libmojo/mojo/edk/js/
H A Dthreading.cc30 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate( local
33 if (templ.IsEmpty()) {
34 templ = gin::ObjectTemplateBuilder(isolate)
38 data->SetObjectTemplate(&g_wrapper_info, templ);
41 return templ->NewInstance();
H A Dsupport.cc57 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate( local
60 if (templ.IsEmpty()) {
61 templ = gin::ObjectTemplateBuilder(isolate)
69 data->SetObjectTemplate(&g_wrapper_info, templ);
72 return templ->NewInstance();
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c9 const struct pipe_resource *templ)
11 switch (templ->target) {
13 return nouveau_buffer_create(screen, templ);
15 return nvc0_miptree_create(screen, templ);
21 const struct pipe_resource *templ,
25 if (templ->target == PIPE_BUFFER) {
29 templ, whandle);
39 const struct pipe_surface *templ)
42 return nv50_surface_from_buffer(pipe, pres, templ);
43 return nvc0_miptree_surface_new(pipe, pres, templ);
8 nvc0_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
20 nvc0_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) argument
37 nvc0_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_fs.c42 const struct pipe_shader_state *templ)
53 fs->base.tokens = tgsi_dup_tokens(templ->tokens);
65 fs->draw_shader = draw_create_fragment_shader(svga->swtnl.draw, templ);
41 svga_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
H A Dsvga_pipe_gs.c41 const struct pipe_shader_state *templ)
51 gs->base.tokens = tgsi_dup_tokens(templ->tokens);
57 gs->draw_shader = draw_create_geometry_shader(svga->swtnl.draw, templ);
64 if (templ->stream_output.num_outputs) {
66 &templ->stream_output);
40 svga_create_gs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
H A Dsvga_pipe_vs.c99 const struct pipe_shader_state *templ)
112 templ->tokens));
122 struct pipe_shader_state tmp2 = *templ;
132 if (templ->stream_output.num_outputs) {
134 &templ->stream_output);
98 svga_create_vs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
H A Dsvga_pipe_blend.c142 const struct pipe_blend_state *templ)
158 if (templ->logicop_enable) {
159 switch (templ->logicop_func) {
253 if (templ->logicop_func == PIPE_LOGICOP_XOR) {
257 else if (templ->logicop_func != PIPE_LOGICOP_COPY) {
267 if (templ->independent_blend_enable || templ->rt[0].blend_enable) {
270 svga_translate_blend_factor(svga, templ->rt[0].rgb_src_factor);
272 svga_translate_blend_factor(svga, templ->rt[0].rgb_dst_factor);
274 svga_translate_blend_func(templ
141 svga_create_blend_state(struct pipe_context *pipe, const struct pipe_blend_state *templ) argument
[all...]
H A Dsvga_pipe_depthstencil.c132 const struct pipe_depth_stencil_alpha_state *templ)
144 ds->stencil[0].enabled = templ->stencil[0].enabled;
146 ds->stencil[0].func = svga_translate_compare_func(templ->stencil[0].func);
147 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
148 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op);
149 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op);
154 ds->stencil_mask = templ->stencil[0].valuemask & 0xff;
155 ds->stencil_writemask = templ->stencil[0].writemask & 0xff;
164 ds->stencil[1].enabled = templ->stencil[1].enabled;
165 if (templ
131 svga_create_depth_stencil_state(struct pipe_context *pipe, const struct pipe_depth_stencil_alpha_state *templ) argument
[all...]
H A Dsvga_state_tgsi_transform.c72 struct pipe_shader_state templ; local
84 key.gs.sprite_coord_enable = svga->curr.rast->templ.sprite_coord_enable;
87 !(svga->curr.rast->templ.sprite_coord_mode == PIPE_SPRITE_COORD_LOWER_LEFT);
89 key.gs.aa_point = svga->curr.rast->templ.point_smooth;
134 templ.tokens = new_tokens;
135 templ.stream_output.num_outputs = 0;
138 templ.stream_output = streamout->info;
146 templ.stream_output.output[pos_out_index].register_index =
152 gs = svga->pipe.create_gs_state(&svga->pipe, &templ);
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp57 struct templ { struct in namespace:PR10127
61 template class templ<int>; // expected-note{{in instantiation of template class 'PR10127::templ<int>' requested here}}
62 template class templ<outer>;
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_transfer.c178 struct pipe_resource templ = *prsc; local
179 templ.nr_samples = 0;
180 templ.bind = PIPE_BIND_RENDER_TARGET;
182 trans->rsc = etna_resource_alloc(pctx->screen, ETNA_LAYOUT_LINEAR, &templ);
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c12 const struct pipe_resource *templ)
14 switch (templ->target) {
16 return nouveau_buffer_create(screen, templ);
18 return nv50_miptree_create(screen, templ);
24 const struct pipe_resource *templ,
28 if (templ->target == PIPE_BUFFER)
31 return nv50_miptree_from_handle(screen, templ, whandle);
37 const struct pipe_surface *templ)
46 sf->base.format = templ->format;
47 sf->base.writable = templ
11 nv50_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
23 nv50_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) argument
35 nv50_surface_from_buffer(struct pipe_context *pipe, struct pipe_resource *pbuf, const struct pipe_surface *templ) argument
68 nv50_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) argument
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c598 const struct pipe_resource *templ)
600 if (templ->target == PIPE_BUFFER &&
601 (templ->bind & PIPE_BIND_GLOBAL))
602 return r600_compute_global_buffer_create(screen, templ);
604 return r600_resource_create_common(screen, templ);
703 struct pipe_resource templ = {};
705 templ.width0 = 4;
706 templ.height0 = 2048;
707 templ.depth0 = 1;
708 templ
597 r600_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c51 struct pipe_resource templ; local
66 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size, PIPE_USAGE_DEFAULT, 0);
68 templ.bind = PIPE_BIND_LINEAR;
70 pipe->screen->resource_create(pipe->screen, &templ);
75 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size, PIPE_USAGE_DEFAULT, 1);
76 templ.bind = PIPE_BIND_LINEAR;
78 pipe->screen->resource_create(pipe->screen, &templ);
84 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size, PIPE_USAGE_DEFAULT, 2);
85 templ.bind = PIPE_BIND_LINEAR;
87 pipe->screen->resource_create(pipe->screen, &templ);
151 si_uvd_create_decoder(struct pipe_context *context, const struct pipe_video_codec *templ) argument
[all...]
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c56 const struct pipe_resource *templ)
59 if (templ->target == PIPE_BUFFER)
60 return virgl_buffer_create(vs, templ);
62 return virgl_texture_create(vs, templ);
66 const struct pipe_resource *templ,
71 if (templ->target == PIPE_BUFFER)
74 return virgl_texture_from_handle(vs, templ, whandle);
55 virgl_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
65 virgl_resource_from_handle(struct pipe_screen *screen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) argument

Completed in 862 milliseconds

12345