Searched refs:blendable (Results 1 – 4 of 4) sorted by relevance
519 bool radv_is_colorbuffer_format_supported(VkFormat format, bool *blendable) in radv_is_colorbuffer_format_supported() argument531 *blendable = false; in radv_is_colorbuffer_format_supported()533 *blendable = true; in radv_is_colorbuffer_format_supported()551 bool blendable; in radv_physical_device_get_format_properties() local597 if (radv_is_colorbuffer_format_supported(format, &blendable)) { in radv_physical_device_get_format_properties()600 if (blendable) { in radv_physical_device_get_format_properties()
75 bool is_depth, is_stencil, blendable; in radv_init_surface() local131 …bool dcc_compatible_formats = radv_is_colorbuffer_format_supported(pCreateInfo->format, &blendable… in radv_init_surface()
1335 bool radv_is_colorbuffer_format_supported(VkFormat format, bool *blendable);
182 bool blendable = fb->nr_cbufs == 0 || !fb->cbufs[0] || in nv50_fragprog_validate() local194 if (fp->fp.alphatest || !blendable) { in nv50_fragprog_validate()196 if (!blendable) in nv50_fragprog_validate()