Home
last modified time | relevance | path

Searched refs:filterable (Results 1 – 25 of 31) sorted by relevance

12

/third_party/openGLES/extensions/OES/
DOES_texture_float_linear.txt64 existing sized 32-bit floating-point formats become texture-filterable,
75 Check the ``Texture-filterable'' column for the R32F, RG32F, RGB32F, and RGBA32F formats.
87 formats filterable for FLOAT and HALF_FLOAT_OES types, respectively.
94 formats with 16-bits per component ('half-float') are filterable, but
100 filterable _without_ adding the additional unsized formats from
109 - floating-point formats with 32-bit per component are not filterable
110 - floating-point formats with 16-bit per component are filterable
113 - all floating-point formats in Table 3.13 are filterable
116 - all floating-point formats in Table 3.13 are filterable
117 - all formats of type FLOAT added by OES_texture_float are filterable
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_table_autogen.mm3753 setFormatCaps(MTLPixelFormatA8Unorm, /** filterable*/ true, /** writable*/ false,
3757 setFormatCaps(MTLPixelFormatBGR10A2Unorm, /** filterable*/ true,
3762 setFormatCaps(MTLPixelFormatBGRA8Unorm, /** filterable*/ true, /** writable*/ true,
3766 setFormatCaps(MTLPixelFormatBGRA8Unorm_sRGB, /** filterable*/ true,
3772 /** filterable*/ display->supportsEitherGPUFamily(1, 1), /** writable*/ false,
3778 /** filterable*/ display->supportsEitherGPUFamily(1, 1), /** writable*/ false,
3783 setFormatCaps(MTLPixelFormatR16Float, /** filterable*/ true, /** writable*/ true,
3787 setFormatCaps(MTLPixelFormatR16Sint, /** filterable*/ false, /** writable*/ true,
3791 setFormatCaps(MTLPixelFormatR16Snorm, /** filterable*/ true, /** writable*/ true,
3796 setFormatCaps(MTLPixelFormatR16Uint, /** filterable*/ false, /** writable*/ true,
[all …]
Dmtl_format_utils.h53 bool filterable = false; member
157 bool filterable,
165 bool filterable,
175 bool filterable,
184 bool filterable,
194 void setCompressedFormatCaps(MTLPixelFormat formatId, bool filterable);
Dmtl_format_utils.mm112 caps->texturable = caps->filterable = caps->textureAttachment = caps->renderbuffer =
149 textureCaps.filterable = mtlFormat.getCaps().filterable;
304 bool filterable,
311 setFormatCaps(formatId, filterable, writable, blendable, multisample, resolve, colorRenderable,
315 bool filterable,
324 setFormatCaps(formatId, filterable, writable, blendable, multisample, resolve, colorRenderable,
329 bool filterable,
337 setFormatCaps(formatId, filterable, writable, blendable, multisample, resolve, colorRenderable,
341 bool filterable,
351 mNativePixelFormatCapsTable[id].filterable = filterable;
[all …]
Dgen_mtl_format_table.py561 filterable = cap_to_param(caps, 'filterable')
570 mtl_format, filterable, writable, blendable, multisample, resolve, colorRenderable,
DImageMtl.mm79 mTextureable = mFormat.getCaps().filterable || mFormat.hasDepthOrStencilBits();
DTextureMtl.mm802 if (mFormat.actualAngleFormat().depthBits && !mFormat.getCaps().filterable)
1301 else if (!avoidGPUPath && caps.filterable && caps.colorRenderable)
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp90 bool filterable = in TEST_P() local
92 EXPECT_EQ(filterable, textureInfo.filterable) << " for " << gl::FmtHex(internalFormat); in TEST_P()
DVulkanFormatTablesTest.cpp97 EXPECT_EQ(isFilterable, textureCaps.filterable) << actualImageVkFormat; in TEST_P()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_float_linear.txt51 floating-point formats become texture-filterable. This should be noted
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h36 bool filterable = false; member
DCaps.cpp72 caps.filterable = internalFormatInfo.filterSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
180 if (requiresFiltering && !cap.filterable) in GetFormatSupportBase()
DContext.cpp3949 formatCaps.filterable = formatCaps.filterable && in updateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp36 outTextureCaps->filterable = renderer->hasImageFormatFeatureBits( in FillTextureFormatCaps()
Dvk_caps_utils.cpp53 if (baseCaps.texturable && baseCaps.filterable) in FormatReinterpretationSupported()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp1088 const bool filterable = glu::isGLInternalColorFormatFilterable(format); in init() local
1100 const bool addLinear = filterable; in init()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_snorm.txt260 It follows that these are filterable.
DEXT_texture_filter_minmax.txt278 sized internal color format that is not texture-filterable (see table
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp453 textureCaps.filterable = SUCCEEDED( in GenerateTextureFormatCaps()
/third_party/openGLES/extensions/EXT/
DEXT_texture_snorm.txt260 It follows that these are filterable.
DEXT_texture_filter_minmax.txt278 sized internal color format that is not texture-filterable (see table
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_texture_filter_cubic.txt244 internal color format that is not texture-filterable (see table 3.12),
/third_party/openGLES/extensions/IMG/
DIMG_texture_filter_cubic.txt244 internal color format that is not texture-filterable (see table 3.12),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp107 textureCaps.filterable = in GenerateTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp439 textureCaps.filterable = in GenerateTextureFormatCaps()

12