Searched refs:tex_temp (Results 1 – 1 of 1) sorted by relevance
178 struct pipe_resource tex_temp, *tex; in vlVaAssociateSubpicture() local208 memset(&tex_temp, 0, sizeof(tex_temp)); in vlVaAssociateSubpicture()209 tex_temp.target = PIPE_TEXTURE_2D; in vlVaAssociateSubpicture()210 tex_temp.format = PIPE_FORMAT_B8G8R8A8_UNORM; in vlVaAssociateSubpicture()211 tex_temp.last_level = 0; in vlVaAssociateSubpicture()212 tex_temp.width0 = src_width; in vlVaAssociateSubpicture()213 tex_temp.height0 = src_height; in vlVaAssociateSubpicture()214 tex_temp.depth0 = 1; in vlVaAssociateSubpicture()215 tex_temp.array_size = 1; in vlVaAssociateSubpicture()216 tex_temp.usage = PIPE_USAGE_DYNAMIC; in vlVaAssociateSubpicture()[all …]