Home
last modified time | relevance | path

Searched refs:max3DTextureSize (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES3.cpp571 if (width > (caps.max3DTextureSize >> level) || in ValidateES3TexImageParametersBase()
572 height > (caps.max3DTextureSize >> level) || in ValidateES3TexImageParametersBase()
573 depth > (caps.max3DTextureSize >> level)) in ValidateES3TexImageParametersBase()
603 if (width > (caps.max3DTextureSize >> level) || in ValidateES3TexImageParametersBase()
604 height > (caps.max3DTextureSize >> level) || in ValidateES3TexImageParametersBase()
605 depth > (caps.max3DTextureSize >> level)) in ValidateES3TexImageParametersBase()
1406 if (width > caps.max3DTextureSize || height > caps.max3DTextureSize || in ValidateES3TexStorageParametersBase()
1407 depth > caps.max3DTextureSize) in ValidateES3TexStorageParametersBase()
1441 if (width > caps.max3DTextureSize || height > caps.max3DTextureSize || in ValidateES3TexStorageParametersBase()
1442 depth > caps.max3DTextureSize) in ValidateES3TexStorageParametersBase()
[all …]
DCaps.h195 GLint max3DTextureSize = 0; member
DCaps.cpp1004 caps.max3DTextureSize = 256; in GenerateMinimumCaps()
DvalidationES2.cpp5506 if (level > log2(caps.max3DTextureSize)) in ValidateFramebufferTexture3DOES()
5511 if (zoffset >= caps.max3DTextureSize) in ValidateFramebufferTexture3DOES()
DvalidationES.cpp989 maxDimension = caps.max3DTextureSize; in ValidMipLevel()
3746 maxDimension = caps.max3DTextureSize; in ValidateCopyTexImageParametersBase()
DvalidationEGL.cpp49 maxDimension = caps.max3DTextureSize; in GetMaximumMipLevel()
DContext.cpp1648 *params = mState.mCaps.max3DTextureSize; in getIntegervImpl()
3740 ANGLE_LIMIT_CAP(mState.mCaps.max3DTextureSize, IMPLEMENTATION_MAX_3D_TEXTURE_SIZE); in initCaps()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBackendMTL.mm422 uint32_t max3DTextureSize;
446 …{&MTLDeviceLimits::max3DTextureSize, { 2048u, 2048u, 2048u, 2048u, 2048u…
464 limits->v1.maxTextureDimension3D = mtlLimits.max3DTextureSize;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp1462 GLint max3DTextureSize; in verifyTexStorageInvalidValueErrors() local
1464 gl.getIntegerv(GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB, &max3DTextureSize); in verifyTexStorageInvalidValueErrors()
1476 Texture::Storage(gl, target, 1, format, width + max3DTextureSize, height, depth); in verifyTexStorageInvalidValueErrors()
1484 Texture::Storage(gl, target, 1, format, width, height + max3DTextureSize, depth); in verifyTexStorageInvalidValueErrors()
1504 gl.getIntegerv(GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV, &max3DTextureSize); in verifyTexStorageInvalidValueErrors()
1508 Texture::Storage(gl, target, 1, format, width, height, depth + max3DTextureSize); in verifyTexStorageInvalidValueErrors()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp2149 int max3DTextureSize = m_context.getContextInfo().getInt(GL_MAX_3D_TEXTURE_SIZE) + 1; in init()
2154 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, max3DTextureSize, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0); in init()
2156 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, max3DTextureSize, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0); in init()
2158 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, max3DTextureSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0); in init()
2160 …glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, max3DTextureSize, max3DTextureSize, max3DTextureSize, 0, G… in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp535 caps->max3DTextureSize = 1; in GenerateCaps()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp2806 int max3DTextureSize = ctx.getInteger(GL_MAX_3D_TEXTURE_SIZE) + 1; in teximage3d_max_width_height_depth() local
2811 …ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, max3DTextureSize, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, … in teximage3d_max_width_height_depth()
2813 …ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, max3DTextureSize, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, … in teximage3d_max_width_height_depth()
2815 …ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, max3DTextureSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, … in teximage3d_max_width_height_depth()
2817 …ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, max3DTextureSize, max3DTextureSize, max3DTextureSize, … in teximage3d_max_width_height_depth()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp572 mNativeCaps.max3DTextureSize = LimitToInt(limitsVk.maxImageDimension3D); in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1405 caps->max3DTextureSize = GetMaximum3DTextureSize(featureLevel); in GenerateCaps()
DBlit11.cpp589 6 * mRenderer->getNativeCaps().max3DTextureSize); in initResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm679 mNativeCaps.max3DTextureSize = 2048;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp698 caps->max3DTextureSize = std::min({QuerySingleGLInt(functions, GL_MAX_3D_TEXTURE_SIZE), in GenerateCaps()