/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.inl.h | 43 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()
|
D | validationES.h | 430 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()
|
D | validationES2.h | 147 if (!context->getStateCache().isValidBindTextureType(target)) in ValidateBindTexture()
|
D | Context.h | 584 const StateCache &getStateCache() const { return mStateCache; } in getStateCache() function 585 StateCache &getStateCache() { return mStateCache; } in getStateCache() function
|
D | ProgramPipeline.cpp | 635 intptr_t drawStatesError = context->getStateCache().getBasicDrawStatesError(context); in validate()
|
D | VertexArray.cpp | 720 const AttributesMask &activeAttribues = context->getStateCache().getActiveBufferedAttribsMask(); in hasTransformFeedbackBindingConflict()
|
D | validationES.cpp | 4009 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/ |
D | validationES.h | 300 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()
|
D | Context.inl.h | 42 if (context->getStateCache().isTransformFeedbackActiveUnpaused()) in MarkTransformFeedbackBufferUsage() 51 for (size_t index : context->getStateCache().getActiveShaderStorageBufferIndices()) in MarkShaderStorageBufferUsage()
|
D | FrameCapture.cpp | 197 if (context->getStateCache().hasAnyActiveClientAttrib()) 208 if (context->getStateCache().hasAnyActiveClientAttrib()) 249 for (size_t attribIndex : context->getStateCache().getActiveClientAttribsMask())
|
D | validationES2.h | 129 if (!context->getStateCache().isValidBindTextureType(target)) in ValidateBindTexture()
|
D | Context.h | 555 const StateCache &getStateCache() const { return mStateCache; } in getStateCache() function 556 StateCache &getStateCache() { return mStateCache; } in getStateCache() function
|
D | VertexArray.cpp | 635 const AttributesMask &activeAttribues = context->getStateCache().getActiveBufferedAttribsMask(); in hasTransformFeedbackBindingConflict()
|
D | validationES.cpp | 2679 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/ |
D | SamplerMtl.mm | 39 displayMtl->getStateCache().getSamplerState(displayMtl->getMetalDevice(), samplerDesc);
|
D | DisplayMtl.h | 136 mtl::StateCache &getStateCache() { return mStateCache; } in getStateCache() function
|
D | mtl_render_utils.mm | 1253 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(
|
D | ContextMtl.mm | 1345 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/ |
D | VertexArrayVk.cpp | 280 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/ |
D | ContextGL.cpp | 208 if (context->getStateCache().hasAnyActiveClientAttrib()) in setDrawArraysState() 235 const gl::StateCache &stateCache = context->getStateCache(); in setDrawElementsState()
|
D | VertexArrayGL.cpp | 138 context->getStateCache().getActiveClientAttribsMask(); in syncDrawState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ContextGL.cpp | 225 if (context->getStateCache().hasAnyActiveClientAttrib() || in setDrawArraysState() 270 const gl::StateCache &stateCache = context->getStateCache(); in setDrawElementsState()
|
D | VertexArrayGL.cpp | 198 context->getStateCache().getActiveClientAttribsMask(); in syncDrawState()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 481 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()
|
D | VertexArrayVk.cpp | 558 const gl::AttributesMask &clientAttribs = context->getStateCache().getActiveClientAttribsMask(); in updateClientAttribs()
|