Searched refs:tex_temp (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
H A Dsubpicture.c178 struct pipe_resource tex_temp, *tex; local
208 memset(&tex_temp, 0, sizeof(tex_temp));
209 tex_temp.target = PIPE_TEXTURE_2D;
210 tex_temp.format = PIPE_FORMAT_B8G8R8A8_UNORM;
211 tex_temp.last_level = 0;
212 tex_temp.width0 = src_width;
213 tex_temp.height0 = src_height;
214 tex_temp.depth0 = 1;
215 tex_temp
[all...]

Completed in 242 milliseconds