Home
last modified time | relevance | path

Searched refs:getCaps (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES32.cpp40 if (buf >= static_cast<GLuint>(context->getCaps().maxDrawBuffers)) in ValidateBlendEquationSeparatei()
60 if (buf >= static_cast<GLuint>(context->getCaps().maxDrawBuffers)) in ValidateBlendEquationi()
83 if (buf >= static_cast<GLuint>(context->getCaps().maxDrawBuffers)) in ValidateBlendFuncSeparatei()
104 if (buf >= static_cast<GLuint>(context->getCaps().maxDrawBuffers)) in ValidateBlendFunci()
127 if (index >= static_cast<GLuint>(context->getCaps().maxDrawBuffers)) in ValidateColorMaski()
205 if (index >= static_cast<GLuint>(context->getCaps().maxDrawBuffers)) in ValidateDisablei()
280 if (index >= static_cast<GLuint>(context->getCaps().maxDrawBuffers)) in ValidateEnablei()
458 if (index >= static_cast<GLuint>(context->getCaps().maxDrawBuffers)) in ValidateIsEnabledi()
DvalidationES31.cpp360 const Caps &caps = context->getCaps(); in ValidateVertexAttribFormatCommon()
1123 GLint maxWidth = context->getCaps().maxFramebufferWidth; in ValidateFramebufferParameteri()
1133 GLint maxHeight = context->getCaps().maxFramebufferHeight; in ValidateFramebufferParameteri()
1143 GLint maxSamples = context->getCaps().maxFramebufferSamples; in ValidateFramebufferParameteri()
1164 GLint maxLayers = context->getCaps().maxFramebufferLayers; in ValidateFramebufferParameteri()
1297 const Caps &caps = context->getCaps(); in ValidateBindVertexBuffer()
1338 const Caps &caps = context->getCaps(); in ValidateVertexBindingDivisor()
1406 const Caps &caps = context->getCaps(); in ValidateVertexAttribBinding()
1486 const Caps &caps = context->getCaps(); in ValidateDispatchCompute()
1573 GLuint maxImageUnits = static_cast<GLuint>(context->getCaps().maxImageUnits); in ValidateBindImageTexture()
[all …]
DvalidationES3.cpp57 if (static_cast<GLuint>(numViews) > context->getCaps().maxViews) in ValidateFramebufferTextureMultiviewBaseANGLE()
526 const Caps &caps = context->getCaps(); in ValidateES3TexImageParametersBase()
1357 const Caps &caps = context->getCaps(); in ValidateES3TexStorageParametersBase()
1637 const Caps &caps = context->getCaps(); in ValidateFramebufferTextureLayer()
1897 if (drawBuffer >= static_cast<GLuint>(context->getCaps().maxColorAttachments)) in ValidateReadBuffer()
2052 const Caps &caps = context->getCaps(); in ValidateBindBufferCommon()
2316 if (drawbuffer < 0 || drawbuffer >= context->getCaps().maxDrawBuffers) in ValidateClearBufferiv()
2359 if (drawbuffer < 0 || drawbuffer >= context->getCaps().maxDrawBuffers) in ValidateClearBufferuiv()
2393 if (drawbuffer < 0 || drawbuffer >= context->getCaps().maxDrawBuffers) in ValidateClearBufferfv()
3105 const Caps &caps = context->getCaps(); in ValidateIndexedStateQuery()
[all …]
DvalidationES2.cpp252 const Caps &caps = context->getCaps(); in IsValidCopyTextureDestinationLevel()
886 const Caps &caps = context->getCaps(); in ValidateES2TexImageParametersBase()
1601 const Caps &caps = context->getCaps(); in ValidateES2TexStorageParametersBase()
2014 if (messageLength > context->getCaps().maxDebugMessageLength) in ValidateDebugMessageInsertKHR()
2083 if (messageLength > context->getCaps().maxDebugMessageLength) in ValidatePushDebugGroupKHR()
2090 if (currentStackSize >= context->getCaps().maxDebugGroupStackDepth) in ValidatePushDebugGroupKHR()
2238 if (labelLength > context->getCaps().maxLabelLength) in ValidateLabelLength()
3099 const Caps &caps = context->getCaps(); in ValidateBindUniformLocationCHROMIUM()
3687 GL_TEXTURE0 + static_cast<GLuint>(context->getCaps().maxCombinedTextureImageUnits) - 1) in ValidateActiveTexture()
3993 if (samples > context->getCaps().maxSamples) in ValidateRenderbufferStorageMultisampleANGLE()
[all …]
DvalidationES.cpp453 GLfloat largest = context->getCaps().maxTextureAnisotropy; in ValidateTextureMaxAnisotropyValue()
964 const auto &caps = context->getCaps(); in ValidMipLevel()
1375 if (colorAttachment >= context->getCaps().maxColorAttachments) in ValidateAttachmentTarget()
1450 if (std::max(width, height) > context->getCaps().maxRenderbufferSize) in ValidateRenderbufferStorageParametersBase()
2706 const GLint max = context->getCaps().maxCombinedTextureImageUnits; in ValidateUniform1ivValue()
2796 const Caps &caps = context->getCaps(); in ValidateStateQuery()
3723 const Caps &caps = context->getCaps(); in ValidateCopyTexImageParametersBase()
4071 if (!executable->validateSamplers(nullptr, context->getCaps())) in ValidateDrawStates()
4622 GL_COLOR_ATTACHMENT0 + static_cast<GLuint>(context->getCaps().maxColorAttachments)) in ValidateDiscardFramebufferBase()
4863 const std::vector<GLenum> &programBinaryFormats = context->getCaps().programBinaryFormats; in ValidateProgramBinaryBase()
[all …]
DvalidationES2.h89 const Caps &caps = context->getCaps(); in ValidateVertexAttribPointer()
DProgramPipeline.cpp499 context->getCaps(), context->getExtensions(), context->getClientVersion(), in link()
606 const Caps &caps = context->getCaps(); in validate()
DShader.cpp384 static_cast<GLuint>(context->getCaps().maxComputeWorkGroupInvocations); in compile()
386 mMaxComputeSharedMemory = context->getCaps().maxComputeSharedMemorySize; in compile()
DContext.h520 const Caps &getCaps() const { return mState.getCaps(); } in getCaps() function
DProgram.cpp1568 if (!linkUniforms(context->getCaps(), context->getClientVersion(), infoLog, in linkImpl()
1576 if (!linkInterfaceBlocks(context->getCaps(), context->getClientVersion(), in linkImpl()
1588 static_cast<GLuint>(context->getCaps().maxCombinedShaderOutputResources)) in linkImpl()
1594 << context->getCaps().maxCombinedShaderOutputResources << ")"; in linkImpl()
1614 if (!linkUniforms(context->getCaps(), context->getClientVersion(), infoLog, in linkImpl()
1622 if (!linkInterfaceBlocks(context->getCaps(), context->getClientVersion(), in linkImpl()
1644 context->getCaps(), context->getExtensions(), context->getClientVersion(), in linkImpl()
3730 const Caps &caps = context->getCaps(); in linkAttributes()
DDisplay.h253 const Caps &getCaps() const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DImageMtl.mm77 mRenderable = mFormat.getCaps().depthRenderable || mFormat.getCaps().colorRenderable;
79 mTextureable = mFormat.getCaps().filterable || mFormat.hasDepthOrStencilBits();
Dmtl_format_utils.mm140 const FormatCaps &formatCaps = mtlFormat.getCaps();
149 textureCaps.filterable = mtlFormat.getCaps().filterable;
151 mtlFormat.getCaps().colorRenderable || mtlFormat.getCaps().depthRenderable;
154 textureCaps.blendable = mtlFormat.getCaps().blendable;
DRenderBufferMtl.mm77 if (actualSamples == 1 || (mFormat.getCaps().resolve))
90 ASSERT(mFormat.getCaps().resolve);
DRenderTargetMtl.mm86 rpaDescOut->blendable = mFormat ? mFormat->getCaps().blendable : false;
Dmtl_format_utils.h88 const FormatCaps &getCaps() const { return *caps; } in getCaps() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp298 const auto getCaps = [](const Json::Value& object) { in jsonToSpirv() local
369 EnumCaps caps = getCaps(inst); in jsonToSpirv()
395 …const auto populateEnumValues = [&getCaps,&getExts](EnumValues* dest, const Json::Value& source, b… in jsonToSpirv()
433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp298 const auto getCaps = [](const Json::Value& object) { in jsonToSpirv() local
369 EnumCaps caps = getCaps(inst); in jsonToSpirv()
395 …const auto populateEnumValues = [&getCaps,&getExts](EnumValues* dest, const Json::Value& source, b… in jsonToSpirv()
433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp298 const auto getCaps = [](const Json::Value& object) { in jsonToSpirv() local
369 EnumCaps caps = getCaps(inst); in jsonToSpirv()
395 …const auto populateEnumValues = [&getCaps,&getExts](EnumValues* dest, const Json::Value& source, b… in jsonToSpirv()
433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.cpp103 const egl::Caps &DisplayImpl::getCaps() const in getCaps() function in rx::DisplayImpl
DContextImpl.h231 const gl::Caps &getCaps() const { return mState.getCaps(); } in getCaps() function
DDisplayImpl.h107 const egl::Caps &getCaps() const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DDisplayVkAndroid.cpp63 if (getCaps().stencil8) in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
DDisplayVkXcb.cpp110 if (getCaps().stencil8) in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
DDisplayVkWin32.cpp144 if (getCaps().stencil8) in generateConfigs()

12