intel: Rename gen field in gen_device_info struct to ver
Commands used to do the changes: export SEARCH_PATH="src/intel src/gallium/drivers/iris src/mesa/drivers/dri/i965" grep -E "info\)*(.|->)gen" -rIl $SEARCH_PATH | xargs sed -ie "s/info\()*\)\(\.\|->\)gen/info\1\2ver/g" Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9936>
This commit is contained in:
@@ -311,7 +311,7 @@ init_render_queue_state(struct anv_queue *queue)
|
||||
void
|
||||
genX(init_physical_device_state)(ASSERTED struct anv_physical_device *device)
|
||||
{
|
||||
assert(device->info.genx10 == GFX_VERx10);
|
||||
assert(device->info.verx10 == GFX_VERx10);
|
||||
}
|
||||
|
||||
VkResult
|
||||
|
Reference in New Issue
Block a user