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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_draw.c155 struct iris_state_ref *derived_params = &ice->draw.derived_draw_params;
H A Diris_context.h658 struct iris_state_ref derived_draw_params; member in struct:iris_context::__anon34ca7d7b0308
H A Diris_state.c6388 ice->draw.derived_draw_params.res);
6389 struct iris_resource *res = (void *) ice->draw.derived_draw_params.res;
6396 res->bo->size - ice->draw.derived_draw_params.offset;
6399 (int) ice->draw.derived_draw_params.offset);
7176 pipe_resource_reference(&ice->draw.derived_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
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.h508 struct crocus_state_ref derived_draw_params; member in struct:crocus_context::__anone5ee0d6b0308
H A Dcrocus_draw.c239 struct crocus_state_ref *derived_params = &ice->draw.derived_draw_params;
H A Dcrocus_state.c7617 struct crocus_resource *res = (struct crocus_resource *)ice->draw.derived_draw_params.res;
7620 ice->draw.derived_draw_params.offset,
7621 ice->draw.derived_draw_params.res->width0,
8273 pipe_resource_reference(&ice->draw.derived_draw_params.res, NULL);

Completed in 36 milliseconds