Searched refs:highest_bank_bit (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/freedreno/common/ |
D | freedreno_devices.py | 105 highest_bank_bit = 0, ubwc_swizzle = 0x7, macrotile_mode = 0, argument 121 self.highest_bank_bit = highest_bank_bit 136 magic_regs, raw_magic_regs = None, highest_bank_bit = 15, argument 156 highest_bank_bit = highest_bank_bit, 260 highest_bank_bit = 14, 278 highest_bank_bit = 14, 296 highest_bank_bit = 15, 455 highest_bank_bit = 13, 490 highest_bank_bit = 14, 580 highest_bank_bit = 15, [all …]
|
D | freedreno_dev_info.h | 42 uint32_t highest_bank_bit; member
|
/external/mesa3d/src/virtio/virtio-gpu/ |
D | drm_hw.h | 34 uint32_t highest_bank_bit; member
|
/external/mesa3d/src/freedreno/fdl/ |
D | fd6_tiled_memcpy.cc | 209 (block_stride & ((1u << (config->highest_bank_bit - 10 + offset)) - 1)) == 0) in get_bank_mask() 212 (block_stride & ((1u << (config->highest_bank_bit - 9 + offset)) - 1)) == 0) in get_bank_mask() 215 (block_stride & ((1u << (config->highest_bank_bit - 8 + offset)) - 1)) == 0) in get_bank_mask() 223 return config->highest_bank_bit - 3; in get_bank_shift() 371 .highest_bank_bit = 13,
|
D | freedreno_layout.h | 351 unsigned highest_bank_bit; member
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_knl_drm_virtio.cc | 1142 if (caps.u.msm.highest_bank_bit == 0) in tu_knl_drm_virtio_load() 1143 caps.u.msm.highest_bank_bit = tu_drm_get_highest_bank_bit(vdrm); in tu_knl_drm_virtio_load() 1163 mesa_logd("highest_bank_bit: %u", caps.u.msm.highest_bank_bit); in tu_knl_drm_virtio_load() 1204 device->ubwc_config.highest_bank_bit = caps.u.msm.highest_bank_bit; in tu_knl_drm_virtio_load()
|
D | tu_knl_kgsl.cc | 1434 uint32_t highest_bank_bit; in tu_knl_kgsl_load() local 1435 if (get_kgsl_prop(fd, KGSL_PROP_HIGHEST_BANK_BIT, &highest_bank_bit, in tu_knl_kgsl_load() 1436 sizeof(highest_bank_bit))) in tu_knl_kgsl_load() 1483 device->ubwc_config.highest_bank_bit = highest_bank_bit; in tu_knl_kgsl_load()
|
D | tu_device.cc | 1296 _mesa_sha1_update(&sha1_ctx, &pdevice->ubwc_config.highest_bank_bit, in tu_get_properties() 1297 sizeof(pdevice->ubwc_config.highest_bank_bit)); in tu_get_properties() 1437 if (!device->ubwc_config.highest_bank_bit) { in tu_physical_device_init() 1438 device->ubwc_config.highest_bank_bit = info.highest_bank_bit; in tu_physical_device_init()
|
D | tu_knl_drm_msm.cc | 1052 device->ubwc_config.highest_bank_bit = tu_drm_get_highest_bank_bit(device); in tu_knl_drm_msm_load()
|