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 | 96 brw_populate_constant_data(struct brw_context *brw, in brw_populate_constant_data() function 170 brw_populate_constant_data(brw, prog, stage_state, param, in gen6_upload_push_constants() 257 brw_populate_constant_data(brw, prog, stage_state, constants, in brw_upload_pull_constants()
|
D | brw_curbe.c | 230 brw_populate_constant_data(brw, fp, &brw->wm.base, &buf[offset], in brw_upload_constant_buffer() 271 brw_populate_constant_data(brw, vp, &brw->vs.base, &buf[offset], in brw_upload_constant_buffer()
|
D | brw_state.h | 238 brw_populate_constant_data(struct brw_context *brw,
|