Home
last modified time | relevance | path

Searched defs:const (Results 18701 - 18725 of 19611) sorted by relevance

1...<<741742743744745746747748749750>>...785

/third_party/skia/src/core/
H A DSkCanvas.cpp86 bool SkCanvas::wouldOverwriteEntireSurface(const SkRect* rect, const SkPaint* paint, in wouldOverwriteEntireSurface() argument
353 paint() const paint() argument
520 getSurface() const getSurface() argument
524 getBaseLayerSize() const getBaseLayerSize() argument
528 topDevice() const topDevice() argument
586 getSaveCount() const getSaveCount() argument
1272 imageInfo() const imageInfo() argument
1276 onImageInfo() const onImageInfo() argument
1280 getProps(SkSurfaceProps* props) const getProps() argument
1284 onGetProps(SkSurfaceProps* props) const onGetProps() argument
1421 findMarkedCTM(const char* name, SkM44* mx) const findMarkedCTM() argument
[all...]
H A DSkMatrix.cpp96 uint8_t SkMatrix::computePerspectiveTypeMask() const { in computePerspectiveTypeMask() argument
111 uint8_t SkMatrix::computeTypeMask() const { in computeTypeMask() argument
194 bool SkMatrix::isSimilarity(SkScalar tol) const { in isSimilarity() argument
223 preservesRightAngles(SkScalar tol) const preservesRightAngles() argument
764 asAffine(SkScalar affine[6]) const asAffine() argument
779 mapPoints(SkPoint dst[], const SkPoint src[], int count) const mapPoints() argument
786 mapXY(SkScalar x, SkScalar y, SkPoint* result) const mapXY() argument
822 invertNonIdentity(SkMatrix* inv) const invertNonIdentity() argument
1074 mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const mapHomogeneousPoints() argument
1079 mapHomogeneousPoints(SkPoint3 dst[], const SkPoint src[], int count) const mapHomogeneousPoints() argument
1105 mapVectors(SkPoint dst[], const SkPoint src[], int count) const mapVectors() argument
1136 mapRectScaleTranslate(SkRect* dst, const SkRect& src) const mapRectScaleTranslate() argument
1149 mapRect(SkRect* dst, const SkRect& src, SkApplyPerspectiveClip pc) const mapRect() argument
1178 mapRadius(SkScalar radius) const mapRadius() argument
1540 getMinScale() const getMinScale() argument
1549 getMaxScale() const getMaxScale() argument
1558 getMinMaxScales(SkScalar scaleFactors[2]) const getMinMaxScales() argument
1577 decomposeScale(SkSize* scale, SkMatrix* remaining) const decomposeScale() argument
1601 writeToMemory(void* buffer) const writeToMemory() argument
1622 dump() const dump() argument
1630 dump(std::string& desc, int depth) const dump() argument
1810 toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const toQuad() argument
1834 toTriStrip(SkScalar width, SkScalar height, SkPoint strip[4]) const toTriStrip() argument
[all...]
H A DSkRegion.cpp46 int count() const { return fCount; } in count() argument
168 int SkRegion::computeRegionComplexity() const { in computeRegionComplexity() argument
253 count_runtype_values(int* itop, int* ibot) const count_runtype_values() argument
356 contains(int32_t x, int32_t y) const contains() argument
414 contains(const SkIRect& r) const contains() argument
438 contains(const SkRegion& rgn) const contains() argument
459 getRuns(RunType tmpStorage[], int* intervals) const getRuns() argument
494 intersects(const SkIRect& r) const intersects() argument
523 intersects(const SkRegion& rgn) const intersects() argument
551 operator ==(const SkRegion& b) const operator ==() argument
588 translate(int dx, int dy, SkRegion* dst) const translate() argument
878 isEmpty() const isEmpty() argument
1143 writeToMemory(void* storage) const writeToMemory() argument
1315 isValid() const isValid() argument
1330 dump(std::string& desc, int depth) const dump() argument
1357 dump() const dump() argument
[all...]
/third_party/skia/src/gpu/
H A DSurfaceContext.cpp46 const GrCaps* SurfaceContext::caps() const { return fContext->priv().caps(); } in caps() argument
52 const GrDrawingManager* SurfaceContext::drawingManager() const { in drawingManager() argument
57 GrSingleOwner* SurfaceContext::singleOwner() const { return fContext->priv().singleOwner(); } in singleOwner() argument
692 data() const data() argument
702 rowBytes() const rowBytes() argument
1300 validate() const validate() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h176 typeSize() const typeSize() argument
196 currentValueType() const currentValueType() argument
201 stride() const stride() argument
206 getCurrentValueBitsAsFloat(int i) const getCurrentValueBitsAsFloat() argument
211 getCurrentValueF(int i) const getCurrentValueF() argument
222 getCurrentValueI(int i) const getCurrentValueI() argument
233 getCurrentValueUI(int i) const getCurrentValueUI() argument
765 operator bool() const operator bool() argument
[all...]
H A DProgram.cpp73 bool Uniform::isArray() const in isArray() argument
78 int Uniform::size() const in size() argument
83 int Uniform::registerCount() const in registerCount() argument
108 bool UniformBlock::isArrayElement() const in isArrayElement() argument
113 bool UniformBlock::isReferencedByVertexShader() const in isReferencedByVertexShader() argument
118 bool UniformBlock::isReferencedByFragmentShader() const in isReferencedByFragmentShader() argument
226 getAttachedShadersCount() const getAttachedShadersCount() argument
2672 isLinked() const isLinked() argument
2677 isValidated() const isValidated() argument
2682 getBinaryLength() const getBinaryLength() argument
2703 getRefCount() const getRefCount() argument
2708 getSerial() const getSerial() argument
2718 getInfoLogLength() const getInfoLogLength() argument
2771 getActiveAttribute(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveAttribute() argument
2795 getActiveAttributeCount() const getActiveAttributeCount() argument
2800 getActiveAttributeMaxLength() const getActiveAttributeMaxLength() argument
2814 getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveUniform() argument
2839 getActiveUniformCount() const getActiveUniformCount() argument
2844 getActiveUniformMaxLength() const getActiveUniformMaxLength() argument
2865 getActiveUniformi(GLuint index, GLenum pname) const getActiveUniformi() argument
2885 getActiveUniformBlockName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const getActiveUniformBlockName() argument
2912 getActiveUniformBlockCount() const getActiveUniformBlockCount() argument
2917 getActiveUniformBlockMaxLength() const getActiveUniformBlockMaxLength() argument
2953 getTransformFeedbackVarying(GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) const getTransformFeedbackVarying() argument
[all...]
H A DlibGLESv3.cpp1747 TransformFeedbackVaryings(GLuint program, GLsizei count, const GLchar *const*varyings, GLenum bufferMode) TransformFeedbackVaryings() argument
2463 GetUniformIndices(GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices) GetUniformIndices() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp60 PixelRoutine::SampleSet PixelRoutine::getSampleSet(int invocation) const in getSampleSet() argument
936 isSRGB(int index) const isSRGB() argument
[all...]
H A DSamplerCore.cpp2505 hasFloatTexture() const hasFloatTexture() argument
2510 hasUnnormalizedIntegerTexture() const hasUnnormalizedIntegerTexture() argument
2515 hasUnsignedTextureComponent(int component) const hasUnsignedTextureComponent() argument
2520 textureComponentCount() const textureComponentCount() argument
2525 has16bitPackedTextureFormat() const has16bitPackedTextureFormat() argument
2530 has8bitTextureComponents() const has8bitTextureComponents() argument
2535 has16bitTextureComponents() const has16bitTextureComponents() argument
2540 has32bitIntegerTextureComponents() const has32bitIntegerTextureComponents() argument
2545 isYcbcrFormat() const isYcbcrFormat() argument
2550 isRGBComponent(int component) const isRGBComponent() argument
2555 borderModeActive() const borderModeActive() argument
2562 gatherSwizzle() const gatherSwizzle() argument
2576 getComponentScale() const getComponentScale() argument
2600 getGatherComponent() const getGatherComponent() argument
[all...]
H A DShaderCore.cpp950 offsets() const offsets() argument
956 isInBounds(unsigned int accessSize, OutOfBoundsBehavior robustness) const isInBounds() argument
979 isStaticallyInBounds(unsigned int accessSize, OutOfBoundsBehavior robustness) const isStaticallyInBounds() argument
1015 limit() const limit() argument
1022 hasSequentialOffsets(unsigned int step) const hasSequentialOffsets() argument
1035 hasStaticSequentialOffsets(unsigned int step) const hasStaticSequentialOffsets() argument
1049 hasEqualOffsets() const hasEqualOffsets() argument
1062 hasStaticEqualOffsets() const hasStaticEqualOffsets() argument
[all...]
H A DSpirvShader.cpp916 GetNumInputComponents(int32_t location) const GetNumInputComponents() argument
935 GetPackedInterpolant(int32_t location) const GetPackedInterpolant() argument
1053 VisitInterfaceInner(Type::ID id, Decorations d, const InterfaceVisitor &f) const VisitInterfaceInner() argument
1124 VisitInterface(Object::ID id, const InterfaceVisitor &f) const VisitInterface() argument
1135 ApplyDecorationsForAccessChain(Decorations *d, DescriptorDecorations *dd, Object::ID baseId, uint32_t numIndexes, uint32_t const *indexIds) const ApplyDecorationsForAccessChain() argument
1176 WalkExplicitLayoutAccessChain(Object::ID baseId, uint32_t numIndexes, uint32_t const *indexIds, EmitState const *state) const WalkExplicitLayoutAccessChain() argument
1288 WalkAccessChain(Object::ID baseId, uint32_t numIndexes, uint32_t const *indexIds, EmitState const *state) const WalkAccessChain() argument
1372 WalkLiteralAccessChain(Type::ID typeId, uint32_t numIndexes, uint32_t const *indexes) const WalkLiteralAccessChain() argument
1545 ApplyDecorationsForId(Decorations *d, TypeOrObjectID id) const ApplyDecorationsForId() argument
1552 ApplyDecorationsForIdMember(Decorations *d, Type::ID id, uint32_t member) const ApplyDecorationsForIdMember() argument
1584 getOutOfBoundsBehavior(spv::StorageClass storageClass) const getOutOfBoundsBehavior() argument
1619 emitProlog(SpirvRoutine *routine) const emitProlog() argument
1671 emit(SpirvRoutine *routine, RValue<SIMD::Int> const &activeLaneMask, RValue<SIMD::Int> const &storesAndAtomicsMask, const vk::DescriptorSet::Bindings &descriptorSets, unsigned int multiSampleCount) const emit() argument
1693 EmitInstructions(InsnIterator begin, InsnIterator end, EmitState *state) const EmitInstructions() argument
1711 EmitInstruction(InsnIterator insn, EmitState *state) const EmitInstruction() argument
2081 EmitAccessChain(InsnIterator insn, EmitState *state) const EmitAccessChain() argument
2108 EmitCompositeConstruct(InsnIterator insn, EmitState *state) const EmitCompositeConstruct() argument
2130 EmitCompositeInsert(InsnIterator insn, EmitState *state) const EmitCompositeInsert() argument
2161 EmitCompositeExtract(InsnIterator insn, EmitState *state) const EmitCompositeExtract() argument
2178 EmitVectorShuffle(InsnIterator insn, EmitState *state) const EmitVectorShuffle() argument
2212 EmitVectorExtractDynamic(InsnIterator insn, EmitState *state) const EmitVectorExtractDynamic() argument
2232 EmitVectorInsertDynamic(InsnIterator insn, EmitState *state) const EmitVectorInsertDynamic() argument
2249 EmitSelect(InsnIterator insn, EmitState *state) const EmitSelect() argument
2272 EmitAny(InsnIterator insn, EmitState *state) const EmitAny() argument
2291 EmitAll(InsnIterator insn, EmitState *state) const EmitAll() argument
2310 EmitAtomicOp(InsnIterator insn, EmitState *state) const EmitAtomicOp() argument
2385 EmitAtomicCompareExchange(InsnIterator insn, EmitState *state) const EmitAtomicCompareExchange() argument
2420 EmitCopyObject(InsnIterator insn, EmitState *state) const EmitCopyObject() argument
2432 EmitArrayLength(InsnIterator insn, EmitState *state) const EmitArrayLength() argument
2465 EmitExtendedInstruction(InsnIterator insn, EmitState *state) const EmitExtendedInstruction() argument
2480 GetConstScalarInt(Object::ID id) const GetConstScalarInt() argument
2488 emitEpilog(SpirvRoutine *routine) const emitEpilog() argument
2516 clearPhis(SpirvRoutine *routine) const clearPhis() argument
2569 isConstantZero() const isConstantZero() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.cpp49 bool PixelProcessor::State::operator==(const State &state) const in operator ==() argument
965 update() const update() argument
[all...]
H A DSurface.hpp296 requiresSync() const requiresSync() argument
498 getWidth() const getWidth() argument
503 getHeight() const getHeight() argument
508 getDepth() const getDepth() argument
513 getBorder() const getBorder() argument
518 getFormat(bool internal) const getFormat() argument
523 getPitchB(bool internal) const getPitchB() argument
528 getPitchP(bool internal) const getPitchP() argument
533 getSliceB(bool internal) const getSliceB() argument
538 getSliceP(bool internal) const getSliceP() argument
543 getExternalFormat() const getExternalFormat() argument
548 getExternalPitchB() const getExternalPitchB() argument
553 getExternalPitchP() const getExternalPitchP() argument
558 getExternalSliceB() const getExternalSliceB() argument
563 getExternalSliceP() const getExternalSliceP() argument
568 getInternalFormat() const getInternalFormat() argument
573 getInternalPitchB() const getInternalPitchB() argument
578 getInternalPitchP() const getInternalPitchP() argument
583 getInternalSliceB() const getInternalSliceB() argument
588 getInternalSliceP() const getInternalSliceP() argument
593 getStencilFormat() const getStencilFormat() argument
598 getStencilPitchB() const getStencilPitchB() argument
603 getStencilSliceB() const getStencilSliceB() argument
608 getSamples() const getSamples() argument
613 getMultiSampleCount() const getMultiSampleCount() argument
618 getSuperSampleCount() const getSuperSampleCount() argument
623 isUnlocked() const isUnlocked() argument
630 isExternalDirty() const isExternalDirty() argument
[all...]
H A DVertexProcessor.cpp53 bool VertexProcessor::State::operator==(const State &state) const in operator ==() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp2568 hasFloatTexture() const hasFloatTexture() argument
2573 hasUnnormalizedIntegerTexture() const hasUnnormalizedIntegerTexture() argument
2578 hasUnsignedTextureComponent(int component) const hasUnsignedTextureComponent() argument
2583 textureComponentCount() const textureComponentCount() argument
2588 hasThirdCoordinate() const hasThirdCoordinate() argument
2593 has16bitTextureFormat() const has16bitTextureFormat() argument
2667 has8bitTextureComponents() const has8bitTextureComponents() argument
2741 has16bitTextureComponents() const has16bitTextureComponents() argument
2815 has32bitIntegerTextureComponents() const has32bitIntegerTextureComponents() argument
2889 hasYuvFormat() const hasYuvFormat() argument
2963 isRGBComponent(int component) const isRGBComponent() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1764 submitSecondary(CommandBuffer::ExecutionState &executionState) const submitSecondary() argument
1806 viewCount() const viewCount() argument
[all...]
H A DVkImage.cpp219 getMemoryRequirements() const getMemoryRequirements() argument
229 getSizeInBytes(const VkImageSubresourceRange &subresourceRange) const getSizeInBytes() argument
265 canBindToMemory(DeviceMemory *pDeviceMemory) const canBindToMemory() argument
282 prepareForExternalUseANDROID() const prepareForExternalUseANDROID() argument
331 getExternalMemory() const getExternalMemory() argument
337 getSubresourceLayout(const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) const getSubresourceLayout() argument
358 copyTo(Image *dstImage, const VkImageCopy2KHR &region) const copyTo() argument
379 copySingleAspectTo(Image *dstImage, const VkImageCopy2KHR &region) const copySingleAspectTo() argument
688 getTexelPointer(const VkOffset3D &offset, const VkImageSubresource &subresource) const getTexelPointer() argument
695 imageExtentInBlocks(const VkExtent3D &extent, VkImageAspectFlagBits aspect) const imageExtentInBlocks() argument
712 imageOffsetInBlocks(const VkOffset3D &offset, VkImageAspectFlagBits aspect) const imageOffsetInBlocks() argument
730 bufferExtentInBlocks(const VkExtent2D &extent, const VkBufferImageCopy2KHR &region) const bufferExtentInBlocks() argument
763 borderSize() const borderSize() argument
769 texelOffsetBytesInStorage(const VkOffset3D &offset, const VkImageSubresource &subresource) const texelOffsetBytesInStorage() argument
779 getMipLevelExtent(VkImageAspectFlagBits aspect, uint32_t mipLevel) const getMipLevelExtent() argument
820 rowPitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel) const rowPitchBytes() argument
842 slicePitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel) const slicePitchBytes() argument
859 getFormat(VkImageAspectFlagBits aspect) const getFormat() argument
864 isCubeCompatible() const isCubeCompatible() argument
873 end() const end() argument
878 getMemoryOffset(VkImageAspectFlagBits aspect) const getMemoryOffset() argument
923 getMemoryOffset(VkImageAspectFlagBits aspect, uint32_t mipLevel) const getMemoryOffset() argument
933 getMemoryOffset(VkImageAspectFlagBits aspect, uint32_t mipLevel, uint32_t layer) const getMemoryOffset() argument
938 getMipLevelSize(VkImageAspectFlagBits aspect, uint32_t mipLevel) const getMipLevelSize() argument
943 getMultiSampledLevelSize(VkImageAspectFlagBits aspect, uint32_t mipLevel) const getMultiSampledLevelSize() argument
948 is3DSlice() const is3DSlice() argument
953 getLayerOffset(VkImageAspectFlagBits aspect, uint32_t mipLevel) const getLayerOffset() argument
970 getLayerSize(VkImageAspectFlagBits aspect) const getLayerSize() argument
982 getStorageSize(VkImageAspectFlags aspectMask) const getStorageSize() argument
1002 getSampledImage(const vk::Format &imageViewFormat) const getSampledImage() argument
1017 blitTo(Image *dstImage, const VkImageBlit2KHR &region, VkFilter filter) const blitTo() argument
1023 copyTo(uint8_t *dst, unsigned int dstPitch) const copyTo() argument
1028 resolveTo(Image *dstImage, const VkImageResolve2KHR &region) const resolveTo() argument
1033 resolveDepthStencilTo(const ImageView *src, ImageView *dst, const VkSubpassDescriptionDepthStencilResolve &dsResolve) const resolveDepthStencilTo() argument
1038 getLastLayerIndex(const VkImageSubresourceRange &subresourceRange) const getLastLayerIndex() argument
1043 getLastMipLevel(const VkImageSubresourceRange &subresourceRange) const getLastMipLevel() argument
1108 requiresPreprocessing() const requiresPreprocessing() argument
1154 prepareForSampling(const VkImageSubresourceRange &subresourceRange) const prepareForSampling() argument
1245 decompress(const VkImageSubresource &subresource) const decompress() argument
1315 decodeETC2(const VkImageSubresource &subresource) const decodeETC2() argument
1353 decodeBC(const VkImageSubresource &subresource) const decodeBC() argument
1376 decodeASTC(const VkImageSubresource &subresource) const decodeASTC() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp470 getDisplay() const getDisplay() argument
471 getConfig() const getConfig() argument
472 getSurface() const getSurface() argument
473 getContext() const getContext() argument
2186 getClientBuffer() const getClientBuffer() argument
2229 getClientBuffer() const getClientBuffer() argument
2257 createIOSurfacePbuffer(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type) const createIOSurfacePbuffer() argument
2284 bindIOSurfaceToTexture(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, EGLSurface *pbuffer, GLuint *texture) const bindIOSurfaceToTexture() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp211 const Options &get_common_options() const in get_common_options() argument
829 is_legacy() const is_legacy() argument
834 is_legacy_es() const is_legacy_es() argument
839 is_legacy_desktop() const is_legacy_desktop() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_context.h52 uint32_t RandomIndex(const HasSizeMethod& sequence) const { in RandomIndex() argument
61 T RemoveAtRandomIndex(std::vector<T>* sequence) const { in RemoveAtRandomIndex() argument
71 void Shuffle(std::vector<T>* sequence, size_t lo, size_t hi) const { in Shuffle() argument
96 void Shuffle(std::vector<T>* sequence) const { in Shuffle() argument
124 bool IsWgslCompatible() const { in IsWgslCompatible() argument
130 uint32_t GetChanceOfAcceptingRepeatedPassRecommendation() const { in GetChanceOfAcceptingRepeatedPassRecommendation() argument
133 uint32_t GetChanceOfAddingAccessChain() const { in GetChanceOfAddingAccessChain() argument
136 GetChanceOfAddingAnotherPassToPassLoop() const GetChanceOfAddingAnotherPassToPassLoop() argument
139 GetChanceOfAddingAnotherStructField() const GetChanceOfAddingAnotherStructField() argument
142 GetChanceOfAddingArrayOrStructType() const GetChanceOfAddingArrayOrStructType() argument
145 GetChanceOfAddingAtomicLoad() const GetChanceOfAddingAtomicLoad() argument
148 GetChanceOfAddingAtomicStore() const GetChanceOfAddingAtomicStore() argument
151 GetChanceOfAddingBitInstructionSynonym() const GetChanceOfAddingBitInstructionSynonym() argument
154 GetChanceOfAddingBothBranchesWhenReplacingOpSelect() const GetChanceOfAddingBothBranchesWhenReplacingOpSelect() argument
157 GetChanceOfAddingCompositeExtract() const GetChanceOfAddingCompositeExtract() argument
160 GetChanceOfAddingCompositeInsert() const GetChanceOfAddingCompositeInsert() argument
163 GetChanceOfAddingCopyMemory() const GetChanceOfAddingCopyMemory() argument
166 GetChanceOfAddingDeadBlock() const GetChanceOfAddingDeadBlock() argument
169 GetChanceOfAddingDeadBreak() const GetChanceOfAddingDeadBreak() argument
172 GetChanceOfAddingDeadContinue() const GetChanceOfAddingDeadContinue() argument
175 GetChanceOfAddingEquationInstruction() const GetChanceOfAddingEquationInstruction() argument
178 GetChanceOfAddingGlobalVariable() const GetChanceOfAddingGlobalVariable() argument
181 GetChanceOfAddingImageSampleUnusedComponents() const GetChanceOfAddingImageSampleUnusedComponents() argument
184 GetChanceOfAddingLoad() const GetChanceOfAddingLoad() argument
185 GetChanceOfAddingLocalVariable() const GetChanceOfAddingLocalVariable() argument
188 GetChanceOfAddingLoopPreheader() const GetChanceOfAddingLoopPreheader() argument
191 GetChanceOfAddingMatrixType() const GetChanceOfAddingMatrixType() argument
194 GetChanceOfAddingNoContractionDecoration() const GetChanceOfAddingNoContractionDecoration() argument
197 GetChanceOfAddingOpPhiSynonym() const GetChanceOfAddingOpPhiSynonym() argument
200 GetChanceOfAddingParameters() const GetChanceOfAddingParameters() argument
203 GetChanceOfAddingRelaxedDecoration() const GetChanceOfAddingRelaxedDecoration() argument
206 GetChanceOfAddingStore() const GetChanceOfAddingStore() argument
207 GetChanceOfAddingSynonyms() const GetChanceOfAddingSynonyms() argument
210 GetChanceOfAddingTrueBranchWhenReplacingOpSelect() const GetChanceOfAddingTrueBranchWhenReplacingOpSelect() argument
213 GetChanceOfAddingVectorShuffle() const GetChanceOfAddingVectorShuffle() argument
216 GetChanceOfAddingVectorType() const GetChanceOfAddingVectorType() argument
219 GetChanceOfAdjustingBranchWeights() const GetChanceOfAdjustingBranchWeights() argument
222 GetChanceOfAdjustingFunctionControl() const GetChanceOfAdjustingFunctionControl() argument
225 GetChanceOfAdjustingLoopControl() const GetChanceOfAdjustingLoopControl() argument
228 GetChanceOfAdjustingMemoryOperandsMask() const GetChanceOfAdjustingMemoryOperandsMask() argument
231 GetChanceOfAdjustingSelectionControl() const GetChanceOfAdjustingSelectionControl() argument
234 GetChanceOfCallingFunction() const GetChanceOfCallingFunction() argument
237 GetChanceOfChoosingStructTypeVsArrayType() const GetChanceOfChoosingStructTypeVsArrayType() argument
240 GetChanceOfChoosingWorkgroupStorageClass() const GetChanceOfChoosingWorkgroupStorageClass() argument
243 GetChanceOfConstructingComposite() const GetChanceOfConstructingComposite() argument
246 GetChanceOfCopyingObject() const GetChanceOfCopyingObject() argument
249 GetChanceOfCreatingIntSynonymsUsingLoops() const GetChanceOfCreatingIntSynonymsUsingLoops() argument
252 GetChanceOfDonatingAdditionalModule() const GetChanceOfDonatingAdditionalModule() argument
255 GetChanceOfDuplicatingRegionWithSelection() const GetChanceOfDuplicatingRegionWithSelection() argument
258 GetChanceOfExpandingVectorReduction() const GetChanceOfExpandingVectorReduction() argument
261 GetChanceOfFlatteningConditionalBranch() const GetChanceOfFlatteningConditionalBranch() argument
264 GetChanceOfGoingDeeperToExtractComposite() const GetChanceOfGoingDeeperToExtractComposite() argument
267 GetChanceOfGoingDeeperToInsertInComposite() const GetChanceOfGoingDeeperToInsertInComposite() argument
270 GetChanceOfGoingDeeperWhenMakingAccessChain() const GetChanceOfGoingDeeperWhenMakingAccessChain() argument
273 GetChanceOfHavingTwoBlocksInLoopToCreateIntSynonym() const GetChanceOfHavingTwoBlocksInLoopToCreateIntSynonym() argument
276 GetChanceOfInliningFunction() const GetChanceOfInliningFunction() argument
279 GetChanceOfInterchangingSignednessOfIntegerOperands() const GetChanceOfInterchangingSignednessOfIntegerOperands() argument
282 GetChanceOfInterchangingZeroLikeConstants() const GetChanceOfInterchangingZeroLikeConstants() argument
285 GetChanceOfInvertingComparisonOperators() const GetChanceOfInvertingComparisonOperators() argument
288 ChanceOfMakingDonorLivesafe() const ChanceOfMakingDonorLivesafe() argument
291 GetChanceOfMakingVectorOperationDynamic() const GetChanceOfMakingVectorOperationDynamic() argument
294 GetChanceOfMergingBlocks() const GetChanceOfMergingBlocks() argument
297 GetChanceOfMergingFunctionReturns() const GetChanceOfMergingFunctionReturns() argument
300 GetChanceOfMovingBlockDown() const GetChanceOfMovingBlockDown() argument
303 GetChanceOfMutatingPointer() const GetChanceOfMutatingPointer() argument
306 GetChanceOfObfuscatingConstant() const GetChanceOfObfuscatingConstant() argument
309 GetChanceOfOutliningFunction() const GetChanceOfOutliningFunction() argument
312 GetChanceOfPermutingFunctionVariables() const GetChanceOfPermutingFunctionVariables() argument
315 GetChanceOfPermutingInstructions() const GetChanceOfPermutingInstructions() argument
318 GetChanceOfPermutingParameters() const GetChanceOfPermutingParameters() argument
321 GetChanceOfPermutingPhiOperands() const GetChanceOfPermutingPhiOperands() argument
324 GetChanceOfPropagatingInstructionsDown() const GetChanceOfPropagatingInstructionsDown() argument
327 GetChanceOfPropagatingInstructionsUp() const GetChanceOfPropagatingInstructionsUp() argument
330 GetChanceOfPushingIdThroughVariable() const GetChanceOfPushingIdThroughVariable() argument
333 GetChanceOfReplacingAddSubMulWithCarryingExtended() const GetChanceOfReplacingAddSubMulWithCarryingExtended() argument
336 GetChanceOfReplacingBranchFromDeadBlockWithExit() const GetChanceOfReplacingBranchFromDeadBlockWithExit() argument
339 GetChanceOfReplacingCopyMemoryWithLoadStore() const GetChanceOfReplacingCopyMemoryWithLoadStore() argument
342 GetChanceOfReplacingCopyObjectWithStoreLoad() const GetChanceOfReplacingCopyObjectWithStoreLoad() argument
345 GetChanceOfReplacingIdWithSynonym() const GetChanceOfReplacingIdWithSynonym() argument
348 GetChanceOfReplacingIrrelevantId() const GetChanceOfReplacingIrrelevantId() argument
351 GetChanceOfReplacingLinearAlgebraInstructions() const GetChanceOfReplacingLinearAlgebraInstructions() argument
354 GetChanceOfReplacingLoadStoreWithCopyMemory() const GetChanceOfReplacingLoadStoreWithCopyMemory() argument
357 GetChanceOfReplacingOpPhiIdFromDeadPredecessor() const GetChanceOfReplacingOpPhiIdFromDeadPredecessor() argument
360 GetChanceOfReplacingOpselectWithConditionalBranch() const GetChanceOfReplacingOpselectWithConditionalBranch() argument
363 GetChanceOfReplacingParametersWithGlobals() const GetChanceOfReplacingParametersWithGlobals() argument
366 GetChanceOfReplacingParametersWithStruct() const GetChanceOfReplacingParametersWithStruct() argument
369 GetChanceOfSplittingBlock() const GetChanceOfSplittingBlock() argument
372 GetChanceOfSwappingAnotherPairOfFunctionVariables() const GetChanceOfSwappingAnotherPairOfFunctionVariables() argument
375 GetChanceOfSwappingConditionalBranchOperands() const GetChanceOfSwappingConditionalBranchOperands() argument
379 GetChanceOfSwappingFunctions() const GetChanceOfSwappingFunctions() argument
383 GetChanceOfTogglingAccessChainInstruction() const GetChanceOfTogglingAccessChainInstruction() argument
386 GetChanceOfWrappingRegionInSelection() const GetChanceOfWrappingRegionInSelection() argument
390 GetChanceOfWrappingVectorSynonym() const GetChanceOfWrappingVectorSynonym() argument
396 GetMaximumEquivalenceClassSizeForDataSynonymFactClosure() const GetMaximumEquivalenceClassSizeForDataSynonymFactClosure() argument
399 GetMaximumNumberOfFunctionParameters() const GetMaximumNumberOfFunctionParameters() argument
402 GetMaximumNumberOfParametersReplacedWithStruct() const GetMaximumNumberOfParametersReplacedWithStruct() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstrument_pass.cpp346 bool InstrumentPass::IsSameBlockOp(const Instruction* inst) const { in IsSameBlockOp() argument
[all...]
H A Dir_context.h134 Module* module() const { return module_.get(); } in module() argument
374 consumer() const consumer() argument
535 grammar() const grammar() argument
548 max_id_bound() const max_id_bound() argument
551 preserve_bindings() const preserve_bindings() argument
556 preserve_spec_constants() const preserve_spec_constants() argument
875 GetConstants() const GetConstants() argument
891 annotations() const annotations() argument
907 capabilities() const capabilities() argument
923 types_values() const types_values() argument
939 ext_inst_imports() const ext_inst_imports() argument
953 debugs1() const debugs1() argument
966 debugs2() const debugs2() argument
980 debugs3() const debugs3() argument
996 ext_inst_debuginfo() const ext_inst_debuginfo() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_context.h52 uint32_t RandomIndex(const HasSizeMethod& sequence) const { in RandomIndex() argument
61 T RemoveAtRandomIndex(std::vector<T>* sequence) const { in RemoveAtRandomIndex() argument
71 void Shuffle(std::vector<T>* sequence, size_t lo, size_t hi) const { in Shuffle() argument
96 void Shuffle(std::vector<T>* sequence) const { in Shuffle() argument
124 bool IsWgslCompatible() const { in IsWgslCompatible() argument
130 uint32_t GetChanceOfAcceptingRepeatedPassRecommendation() const { in GetChanceOfAcceptingRepeatedPassRecommendation() argument
133 uint32_t GetChanceOfAddingAccessChain() const { in GetChanceOfAddingAccessChain() argument
136 GetChanceOfAddingAnotherPassToPassLoop() const GetChanceOfAddingAnotherPassToPassLoop() argument
139 GetChanceOfAddingAnotherStructField() const GetChanceOfAddingAnotherStructField() argument
142 GetChanceOfAddingArrayOrStructType() const GetChanceOfAddingArrayOrStructType() argument
145 GetChanceOfAddingAtomicLoad() const GetChanceOfAddingAtomicLoad() argument
148 GetChanceOfAddingAtomicStore() const GetChanceOfAddingAtomicStore() argument
151 GetChanceOfAddingBitInstructionSynonym() const GetChanceOfAddingBitInstructionSynonym() argument
154 GetChanceOfAddingBothBranchesWhenReplacingOpSelect() const GetChanceOfAddingBothBranchesWhenReplacingOpSelect() argument
157 GetChanceOfAddingCompositeExtract() const GetChanceOfAddingCompositeExtract() argument
160 GetChanceOfAddingCompositeInsert() const GetChanceOfAddingCompositeInsert() argument
163 GetChanceOfAddingCopyMemory() const GetChanceOfAddingCopyMemory() argument
166 GetChanceOfAddingDeadBlock() const GetChanceOfAddingDeadBlock() argument
169 GetChanceOfAddingDeadBreak() const GetChanceOfAddingDeadBreak() argument
172 GetChanceOfAddingDeadContinue() const GetChanceOfAddingDeadContinue() argument
175 GetChanceOfAddingEquationInstruction() const GetChanceOfAddingEquationInstruction() argument
178 GetChanceOfAddingGlobalVariable() const GetChanceOfAddingGlobalVariable() argument
181 GetChanceOfAddingImageSampleUnusedComponents() const GetChanceOfAddingImageSampleUnusedComponents() argument
184 GetChanceOfAddingLoad() const GetChanceOfAddingLoad() argument
185 GetChanceOfAddingLocalVariable() const GetChanceOfAddingLocalVariable() argument
188 GetChanceOfAddingLoopPreheader() const GetChanceOfAddingLoopPreheader() argument
191 GetChanceOfAddingMatrixType() const GetChanceOfAddingMatrixType() argument
194 GetChanceOfAddingNoContractionDecoration() const GetChanceOfAddingNoContractionDecoration() argument
197 GetChanceOfAddingOpPhiSynonym() const GetChanceOfAddingOpPhiSynonym() argument
200 GetChanceOfAddingParameters() const GetChanceOfAddingParameters() argument
203 GetChanceOfAddingRelaxedDecoration() const GetChanceOfAddingRelaxedDecoration() argument
206 GetChanceOfAddingStore() const GetChanceOfAddingStore() argument
207 GetChanceOfAddingSynonyms() const GetChanceOfAddingSynonyms() argument
210 GetChanceOfAddingTrueBranchWhenReplacingOpSelect() const GetChanceOfAddingTrueBranchWhenReplacingOpSelect() argument
213 GetChanceOfAddingVectorShuffle() const GetChanceOfAddingVectorShuffle() argument
216 GetChanceOfAddingVectorType() const GetChanceOfAddingVectorType() argument
219 GetChanceOfAdjustingBranchWeights() const GetChanceOfAdjustingBranchWeights() argument
222 GetChanceOfAdjustingFunctionControl() const GetChanceOfAdjustingFunctionControl() argument
225 GetChanceOfAdjustingLoopControl() const GetChanceOfAdjustingLoopControl() argument
228 GetChanceOfAdjustingMemoryOperandsMask() const GetChanceOfAdjustingMemoryOperandsMask() argument
231 GetChanceOfAdjustingSelectionControl() const GetChanceOfAdjustingSelectionControl() argument
234 GetChanceOfCallingFunction() const GetChanceOfCallingFunction() argument
237 GetChanceOfChoosingStructTypeVsArrayType() const GetChanceOfChoosingStructTypeVsArrayType() argument
240 GetChanceOfChoosingWorkgroupStorageClass() const GetChanceOfChoosingWorkgroupStorageClass() argument
243 GetChanceOfConstructingComposite() const GetChanceOfConstructingComposite() argument
246 GetChanceOfCopyingObject() const GetChanceOfCopyingObject() argument
249 GetChanceOfCreatingIntSynonymsUsingLoops() const GetChanceOfCreatingIntSynonymsUsingLoops() argument
252 GetChanceOfDonatingAdditionalModule() const GetChanceOfDonatingAdditionalModule() argument
255 GetChanceOfDuplicatingRegionWithSelection() const GetChanceOfDuplicatingRegionWithSelection() argument
258 GetChanceOfExpandingVectorReduction() const GetChanceOfExpandingVectorReduction() argument
261 GetChanceOfFlatteningConditionalBranch() const GetChanceOfFlatteningConditionalBranch() argument
264 GetChanceOfGoingDeeperToExtractComposite() const GetChanceOfGoingDeeperToExtractComposite() argument
267 GetChanceOfGoingDeeperToInsertInComposite() const GetChanceOfGoingDeeperToInsertInComposite() argument
270 GetChanceOfGoingDeeperWhenMakingAccessChain() const GetChanceOfGoingDeeperWhenMakingAccessChain() argument
273 GetChanceOfHavingTwoBlocksInLoopToCreateIntSynonym() const GetChanceOfHavingTwoBlocksInLoopToCreateIntSynonym() argument
276 GetChanceOfInliningFunction() const GetChanceOfInliningFunction() argument
279 GetChanceOfInterchangingSignednessOfIntegerOperands() const GetChanceOfInterchangingSignednessOfIntegerOperands() argument
282 GetChanceOfInterchangingZeroLikeConstants() const GetChanceOfInterchangingZeroLikeConstants() argument
285 GetChanceOfInvertingComparisonOperators() const GetChanceOfInvertingComparisonOperators() argument
288 ChanceOfMakingDonorLivesafe() const ChanceOfMakingDonorLivesafe() argument
291 GetChanceOfMakingVectorOperationDynamic() const GetChanceOfMakingVectorOperationDynamic() argument
294 GetChanceOfMergingBlocks() const GetChanceOfMergingBlocks() argument
297 GetChanceOfMergingFunctionReturns() const GetChanceOfMergingFunctionReturns() argument
300 GetChanceOfMovingBlockDown() const GetChanceOfMovingBlockDown() argument
303 GetChanceOfMutatingPointer() const GetChanceOfMutatingPointer() argument
306 GetChanceOfObfuscatingConstant() const GetChanceOfObfuscatingConstant() argument
309 GetChanceOfOutliningFunction() const GetChanceOfOutliningFunction() argument
312 GetChanceOfPermutingFunctionVariables() const GetChanceOfPermutingFunctionVariables() argument
315 GetChanceOfPermutingInstructions() const GetChanceOfPermutingInstructions() argument
318 GetChanceOfPermutingParameters() const GetChanceOfPermutingParameters() argument
321 GetChanceOfPermutingPhiOperands() const GetChanceOfPermutingPhiOperands() argument
324 GetChanceOfPropagatingInstructionsDown() const GetChanceOfPropagatingInstructionsDown() argument
327 GetChanceOfPropagatingInstructionsUp() const GetChanceOfPropagatingInstructionsUp() argument
330 GetChanceOfPushingIdThroughVariable() const GetChanceOfPushingIdThroughVariable() argument
333 GetChanceOfReplacingAddSubMulWithCarryingExtended() const GetChanceOfReplacingAddSubMulWithCarryingExtended() argument
336 GetChanceOfReplacingBranchFromDeadBlockWithExit() const GetChanceOfReplacingBranchFromDeadBlockWithExit() argument
339 GetChanceOfReplacingCopyMemoryWithLoadStore() const GetChanceOfReplacingCopyMemoryWithLoadStore() argument
342 GetChanceOfReplacingCopyObjectWithStoreLoad() const GetChanceOfReplacingCopyObjectWithStoreLoad() argument
345 GetChanceOfReplacingIdWithSynonym() const GetChanceOfReplacingIdWithSynonym() argument
348 GetChanceOfReplacingIrrelevantId() const GetChanceOfReplacingIrrelevantId() argument
351 GetChanceOfReplacingLinearAlgebraInstructions() const GetChanceOfReplacingLinearAlgebraInstructions() argument
354 GetChanceOfReplacingLoadStoreWithCopyMemory() const GetChanceOfReplacingLoadStoreWithCopyMemory() argument
357 GetChanceOfReplacingOpPhiIdFromDeadPredecessor() const GetChanceOfReplacingOpPhiIdFromDeadPredecessor() argument
360 GetChanceOfReplacingOpselectWithConditionalBranch() const GetChanceOfReplacingOpselectWithConditionalBranch() argument
363 GetChanceOfReplacingParametersWithGlobals() const GetChanceOfReplacingParametersWithGlobals() argument
366 GetChanceOfReplacingParametersWithStruct() const GetChanceOfReplacingParametersWithStruct() argument
369 GetChanceOfSplittingBlock() const GetChanceOfSplittingBlock() argument
372 GetChanceOfSwappingAnotherPairOfFunctionVariables() const GetChanceOfSwappingAnotherPairOfFunctionVariables() argument
375 GetChanceOfSwappingConditionalBranchOperands() const GetChanceOfSwappingConditionalBranchOperands() argument
379 GetChanceOfSwappingFunctions() const GetChanceOfSwappingFunctions() argument
383 GetChanceOfTogglingAccessChainInstruction() const GetChanceOfTogglingAccessChainInstruction() argument
386 GetChanceOfWrappingRegionInSelection() const GetChanceOfWrappingRegionInSelection() argument
390 GetChanceOfWrappingVectorSynonym() const GetChanceOfWrappingVectorSynonym() argument
396 GetMaximumEquivalenceClassSizeForDataSynonymFactClosure() const GetMaximumEquivalenceClassSizeForDataSynonymFactClosure() argument
399 GetMaximumNumberOfFunctionParameters() const GetMaximumNumberOfFunctionParameters() argument
402 GetMaximumNumberOfParametersReplacedWithStruct() const GetMaximumNumberOfParametersReplacedWithStruct() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp346 bool InstrumentPass::IsSameBlockOp(const Instruction* inst) const { in IsSameBlockOp() argument
[all...]
H A Dir_context.h134 Module* module() const { return module_.get(); } in module() argument
374 consumer() const consumer() argument
535 grammar() const grammar() argument
548 max_id_bound() const max_id_bound() argument
551 preserve_bindings() const preserve_bindings() argument
556 preserve_spec_constants() const preserve_spec_constants() argument
875 GetConstants() const GetConstants() argument
891 annotations() const annotations() argument
907 capabilities() const capabilities() argument
923 types_values() const types_values() argument
939 ext_inst_imports() const ext_inst_imports() argument
953 debugs1() const debugs1() argument
966 debugs2() const debugs2() argument
980 debugs3() const debugs3() argument
996 ext_inst_debuginfo() const ext_inst_debuginfo() argument
[all...]

Completed in 55 milliseconds

1...<<741742743744745746747748749750>>...785