Home
last modified time | relevance | path

Searched refs:std (Results 13501 - 13525 of 20522) sorted by relevance

1...<<541542543544545546547548549550>>...821

/third_party/spirv-tools/source/val/
H A Dvalidate_ray_tracing_reorder.cpp27 static const uint32_t KRayParamInvalidId = std::numeric_limits<uint32_t>::max();
256 std::string opcode_name = spvOpcodeString(rtinst->opcode()); in RayReorderNVPass()
259 [opcode_name](spv::ExecutionModel model, std::string* message) { in RayReorderNVPass()
553 std::string opcode_name = spvOpcodeString(inst->opcode()); in RayReorderNVPass()
556 [opcode_name](spv::ExecutionModel model, std::string* message) { in RayReorderNVPass()
592 std::string opcode_name = spvOpcodeString(inst->opcode()); in RayReorderNVPass()
595 [opcode_name](spv::ExecutionModel model, std::string* message) { in RayReorderNVPass()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.cpp47 using std::vector;
48 using std::string;
49 using std::pair;
50 using std::map;
148 std::vector<const rsg::ShaderInput*> unifiedUniforms; in init()
240 static int getNumSamplerUniforms (const std::vector<rsg::ShaderInput*>& uniforms) in getNumSamplerUniforms()
244 for (std::vector<rsg::ShaderInput*>::const_iterator it = uniforms.begin(); it != uniforms.end(); ++it) in getNumSamplerUniforms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingProceduralGeometryTests.cpp108 std::vector<const char*> requiredExtensions in DeviceHelper()
174 std::vector<de::SharedPtr<BottomLevelAccelerationStructure> > m_blasVect;
533 std::string rgenSource = in initPrograms()
558 std::string isecSource = in initPrograms()
583 std::string chitSource = in initPrograms()
603 std::string chitTriangleSource = in initPrograms()
615 std::string missSource = in initPrograms()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTypes.cpp537 if (arraySize > static_cast<unsigned int>(std::numeric_limits<int>::max() / count)) in getLocationCount()
539 count = std::numeric_limits<int>::max(); in getLocationCount()
767 std::stringstream elementName = sh::InitializeStream<std::stringstream>(); in createSamplerSymbols()
879 if (fieldCount > std::numeric_limits<int>::max() - count) in getLocationCount()
881 count = std::numeric_limits<int>::max(); in getLocationCount()
909 maxNesting = std::max(maxNesting, (*mFields)[i]->type()->getDeepestStructNesting()); in calculateDeepestNesting()
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.cc31 std::ostream& operator<<(std::ostream& os, StoreRepresentation rep) { in operator <<()
49 std::ostream& operator<<(std::ostream& os, AtomicStoreParameters params) { in operator <<()
66 std::ostream& operator<<(std::ostream& os, AtomicLoadParameters params) { in operator <<()
72 std::ostream& operator<<(std::ostream& os, MemoryAccessKind kind) { in operator <<()
86 std::ostream& operator<<(std
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.cpp49 typedef std::pair<GLint, GLint> IntPair;
61 bool SparseTextureUtils::verifyQueryError(std::stringstream& log, const char* funcName, GLint target, GLint pname, in verifyQueryError()
85 bool SparseTextureUtils::verifyError(std::stringstream& log, const char* funcName, GLint error, GLint expectedError) in verifyError()
369 for (std::vector<glw::GLint>::const_iterator iter = mSupportedTargets.begin(); iter != mSupportedTargets.end(); in iterate()
394 for (std::vector<glw::GLint>::const_iterator iter = mNotSupportedTargets.begin(); in iterate()
873 for (std::vector<glw::GLint>::const_iterator iter = mSupportedTargets.begin(); iter != mSupportedTargets.end(); in iterate()
878 for (std::vector<glw::GLint>::const_iterator formIter = mSupportedInternalFormats.begin(); in iterate()
950 std::stringstream log; in testSipmleQueries()
1087 for (std::vector<glw::GLint>::const_iterator iter = mSupportedTargets.begin(); iter != mSupportedTargets.end(); in iterate()
1092 for (std in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp359 const std::vector<CalleeSavedInfo> &CSI = MFI.getCalleeSavedInfo();
690 auto SEH = std::next(MBBI); in convertCalleeSaveRestoreToSPPrePostIncDec()
722 return std::prev(MBB.erase(MBBI)); in convertCalleeSaveRestoreToSPPrePostIncDec()
778 auto MBBI = std::next(MachineBasicBlock::iterator(MI)); in fixupCalleeSaveRestoreStackOffset()
1470 MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator()); in emitEpilogue()
1472 Pop = std::prev(Pop); in emitEpilogue()
1534 RestoreBegin = std::prev(RestoreEnd);; in emitEpilogue()
1541 IsSVECalleeSave(std::prev(RestoreEnd)) && "Unexpected instruction"); in emitEpilogue()
1637 auto Prev = std::prev(FirstSPPopI); in emitEpilogue()
1936 MachineFunction &MF, const std in computeCalleeSaveRegisterPairs()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp193 static std::map<unsigned,unsigned> LoadPciMap = { in LoadInstrForLoadIntrinsic()
326 static const std::map<unsigned, unsigned> LoadBrevMap = { in SelectBrevLdIntrinsic()
368 static std::map<unsigned,unsigned> LoadNPcMap = { in SelectNewCircIntrinsic()
409 static std::map<unsigned,unsigned> StoreNPcMap = { in SelectNewCircIntrinsic()
913 std::vector<SDValue> &OutOps) { in SelectInlineAsmMemoryOperand()
977 void HexagonDAGToDAGISel::ppSimplifyOrSelect0(std::vector<SDNode*> &&Nodes) { in ppSimplifyOrSelect0()
1025 void HexagonDAGToDAGISel::ppAddrReorderAddShl(std::vector<SDNode*> &&Nodes) { in ppAddrReorderAddShl()
1089 void HexagonDAGToDAGISel::ppAddrRewriteAndSrl(std::vector<SDNode*> &&Nodes) { in ppAddrRewriteAndSrl()
1154 void HexagonDAGToDAGISel::ppHoistZextI1(std::vector<SDNode*> &&Nodes) { in ppHoistZextI1()
1209 auto getNodes = [this] () -> std in PreprocessISelDAG()
[all...]
/device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/
H A Dfb_composition.cpp45 FbComposition::FbComposition(const std::vector<int> &fbs) in FbComposition()
62 int32_t FbComposition::SetLayers(std::vector<HdiLayer*> &layers, HdiLayer &clientLayer) in SetLayers()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Ddisplay_buffer_vdi_impl.cpp113 int32_t DisplayBufferVdiImpl::IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, in IsSupportedAlloc()
114 std::vector<bool>& supporteds) const in IsSupportedAlloc()
/third_party/gn/src/base/files/
H A Dfile.cc26 : file_(std::move(platform_file)), error_details_(FILE_OK) { in File()
71 std::string File::ErrorToString(Error error) { in ErrorToString()
/third_party/gn/src/gn/
H A Dc_tool.h77 link_output_ = std::move(link_out); in set_link_output()
83 depend_output_ = std::move(dep_out); in set_depend_output()
H A Dconfig_values.cc10 void VectorAppend(std::vector<T>* append_to, in VectorAppend()
11 const std::vector<T>& append_this) { in VectorAppend()
H A Dfunction_write_file.cc56 const std::vector<Value>& args, in RunWriteFile()
93 std::ostream contents(&storage); in RunWriteFile()
/third_party/glslang/SPIRV/CInterface/
H A Dspirv_c_interface.cpp43 std::vector<unsigned int> spirv;
44 std::string loggerMessages;
/third_party/googletest/googletest/samples/
H A Dsample8_unittest.cc90 class PrimeTableTest : public TestWithParam< ::std::tuple<bool, int> > {
95 std::tie(force_on_the_fly, max_precalculated) = GetParam();
/third_party/gptfdisk/
H A Dgptpart.h60 std::string GetTypeName(void);
81 void SetName(const std::string & theName);
/third_party/icu/icu4c/source/i18n/
H A Dunits_converter.h116 : source(std::move(source)), target(std::move(target)) {} in ConversionRate()
/third_party/libabigail/tests/
H A Dtest-alt-dwarf-file.cc18 using std::cerr;
19 using std::string;
H A Dtest-ini.cc22 using std::string;
23 using std::cerr;
H A Dtest-lookup-syms.cc19 using std::cerr;
20 using std::string;
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDefs.h71 typedef std::vector<uint8_t> Unit;
72 typedef std::vector<Unit> UnitVector;
/third_party/libwebsockets/lib/secure-streams/cpp/
H A DlssFile.cxx116 lssFile::lssFile(lws_ctx_t ctx, std::string uri, std::string _path, in lssFile()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_memorypool.cpp49 std::list<void *> m_data;
58 using MemoryBacking = ::std::pmr::monotonic_buffer_resource;
/third_party/node/src/
H A Daliased_struct-inl.h19 ptr_ = new (store_->Data()) T(std::forward<Args>(args)...); in AliasedStruct()
38 buffer_ = std::move(that.buffer_);

Completed in 34 milliseconds

1...<<541542543544545546547548549550>>...821