/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES3.cpp | 571 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 …]
|
D | Caps.h | 195 GLint max3DTextureSize = 0; member
|
D | Caps.cpp | 1004 caps.max3DTextureSize = 256; in GenerateMinimumCaps()
|
D | validationES2.cpp | 5506 if (level > log2(caps.max3DTextureSize)) in ValidateFramebufferTexture3DOES() 5511 if (zoffset >= caps.max3DTextureSize) in ValidateFramebufferTexture3DOES()
|
D | validationES.cpp | 989 maxDimension = caps.max3DTextureSize; in ValidMipLevel() 3746 maxDimension = caps.max3DTextureSize; in ValidateCopyTexImageParametersBase()
|
D | validationEGL.cpp | 49 maxDimension = caps.max3DTextureSize; in GetMaximumMipLevel()
|
D | Context.cpp | 1648 *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/ |
D | BackendMTL.mm | 422 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/ |
D | gl4cSparseTextureTests.cpp | 1462 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/ |
D | es3fNegativeTextureApiTests.cpp | 2149 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/ |
D | renderer9_utils.cpp | 535 caps->max3DTextureSize = 1; in GenerateCaps()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 2806 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/ |
D | vk_caps_utils.cpp | 572 mNativeCaps.max3DTextureSize = LimitToInt(limitsVk.maxImageDimension3D); in ensureCapsInitialized()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 1405 caps->max3DTextureSize = GetMaximum3DTextureSize(featureLevel); in GenerateCaps()
|
D | Blit11.cpp | 589 6 * mRenderer->getNativeCaps().max3DTextureSize); in initResources()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DisplayMtl.mm | 679 mNativeCaps.max3DTextureSize = 2048;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 698 caps->max3DTextureSize = std::min({QuerySingleGLInt(functions, GL_MAX_3D_TEXTURE_SIZE), in GenerateCaps()
|