Searched refs:BRW_PARAM_IMAGE (Results 1 – 2 of 2) sorted by relevance
55 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset)) macro
75 params[i] = BRW_PARAM_IMAGE(idx, offset / sizeof(uint32_t) + i); in setup_vec4_image_param()