/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES32.cpp | 40 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()
|
D | validationES31.cpp | 360 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 …]
|
D | validationES3.cpp | 57 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 …]
|
D | validationES2.cpp | 252 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 …]
|
D | validationES.cpp | 453 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 …]
|
D | validationES2.h | 89 const Caps &caps = context->getCaps(); in ValidateVertexAttribPointer()
|
D | ProgramPipeline.cpp | 499 context->getCaps(), context->getExtensions(), context->getClientVersion(), in link() 606 const Caps &caps = context->getCaps(); in validate()
|
D | Shader.cpp | 384 static_cast<GLuint>(context->getCaps().maxComputeWorkGroupInvocations); in compile() 386 mMaxComputeSharedMemory = context->getCaps().maxComputeSharedMemorySize; in compile()
|
D | Context.h | 520 const Caps &getCaps() const { return mState.getCaps(); } in getCaps() function
|
D | Program.cpp | 1568 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()
|
D | Display.h | 253 const Caps &getCaps() const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ImageMtl.mm | 77 mRenderable = mFormat.getCaps().depthRenderable || mFormat.getCaps().colorRenderable; 79 mTextureable = mFormat.getCaps().filterable || mFormat.hasDepthOrStencilBits();
|
D | mtl_format_utils.mm | 140 const FormatCaps &formatCaps = mtlFormat.getCaps(); 149 textureCaps.filterable = mtlFormat.getCaps().filterable; 151 mtlFormat.getCaps().colorRenderable || mtlFormat.getCaps().depthRenderable; 154 textureCaps.blendable = mtlFormat.getCaps().blendable;
|
D | RenderBufferMtl.mm | 77 if (actualSamples == 1 || (mFormat.getCaps().resolve)) 90 ASSERT(mFormat.getCaps().resolve);
|
D | RenderTargetMtl.mm | 86 rpaDescOut->blendable = mFormat ? mFormat->getCaps().blendable : false;
|
D | mtl_format_utils.h | 88 const FormatCaps &getCaps() const { return *caps; } in getCaps() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 298 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/ |
D | jsonToSpirv.cpp | 298 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/ |
D | jsonToSpirv.cpp | 298 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/ |
D | DisplayImpl.cpp | 103 const egl::Caps &DisplayImpl::getCaps() const in getCaps() function in rx::DisplayImpl
|
D | ContextImpl.h | 231 const gl::Caps &getCaps() const { return mState.getCaps(); } in getCaps() function
|
D | DisplayImpl.h | 107 const egl::Caps &getCaps() const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
D | DisplayVkAndroid.cpp | 63 if (getCaps().stencil8) in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/ |
D | DisplayVkXcb.cpp | 110 if (getCaps().stencil8) in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/ |
D | DisplayVkWin32.cpp | 144 if (getCaps().stencil8) in generateConfigs()
|