Home
last modified time | relevance | path

Searched refs:std (Results 11026 - 11050 of 21835) sorted by relevance

1...<<441442443444445446447448449450>>...874

/third_party/rust/crates/clang-sys/build/
H A Dcommon.rs5 use std::cell::RefCell;
6 use std::collections::HashMap;
7 use std::env;
8 use std::path::{Path, PathBuf};
9 use std::process::Command;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInputGeometryShaderTests.cpp56 using std::string;
57 using std::vector;
160 std::ostringstream src; in initPrograms()
180 std::ostringstream src; in initPrograms()
199 std::ostringstream src; in shaderGeometry()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderSwitchTests.cpp49 using std::string;
106 std::ostringstream vtx; in makeSwitchCase()
107 std::ostringstream frag; in makeSwitchCase()
108 std::ostringstream& op = isVertex ? vtx : frag; in makeSwitchCase()
143 std::map<string, string> params; in makeSwitchCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp174 bool isDeviceFunctionalitySupported(const std::string& extension) const in isDeviceFunctionalitySupported()
203 const std::vector<deUint32>& queueFamilyIndex = std::vector<deUint32>());
246 std::size_t size;
314 std::string getOperationName (const OperationName opName);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInputGeometryShaderTests.cpp56 using std::string;
57 using std::vector;
160 std::ostringstream src; in initPrograms()
180 std::ostringstream src; in initPrograms()
199 std::ostringstream src; in shaderGeometry()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_vulkan.cpp100 std::unique_ptr<Library> mLibVulkan = nullptr;
105 std::string FormatString(const char *fmt, ...) in FormatString()
110 std::vector<char> buffer; in FormatString()
114 return std::string(&buffer[0], len); in FormatString()
150 std::vector<VkPhysicalDevice> physicalDevices(physicalDeviceCount); in GetSystemInfoVulkanWithICD()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DProgramImpl.h78 virtual std::unique_ptr<LinkEvent> load(const gl::Context *context,
85 virtual std::unique_ptr<LinkEvent> link(const gl::Context *context,
152 virtual void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations()
153 std::vector<gl::SamplerBinding> *samplerBindings, in markUnusedUniformLocations()
154 std::vector<gl::ImageBinding> *imageBindings) in markUnusedUniformLocations()
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
H A Dtranslator_fuzzer.cpp79 namespace std namespace
85 std::size_t operator()(const TranslatorCacheKey &k) const in operator ()()
91 } // namespace std
156 std::vector<uint32_t> validOutputs; in LLVMFuzzerTestOneInput()
196 using UniqueTCompiler = std::unique_ptr<TCompiler, TCompilerDeleter>; in LLVMFuzzerTestOneInput()
240 (*translators)[key] = std::move(translator); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp121 DenseMap<unsigned, std::pair<unsigned, MachineInstr *>> UseMap; in runOnMachineFunction()
145 UseMap[MO.getReg()] = std::make_pair(CurrentOrder, &MI); in runOnMachineFunction()
219 MachineBasicBlock::iterator I = std::next(Insert->getIterator()); in runOnMachineFunction()
222 I = std::next(I); in runOnMachineFunction()
234 MachineBasicBlock::iterator EndIter = std::next(MI.getIterator()); in runOnMachineFunction()
H A DMachineBlockFrequencyInfo.cpp65 extern cl::opt<std::string> ViewBlockFreqFuncName;
77 extern cl::opt<std::string> PrintBlockFreqFuncName;
125 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel()
147 std::string getNodeAttributes(const MachineBasicBlock *Node, in getNodeAttributes()
153 std::string getEdgeAttributes(const MachineBasicBlock *Node, EdgeIter EI, in getEdgeAttributes()
/third_party/vk-gl-cts/execserver/
H A DxsPosixTestProcess.cpp31 using std::string;
32 using std::vector;
58 std::copy(caseList, caseList+caseListSize, m_caseList.begin()); in start()
123 std::vector<deUint8> tmpBuf (FILEREADER_TMP_BUFFER_SIZE); in run()
257 catch (const std::exception& e) in terminate()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dformat.h111 const std::vector<Segment>& GetSegments() const { return segments_; } in GetSegments()
214 std::string GenerateNameForTesting() const { return GenerateName(); } in GenerateNameForTesting()
234 std::string GenerateName() const;
239 std::vector<FormatComponentType> type_names_;
240 std::vector<Segment> segments_;
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanBarriersPerf.cpp41 std::string story() const override;
54 std::ostream &operator<<(std::ostream &os, const VulkanBarriersPerfParams &params) in operator <<()
115 std::string VulkanBarriersPerfParams::story() const in story()
117 std::ostringstream sout; in story()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dglobal_state.cpp26 ANGLE_REQUIRE_CONSTANT_INIT std::atomic<angle::GlobalMutex *> g_Mutex(nullptr);
27 static_assert(std::is_trivially_destructible<decltype(g_Mutex)>::value,
31 static_assert(std::is_trivially_destructible<decltype(g_LastContext)>::value,
91 std::unique_ptr<angle::GlobalMutex> newMutex(new angle::GlobalMutex()); in AllocateMutex()
229 std::lock_guard<angle::GlobalMutex> lock(*mutex); in DeallocateMutex()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBackwardsCompatibleContextTest.cpp21 std::pair<EGLint, EGLint> GetCurrentContextVersion() in GetCurrentContextVersion()
47 std::vector<EGLConfig> configs(configsCount);
109 std::pair<EGLint, EGLint> testVersions[] = { in TEST_P()
188 ASSERT_EQ(std::make_pair(1, 1), es11ContextVersion); in TEST_P()
200 ASSERT_EQ(std::make_pair(1, 1), es10ContextVersion); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendIntegerTest.cpp31 std::is_same<T, int32_t>::value ? GL_INT : GL_UNSIGNED_INT, pixel); in compareValue()
35 << " componentIdx=" << componentIdx << std::endl in compareValue()
36 << " " << name << "[0]=" << value[0] << " pixel[0]=" << pixel[0] << std::endl in compareValue()
37 << " " << name << "[1]=" << value[1] << " pixel[1]=" << pixel[1] << std::endl in compareValue()
38 << " " << name << "[2]=" << value[2] << " pixel[2]=" << pixel[2] << std::endl in compareValue()
/third_party/skia/src/core/
H A DSkTSort.h99 using std::swap; in SkTHeapSort()
120 T insert = std::move(*next); in SkTInsertionSort()
123 *hole = std::move(*(hole - 1)); in SkTInsertionSort()
126 *hole = std::move(insert); in SkTInsertionSort()
135 using std::swap; in SkTQSort_Partition()
/third_party/skia/src/gpu/d3d/
H A DGrD3DTexture.cpp25 , GrD3DTextureResource(info, std::move(state)) in GrD3DTexture()
41 , GrD3DTextureResource(info, std::move(state)) in GrD3DTexture()
83 GrD3DTexture* tex = new GrD3DTexture(gpu, budgeted, dimensions, info, std::move(state), in MakeNewTexture()
106 return sk_sp<GrD3DTexture>(new GrD3DTexture(gpu, dimensions, info, std::move(state), in MakeWrappedTexture()
130 info, std::move(state), shaderResourceView, in MakeAliasingTexture()
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A Dsmall_vector.cpp194 std::vector<RAIIInt> ints(foo); in convert_to_std_vector()
202 SmallVector<std::unique_ptr<RAIIInt>> move_only_buffer; in convert_to_std_vector()
204 std::vector<std::unique_ptr<RAIIInt>> move_only_vector(std::move(move_only_buffer)); in convert_to_std_vector()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_equation_instruction.cpp25 : message_(std::move(message)) {} in TransformationEquationInstruction()
28 uint32_t fresh_id, SpvOp opcode, const std::vector<uint32_t>& in_operand_id, in TransformationEquationInstruction()
81 std::vector<uint32_t> rhs_id; in Apply()
93 std::move(in_operands))); in Apply()
294 std::unordered_set<uint32_t> TransformationEquationInstruction::GetFreshIds() in GetFreshIds()
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp33 if (!std::isfinite(lhs) || !std::isfinite(rhs)) { in float_binop_evaluates_to()
116 : message_(std::move(message)) {} in TransformationReplaceBooleanConstantWithConstantBinary()
303 std::move(binary_instruction)); in ApplyWithResult()
321 std::unordered_set<uint32_t>
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dreplace_invalid_opc.cpp174 std::string message = BuildWarningMessage(inst->opcode()); in ReplaceInstruction()
190 std::vector<uint32_t> ids; in GetSpecialConstant()
197 std::vector<uint32_t> literal_words; in GetSpecialConstant()
208 std::string ReplaceInvalidOpcodePass::BuildWarningMessage(SpvOp opcode) { in BuildWarningMessage()
211 std::string message = "Removing "; in BuildWarningMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_equation_instruction.cpp25 : message_(std::move(message)) {} in TransformationEquationInstruction()
28 uint32_t fresh_id, SpvOp opcode, const std::vector<uint32_t>& in_operand_id, in TransformationEquationInstruction()
81 std::vector<uint32_t> rhs_id; in Apply()
93 std::move(in_operands))); in Apply()
294 std::unordered_set<uint32_t> TransformationEquationInstruction::GetFreshIds() in GetFreshIds()
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp33 if (!std::isfinite(lhs) || !std::isfinite(rhs)) { in float_binop_evaluates_to()
116 : message_(std::move(message)) {} in TransformationReplaceBooleanConstantWithConstantBinary()
303 std::move(binary_instruction)); in ApplyWithResult()
321 std::unordered_set<uint32_t>
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dreplace_invalid_opc.cpp174 std::string message = BuildWarningMessage(inst->opcode()); in ReplaceInstruction()
190 std::vector<uint32_t> ids; in GetSpecialConstant()
197 std::vector<uint32_t> literal_words; in GetSpecialConstant()
208 std::string ReplaceInvalidOpcodePass::BuildWarningMessage(SpvOp opcode) { in BuildWarningMessage()
211 std::string message = "Removing "; in BuildWarningMessage()

Completed in 21 milliseconds

1...<<441442443444445446447448449450>>...874