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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dh264einport.c50 struct pipe_resource buf_templ; local in function:enc_AllocateBackTexture
54 memset(&buf_templ, 0, sizeof buf_templ);
55 buf_templ.target = PIPE_TEXTURE_2D;
56 buf_templ.format = PIPE_FORMAT_I8_UNORM;
57 buf_templ.bind = PIPE_BIND_LINEAR;
58 buf_templ.usage = PIPE_USAGE_STAGING;
59 buf_templ.flags = 0;
60 buf_templ.width0 = port->portdef_.format.video.nFrameWidth;
61 buf_templ
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dh264einport.c50 struct pipe_resource buf_templ; local in function:enc_AllocateBackTexture
54 memset(&buf_templ, 0, sizeof buf_templ);
55 buf_templ.target = PIPE_TEXTURE_2D;
56 buf_templ.format = PIPE_FORMAT_I8_UNORM;
57 buf_templ.bind = PIPE_BIND_LINEAR;
58 buf_templ.usage = PIPE_USAGE_STAGING;
59 buf_templ.flags = 0;
60 buf_templ.width0 = port->portdef_.format.video.nFrameWidth;
61 buf_templ
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
H A Dvid_enc.c292 struct pipe_resource buf_templ; local in function:enc_AllocateBackTexture
296 memset(&buf_templ, 0, sizeof buf_templ);
297 buf_templ.target = PIPE_TEXTURE_2D;
298 buf_templ.format = PIPE_FORMAT_I8_UNORM;
299 buf_templ.bind = PIPE_BIND_LINEAR;
300 buf_templ.usage = PIPE_USAGE_STAGING;
301 buf_templ.flags = 0;
302 buf_templ.width0 = port->sPortParam.format.video.nFrameWidth;
303 buf_templ
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_enc.c292 struct pipe_resource buf_templ; local in function:enc_AllocateBackTexture
296 memset(&buf_templ, 0, sizeof buf_templ);
297 buf_templ.target = PIPE_TEXTURE_2D;
298 buf_templ.format = PIPE_FORMAT_I8_UNORM;
299 buf_templ.bind = PIPE_BIND_LINEAR;
300 buf_templ.usage = PIPE_USAGE_STAGING;
301 buf_templ.flags = 0;
302 buf_templ.width0 = port->sPortParam.format.video.nFrameWidth;
303 buf_templ
[all...]

Completed in 5 milliseconds