HomeSort by relevance Sort by last modified time
    Searched defs:templat (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
clear.c 42 struct pipe_resource templat; local
68 templat.target = PIPE_TEXTURE_2D;
69 templat.format = formats[i];
70 templat.width0 = WIDTH;
71 templat.height0 = HEIGHT;
72 templat.depth0 = 1;
73 templat.array_size = 1;
74 templat.last_level = 0;
75 templat.nr_samples = 1;
76 templat.bind = (PIPE_BIND_RENDER_TARGET
    [all...]
shader-leak.c 170 struct pipe_resource templat; local
196 templat.target = PIPE_TEXTURE_2D;
197 templat.format = formats[i];
198 templat.width0 = WIDTH;
199 templat.height0 = HEIGHT;
200 templat.depth0 = 1;
201 templat.last_level = 0;
202 templat.nr_samples = 1;
203 templat.bind = (PIPE_BIND_RENDER_TARGET |
206 tex = screen->resource_create(screen, &templat);
    [all...]
tri-gs.c 177 struct pipe_resource templat; local
203 templat.target = PIPE_TEXTURE_2D;
204 templat.format = formats[i];
205 templat.width0 = WIDTH;
206 templat.height0 = HEIGHT;
207 templat.depth0 = 1;
208 templat.array_size = 1;
209 templat.last_level = 0;
210 templat.nr_samples = 1;
211 templat.bind = (PIPE_BIND_RENDER_TARGET
    [all...]
fs-test.c 114 struct pipe_resource templat; local
117 templat.target = PIPE_BUFFER;
118 templat.format = PIPE_FORMAT_R8_UNORM;
119 templat.width0 = sizeof(constants1);
120 templat.height0 = 1;
121 templat.depth0 = 1;
122 templat.array_size = 1;
123 templat.last_level = 0;
124 templat.nr_samples = 1;
125 templat.bind = PIPE_BIND_CONSTANT_BUFFER
293 struct pipe_resource templat; local
426 struct pipe_resource templat; local
    [all...]
quad-sample.c 167 struct pipe_resource templat; local
213 templat.target = PIPE_TEXTURE_2D;
214 templat.format = PIPE_FORMAT_B8G8R8A8_UNORM;
215 templat.width0 = SIZE;
216 templat.height0 = SIZE;
217 templat.depth0 = 1;
218 templat.last_level = 0;
219 templat.nr_samples = 1;
220 templat.bind = PIPE_BIND_SAMPLER_VIEW;
224 &templat);
299 struct pipe_resource templat; local
    [all...]
tri-instanced.c 228 struct pipe_resource templat; local
254 templat.target = PIPE_TEXTURE_2D;
255 templat.format = formats[i];
256 templat.width0 = WIDTH;
257 templat.height0 = HEIGHT;
258 templat.depth0 = 1;
259 templat.array_size = 1;
260 templat.last_level = 0;
261 templat.nr_samples = 1;
262 templat.bind = (PIPE_BIND_RENDER_TARGET
    [all...]
vs-test.c 82 struct pipe_resource templat; local
85 templat.target = PIPE_BUFFER;
86 templat.format = PIPE_FORMAT_R8_UNORM;
87 templat.width0 = sizeof(constants);
88 templat.height0 = 1;
89 templat.depth0 = 1;
90 templat.array_size = 1;
91 templat.last_level = 0;
92 templat.nr_samples = 1;
93 templat.bind = PIPE_BIND_CONSTANT_BUFFER
244 struct pipe_resource templat; local
377 struct pipe_resource templat; local
    [all...]
gs-test.c 151 struct pipe_resource templat; local
154 templat.target = PIPE_BUFFER;
155 templat.format = PIPE_FORMAT_R8_UNORM;
156 templat.width0 = sizeof(constants1);
157 templat.height0 = 1;
158 templat.depth0 = 1;
159 templat.array_size = 1;
160 templat.last_level = 0;
161 templat.nr_samples = 1;
162 templat.bind = PIPE_BIND_CONSTANT_BUFFER
357 struct pipe_resource templat; local
490 struct pipe_resource templat; local
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
clear.c 42 struct pipe_resource templat; local
68 templat.target = PIPE_TEXTURE_2D;
69 templat.format = formats[i];
70 templat.width0 = WIDTH;
71 templat.height0 = HEIGHT;
72 templat.depth0 = 1;
73 templat.array_size = 1;
74 templat.last_level = 0;
75 templat.nr_samples = 1;
76 templat.bind = (PIPE_BIND_RENDER_TARGET
    [all...]
shader-leak.c 170 struct pipe_resource templat; local
196 templat.target = PIPE_TEXTURE_2D;
197 templat.format = formats[i];
198 templat.width0 = WIDTH;
199 templat.height0 = HEIGHT;
200 templat.depth0 = 1;
201 templat.last_level = 0;
202 templat.nr_samples = 1;
203 templat.bind = (PIPE_BIND_RENDER_TARGET |
206 tex = screen->resource_create(screen, &templat);
    [all...]
tri-gs.c 177 struct pipe_resource templat; local
203 templat.target = PIPE_TEXTURE_2D;
204 templat.format = formats[i];
205 templat.width0 = WIDTH;
206 templat.height0 = HEIGHT;
207 templat.depth0 = 1;
208 templat.array_size = 1;
209 templat.last_level = 0;
210 templat.nr_samples = 1;
211 templat.bind = (PIPE_BIND_RENDER_TARGET
    [all...]
fs-test.c 114 struct pipe_resource templat; local
117 templat.target = PIPE_BUFFER;
118 templat.format = PIPE_FORMAT_R8_UNORM;
119 templat.width0 = sizeof(constants1);
120 templat.height0 = 1;
121 templat.depth0 = 1;
122 templat.array_size = 1;
123 templat.last_level = 0;
124 templat.nr_samples = 1;
125 templat.bind = PIPE_BIND_CONSTANT_BUFFER
293 struct pipe_resource templat; local
426 struct pipe_resource templat; local
    [all...]
quad-sample.c 167 struct pipe_resource templat; local
213 templat.target = PIPE_TEXTURE_2D;
214 templat.format = PIPE_FORMAT_B8G8R8A8_UNORM;
215 templat.width0 = SIZE;
216 templat.height0 = SIZE;
217 templat.depth0 = 1;
218 templat.last_level = 0;
219 templat.nr_samples = 1;
220 templat.bind = PIPE_BIND_SAMPLER_VIEW;
224 &templat);
299 struct pipe_resource templat; local
    [all...]
tri-instanced.c 228 struct pipe_resource templat; local
254 templat.target = PIPE_TEXTURE_2D;
255 templat.format = formats[i];
256 templat.width0 = WIDTH;
257 templat.height0 = HEIGHT;
258 templat.depth0 = 1;
259 templat.array_size = 1;
260 templat.last_level = 0;
261 templat.nr_samples = 1;
262 templat.bind = (PIPE_BIND_RENDER_TARGET
    [all...]
vs-test.c 82 struct pipe_resource templat; local
85 templat.target = PIPE_BUFFER;
86 templat.format = PIPE_FORMAT_R8_UNORM;
87 templat.width0 = sizeof(constants);
88 templat.height0 = 1;
89 templat.depth0 = 1;
90 templat.array_size = 1;
91 templat.last_level = 0;
92 templat.nr_samples = 1;
93 templat.bind = PIPE_BIND_CONSTANT_BUFFER
244 struct pipe_resource templat; local
377 struct pipe_resource templat; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 64 struct pipe_resource templat; local
81 memset(&templat, 0, sizeof(struct pipe_resource));
82 templat.target = PIPE_TEXTURE_2D;
84 templat.format = PIPE_FORMAT_B8G8R8X8_UNORM;
85 templat.last_level = 0;
86 templat.width0 = width;
87 templat.height0 = height;
88 templat.depth0 = 1;
89 templat.usage = PIPE_USAGE_DEFAULT;
90 templat.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET
    [all...]
vl_video_buffer.c 394 struct pipe_video_buffer templat, *result; local
411 templat = *tmpl;
412 templat.width = pot_buffers ? util_next_power_of_two(tmpl->width)
414 templat.height = pot_buffers ? util_next_power_of_two(tmpl->height)
418 templat.height /= 2;
422 pipe, &templat, resource_formats,
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
graw_xlib.c 56 XVisualInfo templat, *visinfo = NULL; local
78 templat.screen = DefaultScreen(graw.display);
79 templat.depth = 32;
80 templat.class = TrueColor;
82 visinfo = XGetVisualInfo(graw.display, mask, &templat, &n);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 64 struct pipe_resource templat; local
81 memset(&templat, 0, sizeof(struct pipe_resource));
82 templat.target = PIPE_TEXTURE_2D;
84 templat.format = PIPE_FORMAT_B8G8R8X8_UNORM;
85 templat.last_level = 0;
86 templat.width0 = width;
87 templat.height0 = height;
88 templat.depth0 = 1;
89 templat.usage = PIPE_USAGE_DEFAULT;
90 templat.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET
    [all...]
vl_video_buffer.c 394 struct pipe_video_buffer templat, *result; local
411 templat = *tmpl;
412 templat.width = pot_buffers ? util_next_power_of_two(tmpl->width)
414 templat.height = pot_buffers ? util_next_power_of_two(tmpl->height)
418 templat.height /= 2;
422 pipe, &templat, resource_formats,
  /external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c 56 XVisualInfo templat, *visinfo = NULL; local
78 templat.screen = DefaultScreen(graw.display);
79 templat.depth = 32;
80 templat.class = TrueColor;
82 visinfo = XGetVisualInfo(graw.display, mask, &templat, &n);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_crtc.c 219 struct pipe_resource templat; local
222 memset(&templat, 0, sizeof(templat));
223 templat.bind |= PIPE_BIND_RENDER_TARGET;
224 templat.bind |= PIPE_BIND_SCANOUT;
225 templat.bind |= PIPE_BIND_CURSOR;
226 templat.target = PIPE_TEXTURE_2D;
227 templat.last_level = 0;
228 templat.depth0 = 1;
229 templat.array_size = 1
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c 219 struct pipe_resource templat; local
222 memset(&templat, 0, sizeof(templat));
223 templat.bind |= PIPE_BIND_RENDER_TARGET;
224 templat.bind |= PIPE_BIND_SCANOUT;
225 templat.bind |= PIPE_BIND_CURSOR;
226 templat.target = PIPE_TEXTURE_2D;
227 templat.last_level = 0;
228 templat.depth0 = 1;
229 templat.array_size = 1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c 109 struct pipe_resource templat, *tex; local
111 memset(&templat, 0, sizeof(templat));
112 templat.target = PIPE_TEXTURE_2D;
113 templat.format = PIPE_FORMAT_A8_UNORM;
114 templat.last_level = 0;
115 templat.width0 = 32;
116 templat.height0 = 32;
117 templat.depth0 = 1;
118 templat.array_size = 1
137 struct pipe_sampler_view templat, *sv; local
152 struct pipe_sampler_state templat; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 109 struct pipe_resource templat, *tex; local
111 memset(&templat, 0, sizeof(templat));
112 templat.target = PIPE_TEXTURE_2D;
113 templat.format = PIPE_FORMAT_A8_UNORM;
114 templat.last_level = 0;
115 templat.width0 = 32;
116 templat.height0 = 32;
117 templat.depth0 = 1;
118 templat.array_size = 1
137 struct pipe_sampler_view templat, *sv; local
152 struct pipe_sampler_state templat; local
    [all...]

Completed in 521 milliseconds

1 2