| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | ShaderCore.cpp | 950 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 D | SpirvShader.cpp | 916 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 D | PixelProcessor.cpp | 49 bool PixelProcessor::State::operator==(const State &state) const in operator ==() argument 965 update() const update() argument [all...] |
| H A D | Surface.hpp | 296 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 D | VertexProcessor.cpp | 53 bool VertexProcessor::State::operator==(const State &state) const in operator ==() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | SamplerCore.cpp | 2568 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 D | VkCommandBuffer.cpp | 1764 submitSecondary(CommandBuffer::ExecutionState &executionState) const submitSecondary() argument 1806 viewCount() const viewCount() argument [all...] |
| H A D | VkImage.cpp | 219 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 ®ion) const copyTo() argument 379 copySingleAspectTo(Image *dstImage, const VkImageCopy2KHR ®ion) 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 ®ion) 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 ®ion, VkFilter filter) const blitTo() argument 1023 copyTo(uint8_t *dst, unsigned int dstPitch) const copyTo() argument 1028 resolveTo(Image *dstImage, const VkImageResolve2KHR ®ion) 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 D | unittests.cpp | 470 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 D | spirv_glsl.hpp | 211 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 D | fuzzer_context.h | 52 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 D | instrument_pass.cpp | 346 bool InstrumentPass::IsSameBlockOp(const Instruction* inst) const { in IsSameBlockOp() argument [all...] |
| H A D | ir_context.h | 134 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 D | fuzzer_context.h | 52 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 D | instrument_pass.cpp | 346 bool InstrumentPass::IsSameBlockOp(const Instruction* inst) const { in IsSameBlockOp() argument [all...] |
| H A D | ir_context.h | 134 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/val/ |
| H A D | validation_state.cpp | 223 IsForwardPointer(uint32_t id) const IsForwardPointer() argument 231 getIdName(uint32_t id) const getIdName() argument 239 unresolved_forward_id_count() const unresolved_forward_id_count() argument 243 UnresolvedForwardIds() const UnresolvedForwardIds() argument 249 IsDefinedId(uint32_t id) const IsDefinedId() argument 253 FindDef(uint32_t id) const FindDef() argument 265 current_layout_section() const current_layout_section() argument 316 current_function() const current_function() argument 321 function(uint32_t id) const function() argument 333 in_function_body() const in_function_body() argument 335 in_block() const in_block() argument 425 HasAnyOfCapabilities( const CapabilitySet& capabilities) const HasAnyOfCapabilities() argument 430 HasAnyOfExtensions( const ExtensionSet& extensions) const HasAnyOfExtensions() argument 450 addressing_model() const addressing_model() argument 458 memory_model() const memory_model() argument 563 getSampledImageConsumers( uint32_t sampled_image_id) const getSampledImageConsumers() argument 629 getIdBound() const getIdBound() argument 652 GetTypeId(uint32_t id) const GetTypeId() argument 657 GetIdOpcode(uint32_t id) const GetIdOpcode() argument 662 GetComponentType(uint32_t id) const GetComponentType() argument 691 GetDimension(uint32_t id) const GetDimension() argument 719 GetBitWidth(uint32_t id) const GetBitWidth() argument 733 IsVoidType(uint32_t id) const IsVoidType() argument 738 IsFloatScalarType(uint32_t id) const IsFloatScalarType() argument 743 IsFloatVectorType(uint32_t id) const IsFloatVectorType() argument 756 IsFloatScalarOrVectorType(uint32_t id) const IsFloatScalarOrVectorType() argument 773 IsIntScalarType(uint32_t id) const IsIntScalarType() argument 778 IsIntVectorType(uint32_t id) const IsIntVectorType() argument 791 IsIntScalarOrVectorType(uint32_t id) const IsIntScalarOrVectorType() argument 808 IsUnsignedIntScalarType(uint32_t id) const IsUnsignedIntScalarType() argument 813 IsUnsignedIntVectorType(uint32_t id) const IsUnsignedIntVectorType() argument 826 IsSignedIntScalarType(uint32_t id) const IsSignedIntScalarType() argument 831 IsSignedIntVectorType(uint32_t id) const IsSignedIntVectorType() argument 844 IsBoolScalarType(uint32_t id) const IsBoolScalarType() argument 849 IsBoolVectorType(uint32_t id) const IsBoolVectorType() argument 862 IsBoolScalarOrVectorType(uint32_t id) const IsBoolScalarOrVectorType() argument 879 IsFloatMatrixType(uint32_t id) const IsFloatMatrixType() argument 892 GetMatrixTypeInfo(uint32_t id, uint32_t* num_rows, uint32_t* num_cols, uint32_t* column_type, uint32_t* component_type) const GetMatrixTypeInfo() argument 919 GetStructMemberTypes( uint32_t struct_type_id, std::vector<uint32_t>* member_types) const GetStructMemberTypes() argument 936 IsPointerType(uint32_t id) const IsPointerType() argument 941 GetPointerTypeInfo(uint32_t id, uint32_t* data_type, uint32_t* storage_class) const GetPointerTypeInfo() argument 954 IsCooperativeMatrixType(uint32_t id) const IsCooperativeMatrixType() argument 959 IsFloatCooperativeMatrixType(uint32_t id) const IsFloatCooperativeMatrixType() argument 964 IsIntCooperativeMatrixType(uint32_t id) const IsIntCooperativeMatrixType() argument 969 IsUnsignedIntCooperativeMatrixType(uint32_t id) const IsUnsignedIntCooperativeMatrixType() argument 1033 GetOperandTypeId(const Instruction* inst, size_t operand_index) const GetOperandTypeId() argument 1038 GetConstantValUint64(uint32_t id, uint64_t* val) const GetConstantValUint64() argument 1060 EvalInt32IfConst( uint32_t id) const EvalInt32IfConst() argument 1141 FunctionEntryPoints( uint32_t func) const FunctionEntryPoints() argument 1151 EntryPointReferences(uint32_t id) const EntryPointReferences() argument 1179 Disassemble(const Instruction& inst) const Disassemble() argument 1184 Disassemble(const uint32_t* words, uint16_t num_words) const Disassemble() argument 1265 TracePointer( const Instruction* inst) const TracePointer() argument 1278 ContainsType( uint32_t id, const std::function<bool(const Instruction*)>& f, bool traverse_all_types) const ContainsType() argument 1322 ContainsSizedIntOrFloatType(uint32_t id, SpvOp type, uint32_t width) const ContainsSizedIntOrFloatType() argument 1335 ContainsLimitedUseIntOrFloatType(uint32_t id) const ContainsLimitedUseIntOrFloatType() argument 1347 ContainsRuntimeArray(uint32_t id) const ContainsRuntimeArray() argument 1354 IsValidStorageClass( SpvStorageClass storage_class) const IsValidStorageClass() argument 1387 VkErrorID(uint32_t id, const char* ) const VkErrorID() argument [all...] |
| H A D | validation_state.h | 118 spv_const_context context() const { return context_; } in context() argument 121 spv_const_validator_options options() const { return options_; } in options() argument 127 uint32_t generator() const { return generator_; } in generator() argument 133 uint32_t version() const { return version_; } in version() argument 229 entry_points() const entry_points() argument 233 recursive_entry_points() const recursive_entry_points() argument 251 GetExecutionModels( uint32_t entry_point) const GetExecutionModels() argument 263 GetExecutionModes( uint32_t entry_point) const GetExecutionModes() argument 319 HasCapability(SpvCapability cap) const HasCapability() argument 325 module_capabilities() const module_capabilities() argument 330 HasExtension(Extension ext) const HasExtension() argument 346 has_memory_model_specified() const has_memory_model_specified() argument 355 pointer_size_and_alignment() const pointer_size_and_alignment() argument 365 grammar() const grammar() argument 413 id_decorations() const id_decorations() argument 437 ordered_instructions() const ordered_instructions() argument 442 all_definitions() const all_definitions() argument 478 IsRelaxedBlockLayout() const IsRelaxedBlockLayout() argument 484 IsLocalSizeIdAllowed() const IsLocalSizeIdAllowed() argument 516 IsStructTypeWithBuiltInMember(uint32_t id) const IsStructTypeWithBuiltInMember() argument 521 features() const features() argument 625 IsPointerToUniformBlock(uint32_t type_id) const IsPointerToUniformBlock() argument 636 IsStructForUniformBlock(uint32_t type_id) const IsStructForUniformBlock() argument 648 IsPointerToStorageBuffer(uint32_t type_id) const IsPointerToStorageBuffer() argument 659 IsStructForStorageBuffer(uint32_t type_id) const IsStructForStorageBuffer() argument 670 IsPointerToStorageImage(uint32_t type_id) const IsPointerToStorageImage() argument [all...] |
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngstruct.h | 33 # undef const macro
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | astro.cpp | 1480 toString() const toString() argument 1491 toString() const toString() argument 1503 toString() const toString() argument [all...] |
| H A D | decimfmt.cpp | 270 int32_t DecimalFormat::getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const { in getAttribute() argument 488 clone() const clone() argument 500 operator ==(const Format& other) const operator ==() argument 513 format(double number, UnicodeString& appendTo, FieldPosition& pos) const format() argument 531 format(double number, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const format() argument 555 format(double number, UnicodeString& appendTo, FieldPositionIterator* posIter, UErrorCode& status) const format() argument 578 format(int32_t number, UnicodeString& appendTo, FieldPosition& pos) const format() argument 582 format(int32_t number, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const format() argument 588 format(int32_t number, UnicodeString& appendTo, FieldPositionIterator* posIter, UErrorCode& status) const format() argument 593 format(int64_t number, UnicodeString& appendTo, FieldPosition& pos) const format() argument 611 format(int64_t number, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const format() argument 635 format(int64_t number, UnicodeString& appendTo, FieldPositionIterator* posIter, UErrorCode& status) const format() argument 659 format(StringPiece number, UnicodeString& appendTo, FieldPositionIterator* posIter, UErrorCode& status) const format() argument 679 format(const DecimalQuantity& number, UnicodeString& appendTo, FieldPositionIterator* posIter, UErrorCode& status) const format() argument 700 format(const DecimalQuantity& number, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const format() argument 720 parse(const UnicodeString& text, Formattable& output, ParsePosition& parsePosition) const parse() argument 755 parseCurrency(const UnicodeString& text, ParsePosition& parsePosition) const parseCurrency() argument 793 getDecimalFormatSymbols(void) const getDecimalFormatSymbols() argument 830 getCurrencyPluralInfo(void) const getCurrencyPluralInfo() argument 861 getPositivePrefix(UnicodeString& result) const getPositivePrefix() argument 881 getNegativePrefix(UnicodeString& result) const getNegativePrefix() argument 901 getPositiveSuffix(UnicodeString& result) const getPositiveSuffix() argument 921 getNegativeSuffix(UnicodeString& result) const getNegativeSuffix() argument 941 isSignAlwaysShown() const isSignAlwaysShown() argument 956 getMultiplier(void) const getMultiplier() argument 1004 getMultiplierScale() const getMultiplierScale() argument 1020 getRoundingIncrement(void) const getRoundingIncrement() argument 1036 getRoundingMode(void) const getRoundingMode() argument 1057 getFormatWidth(void) const getFormatWidth() argument 1073 getPadCharacterString() const getPadCharacterString() argument 1093 getPadPosition(void) const getPadPosition() argument 1112 isScientificNotation(void) const isScientificNotation() argument 1133 getMinimumExponentDigits(void) const getMinimumExponentDigits() argument 1149 isExponentSignAlwaysShown(void) const isExponentSignAlwaysShown() argument 1165 getGroupingSize(void) const getGroupingSize() argument 1187 getSecondaryGroupingSize(void) const getSecondaryGroupingSize() argument 1209 getMinimumGroupingDigits() const getMinimumGroupingDigits() argument 1225 isDecimalSeparatorAlwaysShown(void) const isDecimalSeparatorAlwaysShown() argument 1241 isDecimalPatternMatchRequired(void) const isDecimalPatternMatchRequired() argument 1257 isParseNoExponent() const isParseNoExponent() argument 1273 isParseCaseSensitive() const isParseCaseSensitive() argument 1289 isFormatFailIfMoreThanMaxDigits() const isFormatFailIfMoreThanMaxDigits() argument 1305 toPattern(UnicodeString& result) const toPattern() argument 1334 toLocalizedPattern(UnicodeString& result) const toLocalizedPattern() argument 1434 getMinimumSignificantDigits() const getMinimumSignificantDigits() argument 1443 getMaximumSignificantDigits() const getMaximumSignificantDigits() argument 1474 areSignificantDigitsUsed() const areSignificantDigitsUsed() argument 1550 getCurrencyUsage() const getCurrencyUsage() argument 1560 formatToDecimalQuantity(double number, DecimalQuantity& output, UErrorCode& status) const formatToDecimalQuantity() argument 1571 formatToDecimalQuantity(const Formattable& number, DecimalQuantity& output, UErrorCode& status) const formatToDecimalQuantity() argument 1586 toNumberFormatter(UErrorCode& status) const toNumberFormatter() argument 1656 getParser(UErrorCode& status) const getParser() argument 1694 getCurrencyParser(UErrorCode& status) const getCurrencyParser() argument 1826 fastFormatDouble(double input, UnicodeString& output) const fastFormatDouble() argument 1840 fastFormatInt64(int64_t input, UnicodeString& output) const fastFormatInt64() argument [all...] |
| H A D | msgfmt.cpp | 393 operator ==(const Format& rhs) const operator ==() argument 440 clone() const clone() argument 467 getLocale() const getLocale() argument 525 toPattern(UnicodeString& appendTo) const toPattern() argument 535 nextTopLevelArgStart(int32_t partIndex) const nextTopLevelArgStart() argument 593 getCachedFormatter(int32_t argumentNumber) const getCachedFormatter() argument 806 getFormats(int32_t& cnt) const getFormats() argument 877 format(const Formattable* source, int32_t cnt, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success) const format() argument 908 format(const Formattable& source, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success) const format() argument 925 format(const UnicodeString* argumentNames, const Formattable* arguments, int32_t count, UnicodeString& appendTo, UErrorCode& success) const format() argument 934 getArgFromListByName(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& name) const getArgFromListByName() argument 947 format(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& appendTo, FieldPosition* pos, UErrorCode& status) const format() argument 1007 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const format() argument 1162 formatComplexSubMessage(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, UErrorCode& success) const formatComplexSubMessage() argument 1227 getLiteralStringUntilNextArgument(int32_t from) const getLiteralStringUntilNextArgument() argument 1246 updateMetaData(AppendableWrapper& , int32_t , FieldPosition* , const Formattable* ) const updateMetaData() argument 1261 findOtherSubMessage(int32_t partIndex) const findOtherSubMessage() argument 1290 findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const findFirstPluralNumberArg() argument 1371 parse(int32_t msgStart, const UnicodeString& source, ParsePosition& pos, int32_t& count, UErrorCode& ec) const parse() argument 1503 parse(const UnicodeString& source, ParsePosition& pos, int32_t& count) const parse() argument 1516 parse(const UnicodeString& source, int32_t& cnt, UErrorCode& success) const parse() argument 1540 parseObject( const UnicodeString& source, Formattable& result, ParsePosition& status) const parseObject() argument 1806 createIntegerFormat(const Locale& locale, UErrorCode& status) const createIntegerFormat() argument 1825 getDefaultNumberFormat(UErrorCode& ec) const getDefaultNumberFormat() argument 1846 getDefaultDateFormat(UErrorCode& ec) const getDefaultDateFormat() argument 1858 usesNamedArguments() const usesNamedArguments() argument 1863 getArgTypeCount() const getArgTypeCount() argument 1872 operator ==(const Format&) const operator ==() argument 1876 clone() const clone() argument 1880 format(const Formattable&, UnicodeString& appendTo, UErrorCode& status) const format() argument 1889 format(const Formattable&, UnicodeString& appendTo, FieldPosition&, UErrorCode& status) const format() argument 1899 format(const Formattable&, UnicodeString& appendTo, FieldPositionIterator*, UErrorCode& status) const format() argument 1909 parseObject(const UnicodeString&, Formattable&, ParsePosition& ) const parseObject() argument 1934 count(UErrorCode& ) const count() argument 1950 select(void *ctx, double number, UErrorCode& ec) const select() argument [all...] |
| H A D | number_longnames.cpp | 657 value0(const StringPiece compoundValue) const value0() argument 662 value1(const StringPiece compoundValue) const value1() argument 667 value0(const char *compoundValue) const value0() argument 672 value1(const char *compoundValue) const value1() argument 1532 processQuantity(DecimalQuantity &quantity, MicroProps µs, UErrorCode &status) const processQuantity() argument 1542 getModifier(Signum , StandardPlural::Form plural) const getModifier() argument 1605 processQuantity(DecimalQuantity &quantity, MicroProps µs, UErrorCode &status) const processQuantity() argument 1614 getMixedUnitModifier(DecimalQuantity &quantity, MicroProps µs, UErrorCode &status) const getMixedUnitModifier() argument 1700 getModifier(Signum , StandardPlural::Form ) const getModifier() argument 1746 processQuantity(DecimalQuantity &quantity, MicroProps µs, UErrorCode &status) const processQuantity() argument [all...] |
| H A D | rbnf.cpp | 103 inline UBool operator!=(const LocalizationInfo* rhs) const { return !operator==(rhs); } in operator !=() argument 135 operator ==(const LocalizationInfo* rhs) const operator ==() argument 171 indexForLocale(const UChar* locale) const indexForLocale() argument 181 indexForRuleSet(const UChar* ruleset) const indexForRuleSet() argument 274 getNumberOfRuleSets(void) const getNumberOfRuleSets() argument 276 getNumberOfDisplayLocales(void) const getNumberOfDisplayLocales() argument 340 inList(UChar c, const UChar* list) const inList() argument 660 getRuleSetName(int32_t index) const getRuleSetName() argument 668 getLocaleName(int32_t index) const getLocaleName() argument 676 getDisplayName(int32_t localeIndex, int32_t ruleIndex) const getDisplayName() argument 934 clone() const clone() argument 940 operator ==(const Format& other) const operator ==() argument 978 getRules() const getRules() argument 990 getRuleSetName(int32_t index) const getRuleSetName() argument 1013 getNumberOfRuleSetNames() const getNumberOfRuleSetNames() argument 1030 getNumberOfRuleSetDisplayNameLocales(void) const getNumberOfRuleSetDisplayNameLocales() argument 1038 getRuleSetDisplayNameLocale(int32_t index, UErrorCode& status) const getRuleSetDisplayNameLocale() argument 1105 findRuleSet(const UnicodeString& name, UErrorCode& status) const findRuleSet() argument 1120 format(const DecimalQuantity &number, UnicodeString& appendTo, FieldPosition& pos, UErrorCode &status) const format() argument 1158 format(int32_t number, UnicodeString& toAppendTo, FieldPosition& pos) const format() argument 1167 format(int64_t number, UnicodeString& toAppendTo, FieldPosition& ) const format() argument 1180 format(double number, UnicodeString& toAppendTo, FieldPosition& ) const format() argument 1193 format(int32_t number, const UnicodeString& ruleSetName, UnicodeString& toAppendTo, FieldPosition& pos, UErrorCode& status) const format() argument 1204 format(int64_t number, const UnicodeString& ruleSetName, UnicodeString& toAppendTo, FieldPosition& , UErrorCode& status) const format() argument 1226 format(double number, const UnicodeString& ruleSetName, UnicodeString& toAppendTo, FieldPosition& , UErrorCode& status) const format() argument 1247 format(double number, NFRuleSet& rs, UnicodeString& toAppendTo, UErrorCode& status) const format() argument 1275 format(int64_t number, NFRuleSet *ruleSet, UnicodeString& toAppendTo, UErrorCode& status) const format() argument 1320 adjustForCapitalizationContext(int32_t startPos, UnicodeString& currentResult, UErrorCode& status) const adjustForCapitalizationContext() argument 1344 parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const parse() argument 1433 getDefaultRuleSetName() const getDefaultRuleSetName() argument 1798 getCollator() const getCollator() argument 1867 getDecimalFormatSymbols() const getDecimalFormatSymbols() argument 1890 getDefaultInfinityRule() const getDefaultInfinityRule() argument 1913 getDefaultNaNRule() const getDefaultNaNRule() argument 1960 createPluralFormat(UPluralType pluralType, const UnicodeString &pattern, UErrorCode& status) const createPluralFormat() argument 1975 getRoundingMode() const getRoundingMode() argument [all...] |
| H A D | rematch.cpp | 552 end(UErrorCode &err) const end() argument 556 end64(UErrorCode &err) const end64() argument 560 end64(int32_t group, UErrorCode &err) const end64() argument 587 end(int32_t group, UErrorCode &err) const end() argument 1151 group(UErrorCode &status) const group() argument 1156 group(UText *dest, int64_t &group_len, UErrorCode &status) const group() argument 1161 group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const group() argument 1203 group(int32_t groupNum, UErrorCode &status) const group() argument 1238 appendGroup(int32_t groupNum, UText *dest, UErrorCode &status) const appendGroup() argument 1307 groupCount() const groupCount() argument 1316 hasAnchoringBounds() const hasAnchoringBounds() argument 1326 hasTransparentBounds() const hasTransparentBounds() argument 1337 hitEnd() const hitEnd() argument 1347 input() const input() argument 1374 inputText() const inputText() argument 1384 getInput(UText *dest, UErrorCode &status) const getInput() argument 1597 pattern() const pattern() argument 1660 regionEnd() const regionEnd() argument 1664 regionEnd64() const regionEnd64() argument 1673 regionStart() const regionStart() argument 1677 regionStart64() const regionStart64() argument 1802 requireEnd() const requireEnd() argument 2268 start(UErrorCode &status) const start() argument 2272 start64(UErrorCode &status) const start64() argument 2282 start64(int32_t group, UErrorCode &status) const start64() argument 2312 start(int32_t group, UErrorCode &status) const start() argument 2367 getTimeLimit() const getTimeLimit() argument 2417 getStackLimit() const getStackLimit() argument [all...] |