Home
last modified time | relevance | path

Searched refs:needs_begin_frame (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture.c93 context->needs_begin_frame = true; in vlVaBeginPicture()
101 context->needs_begin_frame = true; in vlVaBeginPicture()
176 context->needs_begin_frame = true; in handlePictureParameterBuffer()
365 if (context->needs_begin_frame) { in handleVASliceDataBufferType()
368 context->needs_begin_frame = false; in handleVASliceDataBufferType()
Dpostproc.c171 if (context->needs_begin_frame) { in vlVaVidEngineBlit()
174 context->needs_begin_frame = false; in vlVaVidEngineBlit()
Dva_private.h320 bool needs_begin_frame; member