/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 29 TransformationAccessChain( uint32_t fresh_id, uint32_t pointer_id, const std::vector<uint32_t>& index_id, const protobufs::InstructionDescriptor& instruction_to_insert_before, const std::vector<std::pair<uint32_t, uint32_t>>& fresh_ids_for_clamping) TransformationAccessChain() argument [all...] |
H A D | transformation_duplicate_region_with_selection.cpp | 28 TransformationDuplicateRegionWithSelection( uint32_t new_entry_fresh_id, uint32_t condition_id, uint32_t merge_label_fresh_id, uint32_t entry_block_id, uint32_t exit_block_id, const std::map<uint32_t, uint32_t>& original_label_to_duplicate_label, const std::map<uint32_t, uint32_t>& original_id_to_duplicate_id, const std::map<uint32_t, uint32_t>& original_id_to_phi_id) TransformationDuplicateRegionWithSelection() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | def_use_manager.cpp | 151 WhileEachUse( const Instruction* def, const std::function<bool(Instruction*, uint32_t)>& f) const WhileEachUse() argument 174 WhileEachUse( uint32_t id, const std::function<bool(Instruction*, uint32_t)>& f) const WhileEachUse() argument 179 ForEachUse( const Instruction* def, const std::function<void(Instruction*, uint32_t)>& f) const ForEachUse() argument 188 ForEachUse( uint32_t id, const std::function<void(Instruction*, uint32_t)>& f) const ForEachUse() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | function.h | 212 RegisterExecutionModelLimitation( std::function<bool(SpvExecutionModel, std::string*)> is_compatible) RegisterExecutionModelLimitation() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | unit_spirv.h | 38 namespace std { namespace [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | RenderPassLoadOpTests.cpp | 101 TestIntegerClearColor(wgpu::TextureFormat format, const wgpu::Color& clearColor, const std::array<T, 4>& expectedPixelValue) TestIntegerClearColor() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | RenderPipelineD3D12.cpp | 448 ComputeInputLayout( std::array<D3D12_INPUT_ELEMENT_DESC, kMaxVertexAttributes>* inputElementDescriptors) ComputeInputLayout() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCSerialization.h | 533 serialize(ChannelT &C, const std::pair<T3, T4> &V) serialize() argument 655 serialize(ChannelT &C, const std::map<K2, V2> &M) serialize() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | SubtargetFeature.h | 47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) { in FeatureBitset() argument 167 FeatureBitArray(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) FeatureBitArray() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Errc.h | 83 namespace std { global() namespace [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | Graph.h | 448 insert(const std::pair<VertexIdentifier, VertexAttribute> &Val) insert() argument 461 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) insert() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() argument 85 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() argument [all...] |
H A D | SmallPtrSet.h | 469 namespace std { global() namespace [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Errc.h | 83 namespace std { global() namespace [all...] |
H A D | ErrorOr.h | 84 ErrorOr(E ErrorCode, typename std::enable_if<std::is_error_code_enum<E>::value || std::is_error_condition_enum<E>::value, void *>::type = nullptr) ErrorOr() argument 97 ErrorOr(OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument 109 ErrorOr( const ErrorOr<OtherT> &Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument 117 ErrorOr( const ErrorOr<OtherT> &Other, typename std::enable_if< !std::is_convertible<OtherT, const T &>::value>::type * = nullptr) ErrorOr() argument 129 ErrorOr( ErrorOr<OtherT> &&Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument 139 ErrorOr( ErrorOr<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 164 tryMergeVector(const RegSeqInfo *Untouched, RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) const tryMergeVector() argument 187 getReassignedChan( const std::vector<std::pair<unsigned, unsigned>> &RemapChan, unsigned Chan) getReassignedChan() argument 197 RebuildVector( RegSeqInfo *RSI, const RegSeqInfo *BaseRSI, const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const RebuildVector() argument 264 SwizzleInput(MachineInstr &MI, const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const SwizzleInput() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | platform.h | 514 namespace std { namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() argument 92 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() argument 496 makeArrayRef(const std::array<T, N> &Arr) makeArrayRef() argument [all...] |
H A D | SmallPtrSet.h | 501 namespace std { global() namespace [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer.cc | 113 void Printer::Print(const std::map<std::string, std argument 277 FormatInternal(const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format) FormatInternal() argument 307 WriteVariable( const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format, int* arg_index, std::vector<AnnotationCollector::Annotation>* annotations) WriteVariable() argument [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | array.c | 54 zend_object std; member 434 zend_object std; global() member [all...] |
H A D | map.c | 50 zend_object std; member 415 zend_object std; global() member [all...] |
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_field_base.cc | 53 SetCommonFieldVariables( std::map<string, string>* variables) SetCommonFieldVariables() argument 125 SetCommonOneofFieldVariables( std::map<string, string>* variables) SetCommonOneofFieldVariables() argument [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | math_approx.h | 49 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() argument 122 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() argument
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringpiece.h | 221 StringPiece( const std::basic_string<char, std::char_traits<char>, Allocator>& str) StringPiece() argument [all...] |