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/
H A Dradv_formats.c644 return color_format != V_028C70_COLOR_INVALID && color_swap != ~0U && color_num_format != ~0; in radv_is_colorbuffer_format_supported()
908 return V_028C70_COLOR_INVALID; in radv_translate_colorformat()
913 return V_028C70_COLOR_INVALID; in radv_translate_colorformat()
972 return V_028C70_COLOR_INVALID; in radv_translate_colorformat()
H A Dradv_cmd_buffer.c2752 ? G_028C70_FORMAT_GFX11(V_028C70_COLOR_INVALID) in radv_emit_framebuffer_state()
2753 : G_028C70_FORMAT_GFX6(V_028C70_COLOR_INVALID); in radv_emit_framebuffer_state()
H A Dradv_device.c6370 assert(format != V_028C70_COLOR_INVALID); in radv_initialise_color_surface()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c711 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in compute_setup_cbs()
714 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in compute_setup_cbs()
H A Devergreend.h474 #define V_028C70_COLOR_INVALID 0x00000000 macro
H A Devergreen_state.c1857 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in evergreen_emit_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1675 return V_028C70_COLOR_INVALID; in si_translate_colorformat()
1680 return V_028C70_COLOR_INVALID; in si_translate_colorformat()
1690 return V_028C70_COLOR_INVALID; in si_translate_colorformat()
1751 return V_028C70_COLOR_INVALID; in si_translate_colorformat()
2387 return si_translate_colorformat(gfx_level, format) != V_028C70_COLOR_INVALID && in si_is_colorbuffer_format_supported()
2551 if (format == V_028C70_COLOR_INVALID) { in si_initialize_color_surface()
2554 assert(format != V_028C70_COLOR_INVALID); in si_initialize_color_surface()
3223 S_028C70_FORMAT_GFX11(V_028C70_COLOR_INVALID) : in si_emit_framebuffer_state()
3224 S_028C70_FORMAT_GFX6(V_028C70_COLOR_INVALID)); in si_emit_framebuffer_state()

Completed in 75 milliseconds