Searched refs:blendable (Results 1 – 13 of 13) sorted by relevance
579 VkFormat format, bool *blendable) in radv_is_colorbuffer_format_supported() argument591 *blendable = false; in radv_is_colorbuffer_format_supported()593 *blendable = true; in radv_is_colorbuffer_format_supported()653 bool blendable; in radv_physical_device_get_format_properties() local747 if (radv_is_colorbuffer_format_supported(physical_device, format, &blendable)) { in radv_physical_device_get_format_properties()750 if (blendable) { in radv_physical_device_get_format_properties()
180 bool blendable; in radv_use_dcc_for_image() local226 format, &blendable); in radv_use_dcc_for_image()
1844 VkFormat format, bool *blendable);
182 bool blendable = fb->nr_cbufs == 0 || !fb->cbufs[0] || in nv50_fragprog_validate() local195 if (fp->fp.alphatest || !blendable) { in nv50_fragprog_validate()197 if (!blendable) in nv50_fragprog_validate()
35 outTextureCaps->blendable = in FillTextureFormatCaps()
45 bool blendable = false; member
74 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()190 if (requiresBlending && !cap.blendable) in GetFormatSupportBase()
3404 formatCaps.blendable = in updateCaps()3405 formatCaps.blendable && formatInfo.blendSupport(getClientVersion(), mState.mExtensions); in updateCaps()
462 textureCaps.blendable = textureCaps.renderbuffer; in GenerateTextureFormatCaps()
113 textureCaps.blendable = textureCaps.renderbuffer; in GenerateTextureFormatCaps()
283 textureCaps.blendable = textureCaps.renderbuffer || textureCaps.textureAttachment; in GenerateTextureFormatCaps()
1143 - tu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable formats
723 - panfrost: Add a blendable format table