/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A 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()
|
H A 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() in ValidateBindImageTexture() [all...] |
H A 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() 3099 const Caps &caps = context->getCaps(); in ValidateIndexedStateQuery() [all...] |
H A D | validationES2.h | 89 const Caps &caps = context->getCaps(); in ValidateVertexAttribPointer()
|
H A D | Shader.cpp | 384 static_cast<GLuint>(context->getCaps().maxComputeWorkGroupInvocations); in compile() 386 mMaxComputeSharedMemory = context->getCaps().maxComputeSharedMemorySize; in compile()
|
H A D | ProgramPipeline.cpp | 499 context->getCaps(), context->getExtensions(), context->getClientVersion(), in link() 606 const Caps &caps = context->getCaps(); in validate()
|
H A 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() 3991 // to MAX_SAMPLES_ANGLE (Context::getCaps() in ValidateRenderbufferStorageMultisampleANGLE() [all...] |
H A 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() 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 D | Context.h | 520 const Caps &getCaps() const { return mState.getCaps(); } in getCaps() function in gl::final
|
H A D | Context_gles_1_0.cpp | 397 ASSERT(target >= GL_TEXTURE0 && unit < getCaps().maxMultitextureUnits); in multiTexCoord4f() 404 ASSERT(target >= GL_TEXTURE0 && unit < getCaps().maxMultitextureUnits); in multiTexCoord4x()
|
H A D | Compiler.cpp | 78 const gl::Caps &caps = state.getCaps(); in Compiler()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A 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, 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 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, bool bitEnum) { in jsonToSpirv() 433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 500 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 D | DisplayImpl.cpp | 103 const egl::Caps &DisplayImpl::getCaps() const in getCaps() function in rx::DisplayImpl
|
H A D | ContextImpl.h | 231 const gl::Caps &getCaps() const { return mState.getCaps(); } in getCaps() function in rx::ContextImpl
|
H A D | DisplayImpl.h | 107 const egl::Caps &getCaps() const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | DisplayVkAndroid.cpp | 63 if (getCaps().stencil8) in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/ |
H A D | DisplayVkXcb.cpp | 110 if (getCaps().stencil8) in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/ |
H A D | DisplayVkWin32.cpp | 144 if (getCaps().stencil8) in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_format_utils.h | 88 const FormatCaps &getCaps() const { return *caps; } in getCaps() function
|
/third_party/backends/backend/ |
H A D | plustek-pp.h | 566 int (*getCaps) ( struct Plustek_Device* ); member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicHLSL.cpp | 1239 ? static_cast<unsigned int>(data.getCaps().maxDrawBuffers) 1260 secondaryIndex < data.getCaps().maxDualSourceDrawBuffers; secondaryIndex++)
|
H A D | ProgramD3D.cpp | 1650 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 D | StateManager11.cpp | 1440 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());
|