Home
last modified time | relevance | path

Searched refs:blendable (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_table_autogen.mm3754 /** blendable*/ false, /** multisample*/ false, /** resolve*/ false,
3758 /** writable*/ display->supportsEitherGPUFamily(3, 1), /** blendable*/ true,
3763 /** blendable*/ true, /** multisample*/ true, /** resolve*/ true,
3767 /** writable*/ display->supportsAppleGPUFamily(2), /** blendable*/ true,
3773 /** blendable*/ false, /** multisample*/ true,
3779 /** blendable*/ false, /** multisample*/ true,
3784 /** blendable*/ true, /** multisample*/ true, /** resolve*/ true,
3788 /** blendable*/ false, /** multisample*/ true, /** resolve*/ false,
3792 /** blendable*/ true, /** multisample*/ true,
3797 /** blendable*/ false, /** multisample*/ true, /** resolve*/ false,
[all …]
Dmtl_format_utils.h57 bool blendable = false; member
159 bool blendable,
167 bool blendable,
177 bool blendable,
186 bool blendable,
Dmtl_format_utils.mm154 textureCaps.blendable = mtlFormat.getCaps().blendable;
306 bool blendable,
311 setFormatCaps(formatId, filterable, writable, blendable, multisample, resolve, colorRenderable,
317 bool blendable,
324 setFormatCaps(formatId, filterable, writable, blendable, multisample, resolve, colorRenderable,
331 bool blendable,
337 setFormatCaps(formatId, filterable, writable, blendable, multisample, resolve, colorRenderable,
343 bool blendable,
355 mNativePixelFormatCapsTable[id].blendable = blendable;
DRenderTargetMtl.mm86 rpaDescOut->blendable = mFormat ? mFormat->getCaps().blendable : false;
Dgen_mtl_format_table.py565 blendable = cap_to_param(caps, 'blendable')
570 mtl_format, filterable, writable, blendable, multisample, resolve, colorRenderable,
Dmtl_state_cache.mm693 blendable = false;
704 blendable == other.blendable;
750 if (renderPassColorAttachment.blendable)
Dmtl_state_cache.h331 bool blendable; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c626 bool *blendable) in radv_is_colorbuffer_format_supported() argument
637 *blendable = false; in radv_is_colorbuffer_format_supported()
639 *blendable = true; in radv_is_colorbuffer_format_supported()
698 bool blendable; in radv_physical_device_get_format_properties() local
803 if (radv_is_colorbuffer_format_supported(physical_device, format, &blendable)) { in radv_physical_device_get_format_properties()
806 if (blendable) { in radv_physical_device_get_format_properties()
Dradv_meta_clear.c2230 bool blendable; in radv_cmd_clear_image() local
2233 &blendable)) { in radv_cmd_clear_image()
Dradv_image.c161 bool blendable; in radv_are_formats_dcc_compatible() local
163 if (!radv_is_colorbuffer_format_supported(pdev, format, &blendable)) in radv_are_formats_dcc_compatible()
Dradv_private.h2342 VkFormat format, bool *blendable);
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c187 bool blendable = fb->nr_cbufs == 0 || !fb->cbufs[0] || in nv50_fragprog_validate() local
200 if (fp->fp.alphatest || !blendable) { in nv50_fragprog_validate()
202 if (!blendable) in nv50_fragprog_validate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h45 bool blendable = false; member
DCaps.cpp75 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
195 if (requiresBlending && !cap.blendable) in GetFormatSupportBase()
DContext.cpp3957 formatCaps.blendable = in updateCaps()
3958 formatCaps.blendable && formatInfo.blendSupport(getClientVersion(), mState.mExtensions); in updateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp38 outTextureCaps->blendable = in FillTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp478 textureCaps.blendable = textureCaps.renderbuffer; in GenerateTextureFormatCaps()
/third_party/mesa3d/docs/relnotes/
D21.2.2.rst75 - panfrost: Use blendable check for tib read check
D21.2.0.rst354 - panfrost: Keep Bifrost blendable -> pixel in table
355 - panfrost: Specialize blendable formats for sRGB
357 - panfrost: Drop blendable format accessor
359 - panfrost: Remove padded unorm blendable formats
D21.3.0.rst391 - panfrost: Mark R5G6B5 as blendable
407 - panfrost: Use blendable check for tib read check
408 - panfrost: Delete unpacks for blendable formats
D20.2.0.rst1143 - tu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable formats
D20.3.0.rst723 - panfrost: Add a blendable format table
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp113 textureCaps.blendable = textureCaps.renderbuffer; in GenerateTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp443 textureCaps.blendable = textureCaps.renderbuffer || textureCaps.textureAttachment; in GenerateTextureFormatCaps()