Lines Matching refs:param
2819 fill_default_image_param(struct brw_image_param *param)
2821 memset(param, 0, sizeof(*param));
2826 param->swizzling[0] = 0xff;
2827 param->swizzling[1] = 0xff;
2831 fill_buffer_image_param(struct brw_image_param *param,
2837 fill_default_image_param(param);
2838 param->size[0] = size / cpp;
2839 param->stride[0] = cpp;
3470 struct brw_image_param *param =
3474 value = ((uint32_t *) param)[offset];
7252 cs_prog_data->base.param[0] == BRW_PARAM_BUILTIN_SUBGROUP_ID);
8304 * \param width Width bound of the rendering area (already scaled down if \p
8306 * \param height Height bound of the rendering area (already scaled down if \p
8308 * \param scale The number of framebuffer samples that could potentially be