Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_constant_state.c162 &stage_state->push_const_offset); in gen6_upload_push_constants()
165 &stage_state->push_const_offset); in gen6_upload_push_constants()
323 64, &stage_state->push_const_offset); in brw_upload_cs_push_constants()
DgenX_state_upload.c1814 wmcp.ConstantBody.PointertoConstantBuffer0 = stage_state->push_const_offset;
2153 cvs.ConstantBody.PointertoConstantBuffer0 = stage_state->push_const_offset;
2577 cgs.ConstantBody.PointertoConstantBuffer0 = stage_state->push_const_offset;
3165 stage_state->push_const_offset);
3170 stage_state->push_const_offset | mocs;
4376 curbe.CURBEDataStartAddress = stage_state->push_const_offset;
Dbrw_context.h647 uint32_t push_const_offset; /* Offset in the push constant BO or batch */ member