Searched refs:cc_offset (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_context.h | 533 uint32_t cc_offset; member
|
H A D | crocus_state.c | 375 uint32_t clip_offset, uint32_t wm_offset, uint32_t cc_offset) in upload_pipelined_state_pointers() 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; 372 upload_pipelined_state_pointers(struct crocus_batch *batch, bool gs_active, uint32_t gs_offset, uint32_t vs_offset, uint32_t sf_offset, uint32_t clip_offset, uint32_t wm_offset, uint32_t cc_offset) upload_pipelined_state_pointers() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 5968 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()
|
Completed in 25 milliseconds