/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/ |
glhd_screen.c | 142 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->array_size, == 1) [all...] |
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_screen.c | 142 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->array_size, == 1) [all...] |
/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...] |
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...] |
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...] |
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...] |
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-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...] |
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...] |
/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...] |
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...] |
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...] |
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...] |
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-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...] |
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...] |
/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.h | 99 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/ |
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.h | 99 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/ |
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...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
surface.c | 78 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.height [all...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
surface.c | 78 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.height [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 795 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.last_level = MAX2(MAX2(util_logbase2(templat.width0), util_logbase2(templat.height0)), util_logbas (…) 1100 struct pipe_sampler_view templat; local 1222 struct pipe_surface templat; local 1312 struct pipe_surface templat; local [all...] |