Searched refs:has_out_of_order_rast (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_gpu_info.h71 bool has_out_of_order_rast; member in struct:radeon_info
H A Dac_gpu_info.c867 info->has_out_of_order_rast =
1163 fprintf(f, " has_out_of_order_rast = %u\n", info->has_out_of_order_rast);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1269 sscreen->has_out_of_order_rast =
1270 sscreen->info.has_out_of_order_rast && !(sscreen->debug_flags & DBG(NO_OUT_OF_ORDER));
H A Dsi_state.c748 if (sctx->screen->has_out_of_order_rast &&
1385 if (sctx->screen->has_out_of_order_rast &&
2974 if (sctx->screen->has_out_of_order_rast &&
3475 if (!sctx->screen->has_out_of_order_rast)
H A Dsi_pipe.h539 bool has_out_of_order_rast; member in struct:si_screen
H A Dsi_state_shaders.c3402 if (sctx->screen->has_out_of_order_rast &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1083 sscreen->has_out_of_order_rast = sscreen->info.chip_class >= VI &&
H A Dsi_pipe.h468 bool has_out_of_order_rast; member in struct:si_screen
H A Dsi_state.c685 if (sctx->screen->has_out_of_order_rast &&
1296 if (sctx->screen->has_out_of_order_rast &&
2972 if (sctx->screen->has_out_of_order_rast &&
3344 if (!sctx->screen->has_out_of_order_rast)
H A Dsi_state_shaders.c2662 if (sctx->screen->has_out_of_order_rast &&
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h306 bool has_out_of_order_rast; member in struct:radv_physical_device
H A Dradv_device.c363 device->has_out_of_order_rast = device->rad_info.chip_class >= VI &&
365 device->out_of_order_rast_allowed = device->has_out_of_order_rast &&
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c541 .AMD_rasterization_order = device->rad_info.has_out_of_order_rast,
704 device->rad_info.has_out_of_order_rast &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst3058 - ac: add has_out_of_order_rast to ac_gpu_info

Completed in 62 milliseconds