Searched refs:tile_size_y (Results 1 – 4 of 4) sorted by relevance
30 u32 tile_size_y; member245 err = PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &info.tile_size_y); in hwrt_init_common_fw_structure()250 info.num_tiles_y = DIV_ROUND_UP(args->height, info.tile_size_y); in hwrt_init_common_fw_structure()
235 u32 tile_size_y = 0; in rogue_get_common_store_partition_space_size() local238 PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &tile_size_y); in rogue_get_common_store_partition_space_size()241 if (tile_size_x == 16 && tile_size_y == 16) { in rogue_get_common_store_partition_space_size()247 return tile_size_x * tile_size_y * max_partitions * in rogue_get_common_store_partition_space_size()
111 u64 tile_size_y; member
181 FEATURE_MAPPING_VALUE(TILE_SIZE_Y, tile_size_y),