mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
isl: Fix the parameter names for get_intratile_offset
It's been in elements for a while but, for whatever reason, the parameter names in the header file never got updated. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
parent
5de29aeef0
commit
573f6ffd04
1 changed files with 4 additions and 4 deletions
|
|
@ -1355,11 +1355,11 @@ isl_tiling_get_intratile_offset_el(const struct isl_device *dev,
|
|||
enum isl_tiling tiling,
|
||||
uint8_t bs,
|
||||
uint32_t row_pitch,
|
||||
uint32_t total_x_offset_B,
|
||||
uint32_t total_y_offset_rows,
|
||||
uint32_t total_x_offset_el,
|
||||
uint32_t total_y_offset_el,
|
||||
uint32_t *base_address_offset,
|
||||
uint32_t *x_offset_B,
|
||||
uint32_t *y_offset_rows);
|
||||
uint32_t *x_offset_el,
|
||||
uint32_t *y_offset_el);
|
||||
|
||||
/**
|
||||
* @brief Get value of 3DSTATE_DEPTH_BUFFER.SurfaceFormat
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue