Home
last modified time | relevance | path

Searched refs:V_028C70_NUMBER_SINT (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_shader_util.c354 else if (ntype == V_028C70_NUMBER_SINT) in ac_choose_spi_color_formats()
400 else if (ntype == V_028C70_NUMBER_SINT) in ac_choose_spi_color_formats()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c93 *hw_type = V_028C70_NUMBER_SINT; in si_translate_format_to_hw()
Dsi_state.c2395 ntype = V_028C70_NUMBER_SINT; in si_initialize_color_surface()
2425 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT || in si_initialize_color_surface()
2432 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT) { in si_initialize_color_surface()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c503 ntype = V_028C70_NUMBER_SINT; in radv_translate_color_numformat()
636 if (color_num_format == V_028C70_NUMBER_UINT || color_num_format == V_028C70_NUMBER_SINT || in radv_is_colorbuffer_format_supported()
Dradv_device.c6719 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT || in radv_initialise_color_surface()
6726 if ((ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT) && in radv_initialise_color_surface()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c1084 ntype = V_028C70_NUMBER_SINT; in evergreen_set_color_surface_buffer()
1213 ntype = V_028C70_NUMBER_SINT; 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()
1336 color.ntype == V_028C70_NUMBER_SINT; in evergreen_init_color_surface()
Devergreend.h524 #define V_028C70_NUMBER_SINT 0x00000005 macro