HomeSort by: relevance | last modified time | path
    Searched refs:derived_draw_params (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_draw.c 155 struct iris_state_ref *derived_params = &ice->draw.derived_draw_params;
iris_context.h 658 struct iris_state_ref derived_draw_params; member in struct:iris_context::__anon1231
iris_state.c 6388 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/src/gallium/drivers/crocus/
crocus_context.h 508 struct crocus_state_ref derived_draw_params; member in struct:crocus_context::__anon1137
crocus_draw.c 239 struct crocus_state_ref *derived_params = &ice->draw.derived_draw_params;
crocus_state.c 7617 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 16 milliseconds