Searched refs:templ (Results 76 - 100 of 289) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddrisw.c190 struct pipe_resource templ; local
207 memset(&templ, 0, sizeof(templ));
208 templ.target = screen->target;
209 templ.width0 = width;
210 templ.height0 = height;
211 templ.depth0 = 1;
212 templ.array_size = 1;
213 templ.last_level = 0;
232 templ
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c119 struct pipe_resource templ; local
128 memset(&templ, 0, sizeof(templ));
129 templ.target = xstfb->target;
130 templ.width0 = width;
131 templ.height0 = height;
132 templ.depth0 = 1;
133 templ.array_size = 1;
134 templ.last_level = 0;
167 templ
[all...]
/external/chromium_org/gin/
H A Dper_isolate_data.cc37 Local<ObjectTemplate> templ) {
38 object_templates_[info] = Eternal<ObjectTemplate>(isolate_, templ);
42 Local<FunctionTemplate> templ) {
43 function_templates_[info] = Eternal<FunctionTemplate>(isolate_, templ);
36 SetObjectTemplate(WrapperInfo* info, Local<ObjectTemplate> templ) argument
41 SetFunctionTemplate(WrapperInfo* info, Local<FunctionTemplate> templ) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PerIsolateData.cpp160 v8::Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(isolate(), callback, data, signature, length);
161 domTemplateMap.add(domTemplateKey, v8::Eternal<v8::FunctionTemplate>(isolate(), templ));
162 return templ;
174 void V8PerIsolateData::setDOMTemplate(void* domTemplateKey, v8::Handle<v8::FunctionTemplate> templ) argument
176 currentDOMTemplateMap().add(domTemplateKey, v8::Eternal<v8::FunctionTemplate>(isolate(), v8::Local<v8::FunctionTemplate>(templ)));
199 v8::Handle<v8::FunctionTemplate> templ = result->value.Get(isolate());
200 return templ->HasInstance(value);
218 v8::Handle<v8::FunctionTemplate> templ = result->value.Get(isolate());
219 return v8::Handle<v8::Object>::Cast(value)->FindInstanceInPrototypeChain(templ);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c137 struct pipe_resource templ; local
147 memset(&templ, 0, sizeof(templ));
148 templ.target = PIPE_TEXTURE_2D;
149 templ.format = rsurf->format;
150 templ.bind = rsurf->bind;
151 templ.width0 = rsurf->width;
152 templ.height0 = rsurf->height;
153 templ.depth0 = 1;
154 templ
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Ddso-data.c16 char *templ = buf_templ; local
20 fd = mkstemp(templ);
36 templ = NULL;
39 return templ;
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c137 struct pipe_resource templ; local
147 memset(&templ, 0, sizeof(templ));
148 templ.target = PIPE_TEXTURE_2D;
149 templ.format = rsurf->format;
150 templ.bind = rsurf->bind;
151 templ.width0 = rsurf->width;
152 templ.height0 = rsurf->height;
153 templ.depth0 = 1;
154 templ
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Ddevice.c243 vlVdpDefaultSamplerViewTemplate(struct pipe_sampler_view *templ, struct pipe_resource *res) argument
247 memset(templ, 0, sizeof(*templ));
248 u_sampler_view_default_template(templ, res, res->format);
252 templ->swizzle_r = PIPE_SWIZZLE_ONE;
254 templ->swizzle_g = PIPE_SWIZZLE_ONE;
256 templ->swizzle_b = PIPE_SWIZZLE_ONE;
258 templ->swizzle_a = PIPE_SWIZZLE_ONE;
/external/doclava/src/com/google/doclava/
H A DClearPage.java35 * public ClearPage() { String templ = "templates/index.cs"; String filename = "docs/index.html";
78 public static void write(Data data, String templ, String filename, JSilver cs) { argument
79 write(data, templ, filename, false, cs);
82 public static void write(Data data, String templ, String filename) { argument
83 write(data, templ, filename, false, Doclava.jSilver);
86 public static void write(Data data, String templ, String filename, boolean fullPath) { argument
87 write(data, templ, filename, false, Doclava.jSilver);
90 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) { argument
139 String rendered = cs.render(templ, data);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddevice.c243 vlVdpDefaultSamplerViewTemplate(struct pipe_sampler_view *templ, struct pipe_resource *res) argument
247 memset(templ, 0, sizeof(*templ));
248 u_sampler_view_default_template(templ, res, res->format);
252 templ->swizzle_r = PIPE_SWIZZLE_ONE;
254 templ->swizzle_g = PIPE_SWIZZLE_ONE;
256 templ->swizzle_b = PIPE_SWIZZLE_ONE;
258 templ->swizzle_a = PIPE_SWIZZLE_ONE;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c216 vl_vide_buffer_template(struct pipe_resource *templ, argument
221 memset(templ, 0, sizeof(*templ));
222 templ->target = depth > 1 ? PIPE_TEXTURE_3D : PIPE_TEXTURE_2D;
223 templ->format = resource_format;
224 templ->width0 = tmpl->width;
225 templ->height0 = tmpl->height;
226 templ->depth0 = depth;
227 templ->array_size = 1;
228 templ
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c216 vl_vide_buffer_template(struct pipe_resource *templ, argument
221 memset(templ, 0, sizeof(*templ));
222 templ->target = depth > 1 ? PIPE_TEXTURE_3D : PIPE_TEXTURE_2D;
223 templ->format = resource_format;
224 templ->width0 = tmpl->width;
225 templ->height0 = tmpl->height;
226 templ->depth0 = depth;
227 templ->array_size = 1;
228 templ
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c147 const struct pipe_resource *templ)
155 rbuf->b.b = *templ;
164 if (templ->bind & PIPE_BIND_CONSTANT_BUFFER ||
166 (templ->bind & (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER)))) {
167 rbuf->malloced_buffer = MALLOC(templ->width0);
146 r300_buffer_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_buffer.c160 const struct pipe_resource *templ)
169 rbuffer->b.b = *templ;
174 if (!si_init_resource(rscreen, rbuffer, templ->width0, alignment, templ->bind, templ->usage)) {
159 si_buffer_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp154 const struct pipe_resource *templ,
168 adt->width = templ->width0;
169 adt->height = templ->height0;
171 if (templ->bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_TRANSFER_WRITE))
173 if (templ->bind & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_TRANSFER_READ))
153 android_displaytarget_from_handle(struct sw_winsys *ws, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c147 const struct pipe_resource *templ)
155 rbuf->b.b = *templ;
164 if (templ->bind & PIPE_BIND_CONSTANT_BUFFER ||
166 (templ->bind & (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER)))) {
167 rbuf->malloced_buffer = MALLOC(templ->width0);
146 r300_buffer_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_buffer.c160 const struct pipe_resource *templ)
169 rbuffer->b.b = *templ;
174 if (!si_init_resource(rscreen, rbuffer, templ->width0, alignment, templ->bind, templ->usage)) {
159 si_buffer_create(struct pipe_screen *screen, const struct pipe_resource *templ) argument
/external/mesa3d/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp154 const struct pipe_resource *templ,
168 adt->width = templ->width0;
169 adt->height = templ->height0;
171 if (templ->bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_TRANSFER_WRITE))
173 if (templ->bind & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_TRANSFER_READ))
153 android_displaytarget_from_handle(struct sw_winsys *ws, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c122 const struct pipe_shader_state *templ)
129 tgsi_dump(templ->tokens, 0);
132 state->shader.tokens = tgsi_dup_tokens(templ->tokens);
207 const struct pipe_shader_state *templ)
218 state->shader.tokens = tgsi_dup_tokens(templ->tokens);
222 state->draw_data = draw_create_vertex_shader(softpipe->draw, templ);
269 const struct pipe_shader_state *templ)
280 tgsi_dump(templ->tokens, 0);
284 state->shader.tokens = tgsi_dup_tokens(templ->tokens);
288 state->draw_data = draw_create_geometry_shader(softpipe->draw, templ);
121 softpipe_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
206 softpipe_create_vs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
268 softpipe_create_gs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c122 const struct pipe_shader_state *templ)
129 tgsi_dump(templ->tokens, 0);
132 state->shader.tokens = tgsi_dup_tokens(templ->tokens);
207 const struct pipe_shader_state *templ)
218 state->shader.tokens = tgsi_dup_tokens(templ->tokens);
222 state->draw_data = draw_create_vertex_shader(softpipe->draw, templ);
269 const struct pipe_shader_state *templ)
280 tgsi_dump(templ->tokens, 0);
284 state->shader.tokens = tgsi_dup_tokens(templ->tokens);
288 state->draw_data = draw_create_geometry_shader(softpipe->draw, templ);
121 softpipe_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
206 softpipe_create_vs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
268 softpipe_create_gs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_resource.h119 const struct pipe_surface *templ);
141 const struct pipe_surface *templ);
146 const struct pipe_surface *templ);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_fs.c46 const struct pipe_shader_state *templ)
55 fs->base.tokens = tgsi_dup_tokens(templ->tokens);
67 fs->draw_shader = draw_create_fragment_shader(svga->swtnl.draw, templ);
45 svga_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
H A Dsvga_pipe_vs.c100 const struct pipe_shader_state *templ)
110 templ->tokens));
121 struct pipe_shader_state tmp2 = *templ;
99 svga_create_vs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_texture.h130 struct pipe_sampler_view templ; local
132 u_sampler_view_default_template(&templ, texture, format);
134 return pipe->create_sampler_view(pipe, texture, &templ);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_resource.h119 const struct pipe_surface *templ);
141 const struct pipe_surface *templ);
146 const struct pipe_surface *templ);

Completed in 508 milliseconds

1234567891011>>