Home
last modified time | relevance | path

Searched refs:cc_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h533 uint32_t cc_offset; member
Dcrocus_state.c375 uint32_t clip_offset, uint32_t wm_offset, uint32_t cc_offset) in upload_pipelined_state_pointers() argument
391 pp.PointertoColorCalcState = ro_bo(batch->state.bo, cc_offset); in upload_pipelined_state_pointers()
6211 uint32_t cc_offset; local
6215 64, &cc_offset);
6255 ice->shaders.cc_offset = cc_offset;
6258 ptr.ColorCalcStatePointer = cc_offset;
7561 … ice->shaders.clip_offset, ice->shaders.wm_offset, ice->shaders.cc_offset);
9061 ptr.ColorCalcStatePointer = batch->ice->shaders.cc_offset;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c5968 uint32_t cc_offset; in iris_upload_dirty_render_state() local
5973 64, &cc_offset); in iris_upload_dirty_render_state()
5987 ptr.ColorCalcStatePointer = cc_offset; in iris_upload_dirty_render_state()