Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c646 return color_format != V_028C70_COLOR_INVALID && color_swap != ~0U && color_num_format != ~0; in radv_is_colorbuffer_format_supported()
897 return V_028C70_COLOR_INVALID; in radv_translate_colorformat()
902 return V_028C70_COLOR_INVALID; in radv_translate_colorformat()
961 return V_028C70_COLOR_INVALID; in radv_translate_colorformat()
Dradv_device.c6707 assert(format != V_028C70_COLOR_INVALID); in radv_initialise_color_surface()
Dradv_cmd_buffer.c2475 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in radv_emit_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c710 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in compute_setup_cbs()
713 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in compute_setup_cbs()
Devergreend.h474 #define V_028C70_COLOR_INVALID 0x00000000 macro
Devergreen_state.c1861 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in evergreen_emit_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1558 return V_028C70_COLOR_INVALID; in si_translate_colorformat()
1572 return V_028C70_COLOR_INVALID; in si_translate_colorformat()
1577 return V_028C70_COLOR_INVALID; in si_translate_colorformat()
1636 return V_028C70_COLOR_INVALID; in si_translate_colorformat()
2253 return si_translate_colorformat(chip_class, format) != V_028C70_COLOR_INVALID && in si_is_colorbuffer_format_supported()
2411 if (format == V_028C70_COLOR_INVALID) { in si_initialize_color_surface()
2414 assert(format != V_028C70_COLOR_INVALID); in si_initialize_color_surface()
3060 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in si_emit_framebuffer_state()