Searched refs:brw_populate_constant_data (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_constant_state.c | 102 brw_populate_constant_data(struct brw_context *brw, in brw_populate_constant_data() function 176 brw_populate_constant_data(brw, prog, stage_state, param, in gen6_upload_push_constants() 263 brw_populate_constant_data(brw, prog, stage_state, constants, in brw_upload_pull_constants()
|
D | brw_curbe.c | 231 brw_populate_constant_data(brw, fp, &brw->wm.base, &buf[offset], in brw_upload_constant_buffer() 272 brw_populate_constant_data(brw, vp, &brw->vs.base, &buf[offset], in brw_upload_constant_buffer()
|
D | brw_state.h | 262 brw_populate_constant_data(struct brw_context *brw,
|