Home
last modified time | relevance | path

Searched refs:pbb_allowed (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_private.h779 bool pbb_allowed; member
Dradv_device.c2793 device->pbb_allowed = device->physical_device->rad_info.chip_class >= GFX9 && in radv_CreateDevice()
2797 device->dfsm_allowed = device->pbb_allowed && in radv_CreateDevice()
Dradv_pipeline.c3949 if (pipeline->device->pbb_allowed && bin_size.width && bin_size.height) { in radv_pipeline_init_binning_state()
Dradv_cmd_buffer.c1236 if (!cmd_buffer->device->pbb_allowed) in radv_emit_batch_break_on_new_ps()