Searched refs:draw_params (Results 1 – 5 of 5) sorted by relevance
119 struct iris_state_ref *draw_params = &ice->draw.draw_params; in iris_update_draw_parameters() local122 pipe_resource_reference(&draw_params->res, info->indirect->buffer); in iris_update_draw_parameters()123 draw_params->offset = in iris_update_draw_parameters()142 &draw_params->offset, &draw_params->res); in iris_update_draw_parameters()
583 struct iris_state_ref draw_params; member
6194 assert(ice->draw.draw_params.res); in iris_upload_dirty_render_state()6198 pipe_resource_reference(&state->resource, ice->draw.draw_params.res); in iris_upload_dirty_render_state()6205 vb.BufferSize = res->bo->size - ice->draw.draw_params.offset; in iris_upload_dirty_render_state()6208 (int) ice->draw.draw_params.offset); in iris_upload_dirty_render_state()6899 pipe_resource_reference(&ice->draw.draw_params.res, NULL); in iris_destroy_state()
186 - i965: include draw_params/derived_draw_params for VF cache workaround
1692 - i965: include draw_params/derived_draw_params for VF cache workaround