Home
last modified time | relevance | path

Searched refs:getCaps (Results 1 - 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A 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()
H A 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() in ValidateBindImageTexture()
[all...]
H A 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()
3099 const Caps &caps = context->getCaps(); in ValidateIndexedStateQuery()
[all...]
H A DvalidationES2.h89 const Caps &caps = context->getCaps(); in ValidateVertexAttribPointer()
H A DShader.cpp384 static_cast<GLuint>(context->getCaps().maxComputeWorkGroupInvocations); in compile()
386 mMaxComputeSharedMemory = context->getCaps().maxComputeSharedMemorySize; in compile()
H A DProgramPipeline.cpp499 context->getCaps(), context->getExtensions(), context->getClientVersion(), in link()
606 const Caps &caps = context->getCaps(); in validate()
H A 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()
3991 // to MAX_SAMPLES_ANGLE (Context::getCaps() in ValidateRenderbufferStorageMultisampleANGLE()
[all...]
H A 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()
4631 GL_COLOR_ATTACHMENT0 + static_cast<GLuint>(context->getCaps().maxColorAttachments)) in ValidateDiscardFramebufferBase()
4872 const std::vector<GLenum> &programBinaryFormats = context->getCaps() in ValidateProgramBinaryBase()
[all...]
H A DContext.h520 const Caps &getCaps() const { return mState.getCaps(); } in getCaps() function in gl::final
H A DContext_gles_1_0.cpp397 ASSERT(target >= GL_TEXTURE0 && unit < getCaps().maxMultitextureUnits); in multiTexCoord4f()
404 ASSERT(target >= GL_TEXTURE0 && unit < getCaps().maxMultitextureUnits); in multiTexCoord4x()
H A DCompiler.cpp78 const gl::Caps &caps = state.getCaps(); in Compiler()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A 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, bool bitEnum) { in jsonToSpirv()
433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A 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, bool bitEnum) { in jsonToSpirv()
433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp500 const auto getCaps = [](const Json::Value& object) { in jsonToSpirv() local
575 EnumCaps caps = getCaps(inst); in jsonToSpirv()
604 const auto populateEnumValues = [&getCaps,&getExts,&errorCount](EnumValues* dest, const Json::Value& source, bool bitEnum) { in jsonToSpirv()
642 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DDisplayImpl.cpp103 const egl::Caps &DisplayImpl::getCaps() const in getCaps() function in rx::DisplayImpl
H A DContextImpl.h231 const gl::Caps &getCaps() const { return mState.getCaps(); } in getCaps() function in rx::ContextImpl
H A DDisplayImpl.h107 const egl::Caps &getCaps() const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DDisplayVkAndroid.cpp63 if (getCaps().stencil8) in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
H A DDisplayVkXcb.cpp110 if (getCaps().stencil8) in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
H A DDisplayVkWin32.cpp144 if (getCaps().stencil8) in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_format_utils.h88 const FormatCaps &getCaps() const { return *caps; } in getCaps() function
/third_party/backends/backend/
H A Dplustek-pp.h566 int (*getCaps) ( struct Plustek_Device* ); member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp1239 ? static_cast<unsigned int>(data.getCaps().maxDrawBuffers)
1260 secondaryIndex < data.getCaps().maxDualSourceDrawBuffers; secondaryIndex++)
H A DProgramD3D.cpp1650 const gl::Caps &caps = state.getCaps();
2046 data.getCaps().maxShaderTextureImageUnits[gl::ShaderType::Compute]);
2047 mImagesCS.resize(data.getCaps().maxImageUnits);
2048 mReadonlyImagesCS.resize(data.getCaps().maxImageUnits);
2076 data.getCaps().maxShaderTextureImageUnits[shaderType]);
2121 mDynamicHLSL->generateShaderLinkHLSL(context->getCaps(), mState, metadata, varyingPacking,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp1440 const auto &caps = context->getCaps();
2056 ASSERT(maxExistingRT <= static_cast<UINT>(context->getCaps().maxDrawBuffers));
2767 const auto &caps = context->getCaps();
2835 const auto &caps = context->getCaps();
3335 GLint textureUnit = mProgramD3D->getSamplerMapping(type, i, context->getCaps());
3786 mProgramD3D->updateUniformBufferCache(context->getCaps());

Completed in 47 milliseconds

12