/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_format_table_autogen.mm | 3754 /** 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 …]
|
D | mtl_format_utils.h | 57 bool blendable = false; member 159 bool blendable, 167 bool blendable, 177 bool blendable, 186 bool blendable,
|
D | mtl_format_utils.mm | 154 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;
|
D | RenderTargetMtl.mm | 86 rpaDescOut->blendable = mFormat ? mFormat->getCaps().blendable : false;
|
D | gen_mtl_format_table.py | 565 blendable = cap_to_param(caps, 'blendable') 570 mtl_format, filterable, writable, blendable, multisample, resolve, colorRenderable,
|
D | mtl_state_cache.mm | 693 blendable = false; 704 blendable == other.blendable; 750 if (renderPassColorAttachment.blendable)
|
D | mtl_state_cache.h | 331 bool blendable; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 626 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()
|
D | radv_meta_clear.c | 2230 bool blendable; in radv_cmd_clear_image() local 2233 &blendable)) { in radv_cmd_clear_image()
|
D | radv_image.c | 161 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()
|
D | radv_private.h | 2342 VkFormat format, bool *blendable);
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_shader_state.c | 187 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/ |
D | Caps.h | 45 bool blendable = false; member
|
D | Caps.cpp | 75 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 195 if (requiresBlending && !cap.blendable) in GetFormatSupportBase()
|
D | Context.cpp | 3957 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/ |
D | vk_format_utils.cpp | 38 outTextureCaps->blendable = in FillTextureFormatCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 478 textureCaps.blendable = textureCaps.renderbuffer; in GenerateTextureFormatCaps()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.2.rst | 75 - panfrost: Use blendable check for tib read check
|
D | 21.2.0.rst | 354 - 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
|
D | 21.3.0.rst | 391 - panfrost: Mark R5G6B5 as blendable 407 - panfrost: Use blendable check for tib read check 408 - panfrost: Delete unpacks for blendable formats
|
D | 20.2.0.rst | 1143 - tu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable formats
|
D | 20.3.0.rst | 723 - panfrost: Add a blendable format table
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 113 textureCaps.blendable = textureCaps.renderbuffer; in GenerateTextureFormatCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 443 textureCaps.blendable = textureCaps.renderbuffer || textureCaps.textureAttachment; in GenerateTextureFormatCaps()
|