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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c 137 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.array_size = 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.cpp 101 v8::Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(callback, data, signature, length);
102 templates.add(privatePointer, UnsafePersistent<v8::FunctionTemplate>(m_isolate, templ));
103 return templ;
115 void V8PerIsolateData::setPrivateTemplate(WrapperWorldType currentWorldType, void* privatePointer, v8::Handle<v8::FunctionTemplate> templ)
117 templateMap(currentWorldType).add(privatePointer, UnsafePersistent<v8::FunctionTemplate>(m_isolate, templ));
128 v8::Handle<v8::FunctionTemplate> templ = createRawTemplate(m_isolate); local
129 templates.add(info, UnsafePersistent<v8::FunctionTemplate>(m_isolate, templ));
130 return handleScope.Close(templ);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
device.c 243 vlVdpDefaultSamplerViewTemplate(struct pipe_sampler_view *templ, struct pipe_resource *res)
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/
ClearPage.java 35 * 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) {
79 write(data, templ, filename, false, cs);
82 public static void write(Data data, String templ, String filename) {
83 write(data, templ, filename, false, Doclava.jSilver);
86 public static void write(Data data, String templ, String filename, boolean fullPath) {
87 write(data, templ, filename, false, Doclava.jSilver);
90 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) {
139 String rendered = cs.render(templ, data);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
device.c 243 vlVdpDefaultSamplerViewTemplate(struct pipe_sampler_view *templ, struct pipe_resource *res)
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/
vl_video_buffer.c 216 vl_vide_buffer_template(struct pipe_resource *templ,
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->bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 216 vl_vide_buffer_template(struct pipe_resource *templ,
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->bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_screen_buffer.c 147 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);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_buffer.c 160 const struct pipe_resource *templ)
169 rbuffer->b.b = *templ;
174 if (!si_init_resource(rscreen, rbuffer, templ->width0, alignment, templ->bind, templ->usage)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 154 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))
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen_buffer.c 147 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);
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_buffer.c 160 const struct pipe_resource *templ)
169 rbuffer->b.b = *templ;
174 if (!si_init_resource(rscreen, rbuffer, templ->width0, alignment, templ->bind, templ->usage)) {
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 154 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))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_shader.c 122 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);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_shader.c 122 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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_resource.h 119 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/
svga_pipe_fs.c 46 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);
svga_pipe_vs.c 100 const struct pipe_shader_state *templ)
110 templ->tokens));
121 struct pipe_shader_state tmp2 = *templ;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_texture.h 130 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/
nv50_resource.h 119 const struct pipe_surface *templ);
141 const struct pipe_surface *templ);
146 const struct pipe_surface *templ);
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_fs.c 46 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);
svga_pipe_vs.c 100 const struct pipe_shader_state *templ)
110 templ->tokens));
121 struct pipe_shader_state tmp2 = *templ;
  /external/mesa3d/src/mesa/state_tracker/
st_texture.h 130 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_hash.h 121 void *templ,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_ppc.c 172 const struct pipe_shader_state *templ)
181 vs->base.state.tokens = tgsi_dup_tokens(templ->tokens);
185 tgsi_scan_shader(templ->tokens, &vs->base.info);
234 const struct pipe_shader_state *templ )

Completed in 414 milliseconds

1 2 34 5 6 7 8 91011>>