Home
last modified time | relevance | path

Searched refs:getStateCache (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.inl.h43 if (context->getStateCache().isTransformFeedbackActiveUnpaused()) in MarkTransformFeedbackBufferUsage()
52 for (size_t index : context->getStateCache().getActiveShaderStorageBufferIndices()) in MarkShaderStorageUsage()
61 for (size_t index : context->getStateCache().getActiveImageUnitIndices()) in MarkShaderStorageUsage()
DvalidationES.h430 intptr_t drawStatesError = context->getStateCache().getBasicDrawStatesError(context); in ValidateDrawBase()
444 if (!context->getStateCache().isValidDrawMode(mode)) in ValidateDrawBase()
740 context->getStateCache().getVertexAttribTypeValidation(type)); in ValidateFloatVertexFormat()
751 context->getStateCache().getIntegerVertexAttribTypeValidation(type)); in ValidateIntegerVertexFormat()
932 if (maxVertex > context->getStateCache().getNonInstancedVertexElementLimit()) in ValidateDrawAttribs()
976 if ((primcount - 1) > context->getStateCache().getInstancedVertexElementLimit()) in ValidateDrawInstancedAttribs()
1015 if (context->getStateCache().isTransformFeedbackActiveUnpaused() && in ValidateDrawArraysCommon()
1036 if (!context->getStateCache().isValidDrawElementsType(type)) in ValidateDrawElementsBase()
1049 intptr_t drawElementsError = context->getStateCache().getBasicDrawElementsError(context); in ValidateDrawElementsBase()
DvalidationES2.h147 if (!context->getStateCache().isValidBindTextureType(target)) in ValidateBindTexture()
DContext.h584 const StateCache &getStateCache() const { return mStateCache; } in getStateCache() function
585 StateCache &getStateCache() { return mStateCache; } in getStateCache() function
DProgramPipeline.cpp635 intptr_t drawStatesError = context->getStateCache().getBasicDrawStatesError(context); in validate()
DVertexArray.cpp720 const AttributesMask &activeAttribues = context->getStateCache().getActiveBufferedAttribsMask(); in hasTransformFeedbackBindingConflict()
DvalidationES.cpp4009 if (context->getStateCache().hasAnyEnabledClientAttrib()) in ValidateDrawStates()
4294 if (context->getStateCache().isTransformFeedbackActiveUnpaused()) in ValidateDrawElementsStates()
8182 if (context->getStateCache().getNonInstancedVertexElementLimit() == in RecordDrawAttribsError()
8184 context->getStateCache().getInstancedVertexElementLimit() == in RecordDrawAttribsError()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES.h300 if (!context->getStateCache().isValidDrawMode(mode)) in ValidateDrawBase()
306 intptr_t drawStatesError = context->getStateCache().getBasicDrawStatesError(context); in ValidateDrawBase()
553 context->getStateCache().getVertexAttribTypeValidation(type)); in ValidateFloatVertexFormat()
562 context, index, size, context->getStateCache().getIntegerVertexAttribTypeValidation(type)); in ValidateIntegerVertexFormat()
707 if (maxVertex > context->getStateCache().getNonInstancedVertexElementLimit()) in ValidateDrawAttribs()
746 if ((primcount - 1) > context->getStateCache().getInstancedVertexElementLimit()) in ValidateDrawInstancedAttribs()
784 if (context->getStateCache().isTransformFeedbackActiveUnpaused()) in ValidateDrawArraysCommon()
802 if (!context->getStateCache().isValidDrawElementsType(type)) in ValidateDrawElementsBase()
815 intptr_t drawElementsError = context->getStateCache().getBasicDrawElementsError(context); in ValidateDrawElementsBase()
DContext.inl.h42 if (context->getStateCache().isTransformFeedbackActiveUnpaused()) in MarkTransformFeedbackBufferUsage()
51 for (size_t index : context->getStateCache().getActiveShaderStorageBufferIndices()) in MarkShaderStorageBufferUsage()
DFrameCapture.cpp197 if (context->getStateCache().hasAnyActiveClientAttrib())
208 if (context->getStateCache().hasAnyActiveClientAttrib())
249 for (size_t attribIndex : context->getStateCache().getActiveClientAttribsMask())
DvalidationES2.h129 if (!context->getStateCache().isValidBindTextureType(target)) in ValidateBindTexture()
DContext.h555 const StateCache &getStateCache() const { return mStateCache; } in getStateCache() function
556 StateCache &getStateCache() { return mStateCache; } in getStateCache() function
DVertexArray.cpp635 const AttributesMask &activeAttribues = context->getStateCache().getActiveBufferedAttribsMask(); in hasTransformFeedbackBindingConflict()
DvalidationES.cpp2679 if (context->getStateCache().hasAnyEnabledClientAttrib()) in ValidateDrawStates()
2935 if (context->getStateCache().isTransformFeedbackActiveUnpaused()) in ValidateDrawElementsStates()
6487 if (context->getStateCache().getNonInstancedVertexElementLimit() == in RecordDrawAttribsError()
6489 context->getStateCache().getInstancedVertexElementLimit() == in RecordDrawAttribsError()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DSamplerMtl.mm39 displayMtl->getStateCache().getSamplerState(displayMtl->getMetalDevice(), samplerDesc);
DDisplayMtl.h136 mtl::StateCache &getStateCache() { return mStateCache; } in getStateCache() function
Dmtl_render_utils.mm1253 return contextMtl->getDisplay()->getStateCache().getNullDepthStencilState(contextMtl);
1278 return contextMtl->getDisplay()->getStateCache().getDepthStencilState(
1540 contextMtl->getDisplay()->getStateCache().getNullDepthStencilState(contextMtl));
1549 cmdEncoder->setFragmentSamplerState(contextMtl->getDisplay()->getStateCache().getSamplerState(
1776 cmdEncoder->setDepthStencilState(contextMtl->getDisplay()->getStateCache().getDepthStencilState(
DContextMtl.mm1345 invalidateDefaultAttributes(context->getStateCache().getActiveDefaultAttribsMask());
1979 invalidateDefaultAttributes(context->getStateCache().getActiveDefaultAttribsMask());
1988 invalidateDefaultAttributes(context->getStateCache().getActiveDefaultAttribsMask());
2023 if (context->getStateCache().hasAnyActiveClientAttrib())
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp280 context->getStateCache().getActiveBufferedAttribsMask(); in handleLineLoopIndirectDraw()
761 context->getStateCache().getActiveClientAttribsMask() | in updateStreamedAttribs()
762 context->getStateCache().getActiveBufferedAttribsMask(); in updateStreamedAttribs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.cpp208 if (context->getStateCache().hasAnyActiveClientAttrib()) in setDrawArraysState()
235 const gl::StateCache &stateCache = context->getStateCache(); in setDrawElementsState()
DVertexArrayGL.cpp138 context->getStateCache().getActiveClientAttribsMask(); in syncDrawState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.cpp225 if (context->getStateCache().hasAnyActiveClientAttrib() || in setDrawArraysState()
270 const gl::StateCache &stateCache = context->getStateCache(); in setDrawElementsState()
DVertexArrayGL.cpp198 context->getStateCache().getActiveClientAttribsMask(); in syncDrawState()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp481 if (context->getStateCache().hasAnyActiveClientAttrib()) in setupDraw()
737 for (size_t attribIndex : context->getStateCache().getActiveBufferedAttribsMask()) in handleDirtyGraphicsVertexBuffers()
1858 invalidateDefaultAttributes(context->getStateCache().getActiveDefaultAttribsMask()); in syncState()
1880 context->getStateCache().getActiveDefaultAttribsMask()); in syncState()
DVertexArrayVk.cpp558 const gl::AttributesMask &clientAttribs = context->getStateCache().getActiveClientAttribsMask(); in updateClientAttribs()

12