Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_draw.c131 struct iris_state_ref *draw_params = &ice->draw.draw_params; in iris_update_draw_parameters() local
134 pipe_resource_reference(&draw_params->res, indirect->buffer); in iris_update_draw_parameters()
135 draw_params->offset = in iris_update_draw_parameters()
154 &draw_params->offset, &draw_params->res); in iris_update_draw_parameters()
H A Diris_context.h639 * Are the above values the ones stored in the draw_params buffer?
650 struct iris_state_ref draw_params; member
H A Diris_state.c6563 assert(ice->draw.draw_params.res); in iris_upload_dirty_render_state()
6567 pipe_resource_reference(&state->resource, ice->draw.draw_params.res); in iris_upload_dirty_render_state()
6574 vb.BufferSize = res->bo->size - ice->draw.draw_params.offset; in iris_upload_dirty_render_state()
6577 (int) ice->draw.draw_params.offset); in iris_upload_dirty_render_state()
7405 pipe_resource_reference(&ice->draw.draw_params.res, NULL); in iris_destroy_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c211 struct crocus_state_ref *draw_params = &ice->draw.draw_params; in crocus_update_draw_parameters() local
214 pipe_resource_reference(&draw_params->res, indirect->buffer); in crocus_update_draw_parameters()
215 draw_params->offset = in crocus_update_draw_parameters()
234 &draw_params->offset, &draw_params->res); in crocus_update_draw_parameters()
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
H A Dcrocus_state.c7614 struct crocus_resource *res = (struct crocus_resource *)ice->draw.draw_params.res;
7617 ice->draw.draw_params.offset,
7618 ice->draw.draw_params.res->width0,
8279 pipe_resource_reference(&ice->draw.draw_params.res, NULL);
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c323 lower_load_draw_params(nir_builder *b, nir_instr *instr, void *draw_params) in lower_load_draw_params() argument
339 glsl_uvec4_type(), draw_params); in lower_load_draw_params()
352 nir_variable *draw_params = NULL; in d3d12_lower_load_draw_params() local
357 nir_metadata_block_index | nir_metadata_dominance, &draw_params); in d3d12_lower_load_draw_params()

Completed in 31 milliseconds