Searched refs:ANV_PARAM_PUSH (Results 1 – 3 of 3) sorted by relevance
321 params[i] = ANV_PARAM_PUSH(offset + i * sizeof(uint32_t)); in setup_vec4_uniform_value()
432 prog_data->param[i] = ANV_PARAM_PUSH( in anv_pipeline_compile()
1567 #define ANV_PARAM_PUSH(offset) ((1 << 16) | (uint32_t)(offset)) macro