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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_draw.c126 struct iris_state_ref *draw_params = &ice->draw.draw_params; local in function:iris_update_draw_parameters
129 pipe_resource_reference(&draw_params->res, indirect->buffer);
130 draw_params->offset =
149 &draw_params->offset, &draw_params->res);
H A Diris_context.h626 * Are the above values the ones stored in the draw_params buffer?
637 struct iris_state_ref draw_params; member in struct:iris_context::__anon34ca7d7b0308
H A Diris_state.c6359 assert(ice->draw.draw_params.res);
6363 pipe_resource_reference(&state->resource, ice->draw.draw_params.res);
6370 vb.BufferSize = res->bo->size - ice->draw.draw_params.offset;
6373 (int) ice->draw.draw_params.offset);
7175 pipe_resource_reference(&ice->draw.draw_params.res, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_draw.c210 struct crocus_state_ref *draw_params = &ice->draw.draw_params; local in function:crocus_update_draw_parameters
213 pipe_resource_reference(&draw_params->res, indirect->buffer);
214 draw_params->offset =
233 &draw_params->offset, &draw_params->res);
H A Dcrocus_context.h476 * Are the above values the ones stored in the draw_params buffer?
487 struct crocus_state_ref draw_params; member in struct:crocus_context::__anone5ee0d6b0308
H A Dcrocus_state.c7609 struct crocus_resource *res = (struct crocus_resource *)ice->draw.draw_params.res;
7612 ice->draw.draw_params.offset,
7613 ice->draw.draw_params.res->width0,
8272 pipe_resource_reference(&ice->draw.draw_params.res, NULL);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.3.2.rst186 - i965: include draw_params/derived_draw_params for VF cache workaround
H A D19.0.0.rst1692 - i965: include draw_params/derived_draw_params for VF cache workaround

Completed in 112 milliseconds