Home
last modified time | relevance | path

Searched defs:std (Results 476 - 500 of 879) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_access_chain.cpp29 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 Dtransformation_duplicate_region_with_selection.cpp28 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 Ddef_use_manager.cpp151 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 Dfunction.h212 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 Dunit_spirv.h38 namespace std { namespace
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DRenderPassLoadOpTests.cpp101 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 DRenderPipelineD3D12.cpp448 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 DRPCSerialization.h533 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 DSubtargetFeature.h47 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 DErrc.h83 namespace std { global() namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DGraph.h448 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 DArrayRef.h80 /*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 DSmallPtrSet.h469 namespace std { global() namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrc.h83 namespace std { global() namespace
[all...]
H A DErrorOr.h84 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 DR600OptimizeVectorRegisters.cpp164 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 Dplatform.h514 namespace std { namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DArrayRef.h87 /*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 DSmallPtrSet.h501 namespace std { global() namespace
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc113 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 Darray.c54 zend_object std; member
434 zend_object std; global() member
[all...]
H A Dmap.c50 zend_object std; member
415 zend_object std; global() member
[all...]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc53 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 Dmath_approx.h49 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 Dstringpiece.h221 StringPiece( const std::basic_string<char, std::char_traits<char>, Allocator>& str) StringPiece() argument
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...36