Searched refs:rbplus_allowed (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_test_common.h137 info->rbplus_allowed = true;
154 info->rbplus_allowed = true;
H A Dac_gpu_info.h69 bool rbplus_allowed; /* if RB+ is allowed */ member in struct:radeon_info
H A Dac_gpu_info.c862 info->rbplus_allowed =
1161 fprintf(f, " rbplus_allowed = %u\n", info->rbplus_allowed);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/null/
H A Dradv_null_winsys.c146 info->rbplus_allowed =
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1143 sscreen->rbplus_allowed =
H A Dsi_pipe.h488 bool rbplus_allowed; /* if RB+ is allowed */ member in struct:si_screen
H A Dsi_state.c128 if (sctx->screen->rbplus_allowed) {
618 if (sctx->screen->rbplus_allowed) {
1447 !sctx->screen->rbplus_allowed)
H A Dsi_state_shaders.c3468 if (sctx->screen->rbplus_allowed &&
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h301 bool rbplus_allowed; /* if RB+ is allowed */ member in struct:radv_physical_device
H A Dradv_pipeline.c3326 !device->physical_device->rbplus_allowed;
H A Dradv_cmd_buffer.c743 if (!cmd_buffer->device->physical_device->rbplus_allowed)
H A Dradv_device.c345 device->rbplus_allowed = device->rad_info.family == CHIP_STONEY ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c124 if (sctx->screen->info.rbplus_allowed) {
612 if (sctx->screen->info.rbplus_allowed) {
1517 if (sctx->screen->info.has_rbplus && !sctx->screen->info.rbplus_allowed)
H A Dsi_state_draw.cpp260 if ((GFX_VERSION >= GFX10_3 || (GFX_VERSION >= GFX9 && sctx->screen->info.rbplus_allowed)) &&
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_image.c1478 if (bytes_per_pixel <= 2 && !device->physical_device->rad_info.rbplus_allowed)
H A Dradv_pipeline.c424 bool use_rbplus = device->physical_device->rad_info.rbplus_allowed;
5038 !device->physical_device->rad_info.rbplus_allowed;
H A Dradv_cmd_buffer.c1124 if (!cmd_buffer->device->physical_device->rad_info.rbplus_allowed)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst3062 - ac: add rbplus_allowed to ac_gpu_info

Completed in 112 milliseconds