Searched refs:templ (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c65 const struct pipe_rasterizer_state *templ)
71 rast->templ = *templ;
85 rast->shademode = svga_translate_flatshade( templ->flatshade );
86 rast->cullmode = svga_translate_cullmode( templ->cull_face,
87 templ->front_ccw );
88 rast->scissortestenable = templ->scissor;
89 rast->multisampleantialias = templ->multisample;
90 rast->antialiasedlineenable = templ->line_smooth;
91 rast->lastpixel = templ
64 svga_create_rasterizer_state(struct pipe_context *pipe, const struct pipe_rasterizer_state *templ) argument
[all...]
H A Dsvga_pipe_depthstencil.c74 const struct pipe_depth_stencil_alpha_state *templ)
82 ds->stencil[0].enabled = templ->stencil[0].enabled;
84 ds->stencil[0].func = svga_translate_compare_func(templ->stencil[0].func);
85 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
86 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op);
87 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op);
92 ds->stencil_mask = templ->stencil[0].valuemask & 0xff;
93 ds->stencil_writemask = templ->stencil[0].writemask & 0xff;
97 ds->stencil[1].enabled = templ->stencil[1].enabled;
98 if (templ
73 svga_create_depth_stencil_state(struct pipe_context *pipe, const struct pipe_depth_stencil_alpha_state *templ) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c65 const struct pipe_rasterizer_state *templ)
71 rast->templ = *templ;
85 rast->shademode = svga_translate_flatshade( templ->flatshade );
86 rast->cullmode = svga_translate_cullmode( templ->cull_face,
87 templ->front_ccw );
88 rast->scissortestenable = templ->scissor;
89 rast->multisampleantialias = templ->multisample;
90 rast->antialiasedlineenable = templ->line_smooth;
91 rast->lastpixel = templ
64 svga_create_rasterizer_state(struct pipe_context *pipe, const struct pipe_rasterizer_state *templ) argument
[all...]
H A Dsvga_pipe_depthstencil.c74 const struct pipe_depth_stencil_alpha_state *templ)
82 ds->stencil[0].enabled = templ->stencil[0].enabled;
84 ds->stencil[0].func = svga_translate_compare_func(templ->stencil[0].func);
85 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
86 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op);
87 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op);
92 ds->stencil_mask = templ->stencil[0].valuemask & 0xff;
93 ds->stencil_writemask = templ->stencil[0].writemask & 0xff;
97 ds->stencil[1].enabled = templ->stencil[1].enabled;
98 if (templ
73 svga_create_depth_stencil_state(struct pipe_context *pipe, const struct pipe_depth_stencil_alpha_state *templ) argument
[all...]
/external/chromium_org/gin/test/
H A Dgc.cc28 v8::Local<v8::ObjectTemplate> templ = local
30 if (templ.IsEmpty()) {
31 templ = ObjectTemplateBuilder(isolate)
36 data->SetObjectTemplate(&g_wrapper_info, templ);
38 return templ->NewInstance();
/external/chromium_org/mojo/apps/js/bindings/
H A Dmonotonic_clock.cc30 v8::Local<v8::ObjectTemplate> templ = local
32 if (templ.IsEmpty()) {
33 templ = gin::ObjectTemplateBuilder(isolate)
36 data->SetObjectTemplate(&g_wrapper_info, templ);
38 return templ->NewInstance();
H A Dthreading.cc29 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate( local
32 if (templ.IsEmpty()) {
33 templ = gin::ObjectTemplateBuilder(isolate)
37 data->SetObjectTemplate(&g_wrapper_info, templ);
40 return templ->NewInstance();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_resource.c27 const struct pipe_resource *templ)
29 if (templ->target == PIPE_BUFFER) {
30 return si_buffer_create(screen, templ);
32 return si_texture_create(screen, templ);
37 const struct pipe_resource *templ,
40 if (templ->target == PIPE_BUFFER) {
43 return si_texture_from_handle(screen, templ, whandle);
26 r600_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
36 r600_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *templ, struct winsys_handle *whandle) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_resource.c27 const struct pipe_resource *templ)
29 if (templ->target == PIPE_BUFFER) {
30 return si_buffer_create(screen, templ);
32 return si_texture_create(screen, templ);
37 const struct pipe_resource *templ,
40 if (templ->target == PIPE_BUFFER) {
43 return si_texture_from_handle(screen, templ, whandle);
26 r600_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
36 r600_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *templ, struct winsys_handle *whandle) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/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,
27 if (templ->target == PIPE_BUFFER)
30 return nv50_miptree_from_handle(screen, templ, whandle);
36 const struct pipe_surface *templ)
45 sf->base.format = templ->format;
46 sf->base.usage = 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) argument
34 nv50_surface_from_buffer(struct pipe_context *pipe, struct pipe_resource *pbuf, const struct pipe_surface *templ) argument
67 nv50_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc26 bool TemplateMatch(char *templ, const char *str) { argument
30 if (templ && templ[0] == '^') {
32 templ++;
35 while (templ && templ[0]) {
36 if (templ[0] == '*') {
37 templ++;
42 if (templ[0] == '$')
46 char *tpos = (char*)internal_strchr(templ, '*');
[all...]
/external/mesa3d/src/gallium/drivers/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,
27 if (templ->target == PIPE_BUFFER)
30 return nv50_miptree_from_handle(screen, templ, whandle);
36 const struct pipe_surface *templ)
45 sf->base.format = templ->format;
46 sf->base.usage = 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) argument
34 nv50_surface_from_buffer(struct pipe_context *pipe, struct pipe_resource *pbuf, const struct pipe_surface *templ) argument
67 nv50_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) argument
[all...]
/external/chromium_org/third_party/boringssl/src/tool/
H A Dargs.cc31 const struct argument *templ = nullptr; local
34 templ = &templates[j];
39 if (templ == nullptr) {
58 const struct argument *templ = &templates[j]; local
59 if (templ->required && out_args->find(templ->name) == out_args->end()) {
60 fprintf(stderr, "Missing value for required argument: %s\n", templ->name);
70 const struct argument *templ = &templates[i]; local
71 fprintf(stderr, "%s\t%s\n", templ->name, templ
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/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,
24 if (templ->target == PIPE_BUFFER) {
28 templ, whandle);
37 const struct pipe_surface *templ)
40 return nv50_surface_from_buffer(pipe, pres, templ);
41 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) argument
35 nvc0_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) argument
[all...]
/external/mesa3d/src/gallium/drivers/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,
24 if (templ->target == PIPE_BUFFER) {
28 templ, whandle);
37 const struct pipe_surface *templ)
40 return nv50_surface_from_buffer(pipe, pres, templ);
41 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) argument
35 nvc0_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_resource.c27 const struct pipe_resource *templ)
29 if (templ->target == PIPE_BUFFER) {
30 if (templ->bind & PIPE_BIND_GLOBAL) {
31 return r600_compute_global_buffer_create(screen, templ);
34 return r600_buffer_create(screen, templ, 4096);
37 return r600_texture_create(screen, templ);
42 const struct pipe_resource *templ,
45 if (templ->target == PIPE_BUFFER) {
48 return r600_texture_from_handle(screen, templ, whandle);
26 r600_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
41 r600_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *templ, struct winsys_handle *whandle) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_resource.c27 const struct pipe_resource *templ)
29 if (templ->target == PIPE_BUFFER) {
30 if (templ->bind & PIPE_BIND_GLOBAL) {
31 return r600_compute_global_buffer_create(screen, templ);
34 return r600_buffer_create(screen, templ, 4096);
37 return r600_texture_create(screen, templ);
42 const struct pipe_resource *templ,
45 if (templ->target == PIPE_BUFFER) {
48 return r600_texture_from_handle(screen, templ, whandle);
26 r600_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
41 r600_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *templ, struct winsys_handle *whandle) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_wayland_drm_bufmgr_helper.c20 struct pipe_resource templ; local
39 memset(&templ, 0, sizeof(templ));
40 templ.target = PIPE_TEXTURE_2D;
41 templ.format = pf;
42 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
43 templ.width0 = buffer->buffer.width;
44 templ.height0 = buffer->buffer.height;
45 templ.depth0 = 1;
46 templ
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_wayland_drm_bufmgr_helper.c20 struct pipe_resource templ; local
39 memset(&templ, 0, sizeof(templ));
40 templ.target = PIPE_TEXTURE_2D;
41 templ.format = pf;
42 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
43 templ.width0 = buffer->buffer.width;
44 templ.height0 = buffer->buffer.height;
45 templ.depth0 = 1;
46 templ
[all...]
/external/chromium_org/gin/modules/
H A Dconsole.cc39 v8::Local<ObjectTemplate> templ = data->GetObjectTemplate(&g_wrapper_info); local
40 if (templ.IsEmpty()) {
41 templ = ObjectTemplateBuilder(isolate)
44 data->SetObjectTemplate(&g_wrapper_info, templ);
46 return templ->NewInstance();
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dmodule.cc36 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate(&kWrapperInfo); local
38 if (templ.IsEmpty()) {
39 templ = gin::ObjectTemplateBuilder(isolate)
42 data->SetObjectTemplate(&kWrapperInfo, templ);
45 return templ->NewInstance();
/external/chromium_org/mojo/apps/js/
H A Dmojo_module.cc29 v8::Local<v8::ObjectTemplate> templ = local
32 if (templ.IsEmpty()) {
33 templ = gin::ObjectTemplateBuilder(isolate)
40 data->SetObjectTemplate(&g_wrapper_info, templ);
43 return templ->NewInstance();
/external/chromium_org/mojo/bindings/js/
H A Dsupport.cc44 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate( local
47 if (templ.IsEmpty()) {
48 templ = gin::ObjectTemplateBuilder(isolate)
53 data->SetObjectTemplate(&g_wrapper_info, templ);
56 return templ->NewInstance();
/external/chromium_org/third_party/mesa/src/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

Completed in 5750 milliseconds

1234567891011>>