Searched refs:templat (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_screen.c142 const struct pipe_resource *templat)
148 glhd_check("%u", templat->width0, >= 1);
149 glhd_check("%u", templat->height0, >= 1);
150 glhd_check("%u", templat->depth0, >= 1);
151 glhd_check("%u", templat->array_size, >= 1);
153 if (templat->target == PIPE_BUFFER) {
154 glhd_check("%u", templat->last_level, == 0);
155 glhd_check("%u", templat->height0, == 1);
156 glhd_check("%u", templat->depth0, == 1);
157 glhd_check("%u", templat
141 galahad_screen_resource_create(struct pipe_screen *_screen, const struct pipe_resource *templat) argument
[all...]
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_screen.c142 const struct pipe_resource *templat)
148 glhd_check("%u", templat->width0, >= 1);
149 glhd_check("%u", templat->height0, >= 1);
150 glhd_check("%u", templat->depth0, >= 1);
151 glhd_check("%u", templat->array_size, >= 1);
153 if (templat->target == PIPE_BUFFER) {
154 glhd_check("%u", templat->last_level, == 0);
155 glhd_check("%u", templat->height0, == 1);
156 glhd_check("%u", templat->depth0, == 1);
157 glhd_check("%u", templat
141 galahad_screen_resource_create(struct pipe_screen *_screen, const struct pipe_resource *templat) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dclear.c42 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
[all...]
H A Dfs-test.c114 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
293 struct pipe_resource templat; local
426 struct pipe_resource templat; local
[all...]
H A Dgs-test.c151 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
357 struct pipe_resource templat; local
490 struct pipe_resource templat; local
[all...]
H A Dvs-test.c82 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
244 struct pipe_resource templat; local
377 struct pipe_resource templat; local
[all...]
H A Dquad-sample.c167 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...]
H A Dtri-gs.c177 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
[all...]
H A Dtri-instanced.c228 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
[all...]
/external/mesa3d/src/gallium/tests/graw/
H A Dclear.c42 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
[all...]
H A Dfs-test.c114 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
293 struct pipe_resource templat; local
426 struct pipe_resource templat; local
[all...]
H A Dgs-test.c151 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
357 struct pipe_resource templat; local
490 struct pipe_resource templat; local
[all...]
H A Dvs-test.c82 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
244 struct pipe_resource templat; local
377 struct pipe_resource templat; local
[all...]
H A Dquad-sample.c167 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...]
H A Dtri-gs.c177 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
[all...]
H A Dtri-instanced.c228 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c64 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
[all...]
H A Dvl_video_buffer.h99 const struct pipe_video_buffer *templat,
108 const struct pipe_video_buffer *templat);
115 const struct pipe_video_buffer *templat,
124 const struct pipe_video_buffer *templat,
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c64 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
[all...]
H A Dvl_video_buffer.h99 const struct pipe_video_buffer *templat,
108 const struct pipe_video_buffer *templat);
115 const struct pipe_video_buffer *templat,
124 const struct pipe_video_buffer *templat,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.c109 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
137 struct pipe_sampler_view templat, *sv; local
152 struct pipe_sampler_state templat; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c109 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
137 struct pipe_sampler_view templat, *sv; local
152 struct pipe_sampler_state templat; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dsurface.c78 memset(&p_surf->templat, 0, sizeof(p_surf->templat));
79 p_surf->templat.buffer_format = pipe->screen->get_video_param
85 p_surf->templat.chroma_format = ChromaToPipe(chroma_type);
86 p_surf->templat.width = width;
87 p_surf->templat.height = height;
88 p_surf->templat.interlaced = pipe->screen->get_video_param
94 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat);
159 *width = p_surf->templat.width;
160 *height = p_surf->templat
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dsurface.c78 memset(&p_surf->templat, 0, sizeof(p_surf->templat));
79 p_surf->templat.buffer_format = pipe->screen->get_video_param
85 p_surf->templat.chroma_format = ChromaToPipe(chroma_type);
86 p_surf->templat.width = width;
87 p_surf->templat.height = height;
88 p_surf->templat.interlaced = pipe->screen->get_video_param
94 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat);
159 *width = p_surf->templat.width;
160 *height = p_surf->templat
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h795 struct pipe_resource templat; local
796 memset(&templat, 0, sizeof(templat));
797 templat.target = target;
798 templat.width0 = width;
799 templat.height0 = height;
800 templat.depth0 = depth;
801 templat.array_size = array_size;
803 templat.last_level = mip_levels - 1;
805 templat
1100 struct pipe_sampler_view templat; local
1222 struct pipe_surface templat; local
1312 struct pipe_surface templat; local
[all...]

Completed in 2110 milliseconds

123