Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_init.c262 struct pipe_resource tmp_res; in pp_init_fbos() local
271 memset(&tmp_res, 0, sizeof(tmp_res)); in pp_init_fbos()
272 tmp_res.target = PIPE_TEXTURE_2D; in pp_init_fbos()
273 tmp_res.format = p->surf.format = PIPE_FORMAT_B8G8R8A8_UNORM; in pp_init_fbos()
274 tmp_res.width0 = w; in pp_init_fbos()
275 tmp_res.height0 = h; in pp_init_fbos()
276 tmp_res.depth0 = 1; in pp_init_fbos()
277 tmp_res.array_size = 1; in pp_init_fbos()
278 tmp_res in pp_init_fbos()
[all...]
/third_party/ffmpeg/libavformat/
H A Dnutdec.c200 int tmp_stream, tmp_mul, tmp_pts, tmp_size, tmp_res, tmp_head_idx; in decode_main_header() local
265 tmp_res = ffio_read_varlen(bc); in decode_main_header()
267 tmp_res = 0; in decode_main_header()
314 nut->frame_code[i].reserved_count = tmp_res; in decode_main_header()
/third_party/vulkan-loader/loader/
H A Dloader.c3401 VkResult tmp_res =
3404 if (VK_SUCCESS != tmp_res && out_files->count == 0) {
3405 res = tmp_res;

Completed in 13 milliseconds