Searched refs:BRW_PARAM_IMAGE_OFFSET (Results 1 – 4 of 4) sorted by relevance
59 #define BRW_PARAM_IMAGE_OFFSET(value) (BRW_PARAM_VALUE(value) & 0xf) macro
90 unsigned offset = BRW_PARAM_IMAGE_OFFSET(param); in brw_param_value()
75 #define BRW_PARAM_IMAGE_OFFSET(value)(BRW_PARAM_VALUE(value) & 0xf) macro
3292 unsigned offset = BRW_PARAM_IMAGE_OFFSET(sysval); in upload_sysvals()