Home
last modified time | relevance | path

Searched refs:V_028C70_NUMBER_UINT (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_shader_util.c559 if (ntype == V_028C70_NUMBER_UINT) in ac_choose_spi_color_formats()
605 } else if (ntype == V_028C70_NUMBER_UINT) in ac_choose_spi_color_formats()
/third_party/mesa3d/src/amd/vulkan/
Dradv_sdma_copy_image.c58 *hw_type = V_028C70_NUMBER_UINT; in radv_translate_format_to_hw()
Dradv_formats.c508 ntype = V_028C70_NUMBER_UINT; in radv_translate_color_numformat()
634 if (color_num_format == V_028C70_NUMBER_UINT || color_num_format == V_028C70_NUMBER_SINT || in radv_is_colorbuffer_format_supported()
Dradv_device.c6382 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT || in radv_initialise_color_surface()
6389 if ((ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT) && in radv_initialise_color_surface()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c100 *hw_type = V_028C70_NUMBER_UINT; in si_translate_format_to_hw()
Dsi_state.c2542 ntype = V_028C70_NUMBER_UINT; in si_initialize_color_surface()
2565 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT || in si_initialize_color_surface()
2572 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT) { in si_initialize_color_surface()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c1089 ntype = V_028C70_NUMBER_UINT; in evergreen_set_color_surface_buffer()
1218 ntype = V_028C70_NUMBER_UINT; in evergreen_set_color_surface_common()
1240 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT || in evergreen_set_color_surface_common()
1270 ntype != V_028C70_NUMBER_UINT && ntype != V_028C70_NUMBER_SINT) || in evergreen_set_color_surface_common()
1335 surf->alphatest_bypass = color.ntype == V_028C70_NUMBER_UINT || in evergreen_init_color_surface()
Devergreend.h523 #define V_028C70_NUMBER_UINT 0x00000004 macro