Home
last modified time | relevance | path

Searched refs:std (Results 351 - 375 of 20229) sorted by relevance

1...<<11121314151617181920>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dblock_merge_test.cpp41 const std::string predefs = in TEST_F()
43 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
63 const std::string before = in TEST_F()
77 const std::string after = in TEST_F()
94 const std::string before = in TEST_F()
123 const std::string after = in TEST_F()
164 const std::string predefs = in TEST_F()
166 %1 = OpExtInstImport "GLSL.std.450" in TEST_F()
186 const std::string before = in TEST_F()
204 const std in TEST_F()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmEmptyStructTests.cpp39 bool verifyResult(const std::vector<Resource>&, in verifyResult() argument
40 const std::vector<AllocationSp>& outputAllocs, in verifyResult()
41 const std::vector<Resource>& expectedOutputs, in verifyResult()
46 std::vector<deUint8> expectedBytes; in verifyResult()
89 + std::string(getComputeAsmCommonTypes()) + in addCopyingComputeGroup()
122 std::string name; in addCopyingComputeGroup()
124 std::vector<deUint32> offsets; in addCopyingComputeGroup()
125 std::vector<int> input; in addCopyingComputeGroup()
126 std::vector<int> expectedOutput; in addCopyingComputeGroup()
127 std in addCopyingComputeGroup()
[all...]
/third_party/spirv-tools/test/val/
H A Dval_image_test.cpp36 std::string GenerateShaderCode( in GenerateShaderCode()
37 const std::string& body, in GenerateShaderCode()
38 const std::string& capabilities_and_extensions = "", in GenerateShaderCode()
39 const std::string& execution_model = "Fragment", in GenerateShaderCode()
40 const std::string& execution_mode = "", in GenerateShaderCode()
42 const std::string& memory_model = "GLSL450", in GenerateShaderCode()
43 const std::string& declarations = "") { in GenerateShaderCode()
44 std::ostringstream ss; in GenerateShaderCode()
66 std::string interface_vars = in GenerateShaderCode()
357 std
[all...]
H A Dval_data_test.cpp31 using ValidateData = spvtest::ValidateBase<std::pair<std::string, bool>>;
33 std::string HeaderWith(std::string cap) { in HeaderWith()
34 return std::string("OpCapability Shader OpCapability Linkage OpCapability ") + in HeaderWith()
38 std::string header = R"(
43 std::string header_with_addresses = R"(
50 std::string header_with_vec16_cap = R"(
56 std::string header_with_int8 = R"(
62 std
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.hpp109 std::string type;
110 std::string precision;
111 std::string initializer_with_ones;
112 std::string initializer_with_zeroes;
113 std::string iterator_initialization;
114 std::string iterator_type;
115 std::string specific_element;
116 std::string variable_type_initializer1;
117 std::string variable_type_initializer2;
118 std
[all...]
/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp69 std::string basename(const std::string filename) in basename()
76 void errHandler(const std::string& str) { in errHandler()
77 std::cout << str << std::endl; in errHandler()
81 void logHandler(const std::string& str) { in logHandler()
82 std::cout << str << std::endl; in logHandler()
86 void read(std::vector<SpvWord>& spv, const std
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Daccessors.rs11 pub mNoAccessor: ::std::os::raw::c_int,
13 pub mBothAccessors: ::std::os::raw::c_int,
15 pub mUnsafeAccessors: ::std::os::raw::c_int,
17 pub mImmutableAccessor: ::std::os::raw::c_int,
21 const UNINIT: ::std::mem::MaybeUninit<SomeAccessors> = in bindgen_test_layout_SomeAccessors()
22 ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_SomeAccessors()
25 ::std::mem::size_of::<SomeAccessors>(), in bindgen_test_layout_SomeAccessors()
30 ::std::mem::align_of::<SomeAccessors>(), in bindgen_test_layout_SomeAccessors()
36 ::std::ptr::addr_of!((*ptr).mNoAccessor) as usize - ptr as usize in bindgen_test_layout_SomeAccessors()
48 ::std in bindgen_test_layout_SomeAccessors()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DPrint.hpp41 // * A 'static std::string fmt(const T& v)' method that provides the
43 // * A 'static std::vector<rr::Value*> val(const T& v)' method that
48 // static std::string fmt(const T& v);
49 // static std::vector<rr::Value*> val(const T& v);
54 static std::vector<Value *> val(const T *list, int count) in val()
56 std::vector<Value *> values; in val()
69 static std::string fmt(const T *list, int count) in fmt()
71 std::string out = "["; in fmt()
80 static std::string addr(const void *ptr) in addr()
87 const std
[all...]
/third_party/spirv-tools/test/opt/
H A Dinst_bindless_check_test.cpp30 static const std::string kFuncName = "inst_bindless_check_desc";
32 static const std::string kImportDeco = R"(
37 static const std::string kImportStub = R"(
70 const std::string entry = R"(
73 %1 = OpExtInstImport "GLSL.std.450"
82 const std::string names_annots = R"(
103 const std::string consts_types_vars = R"(
135 const std::string main_func = R"(
205 const std::string defs = R"(
208 %1 = OpExtInstImport "GLSL.std
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_data_test.cpp32 using ValidateData = spvtest::ValidateBase<std::pair<std::string, bool>>;
34 std::string HeaderWith(std::string cap) { in HeaderWith()
35 return std::string("OpCapability Shader OpCapability Linkage OpCapability ") + in HeaderWith()
39 std::string header = R"(
44 std::string header_with_addresses = R"(
51 std::string header_with_vec16_cap = R"(
57 std::string header_with_int8 = R"(
63 std
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.h68 typedef std::set<std::pair<const Pointer*, const Pointer*>> IsSameCache;
107 void AddDecoration(std::vector<uint32_t>&& d) { in AddDecoration()
108 decorations_.push_back(std::move(d)); in AddDecoration()
111 std::string GetDecorationStr() const;
127 virtual std::string str() const = 0;
130 const std::vector<std::vector<uint32_t>>& decorations() const { in decorations()
140 std::unique_ptr<Type> Clone() const;
143 std
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.h68 typedef std::set<std::pair<const Pointer*, const Pointer*>> IsSameCache;
107 void AddDecoration(std::vector<uint32_t>&& d) { in AddDecoration()
108 decorations_.push_back(std::move(d)); in AddDecoration()
111 std::string GetDecorationStr() const;
127 virtual std::string str() const = 0;
130 const std::vector<std::vector<uint32_t>>& decorations() const { in decorations()
140 std::unique_ptr<Type> Clone() const;
143 std
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_data_test.cpp32 using ValidateData = spvtest::ValidateBase<std::pair<std::string, bool>>;
34 std::string HeaderWith(std::string cap) { in HeaderWith()
35 return std::string("OpCapability Shader OpCapability Linkage OpCapability ") + in HeaderWith()
39 std::string header = R"(
44 std::string header_with_addresses = R"(
51 std::string header_with_vec16_cap = R"(
57 std::string header_with_int8 = R"(
63 std
[all...]
/third_party/node/src/
H A Dinspector_socket_server.h21 std::string FormatWsAddress(const std::string& host, int port,
22 const std::string& target_id,
32 virtual void StartSession(int session_id, const std::string& target_id) = 0;
34 virtual void MessageReceived(int session_id, const std::string& message) = 0;
35 virtual std::vector<std::string> GetTargetIds() = 0;
36 virtual std::string GetTargetTitle(const std::string& id) = 0;
37 virtual std
[all...]
/third_party/ninja/src/
H A Dtest.h38 Node* GetNode(const std::string& path);
55 void Create(const std::string& path, const std::string& contents);
64 virtual TimeStamp Stat(const std::string& path, std::string* err) const;
65 virtual bool WriteFile(const std::string& path, const std::string& contents);
66 virtual bool MakeDir(const std::string& path);
67 virtual Status ReadFile(const std::string& path, std
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp37 const std::string& name, in SparseShaderIntrinsicsCaseStorage()
42 const std::string& operand) in SparseShaderIntrinsicsCaseStorage()
47 virtual std::string getSparseImageTypeName (void) const = 0;
48 virtual std::string getUniformConstSparseImageTypeName (void) const = 0;
50 virtual std::string sparseImageOpString (const std::string& resultVariable,
51 const std::string& resultType,
52 const std::string& image,
53 const std::string& coord,
54 const std
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.h48 const std::vector<std::string>& required_features,
49 const std::vector<std::string>& required_instance_extensions,
50 const std::vector<std::string>& required_device_extensions,
53 std::unique_ptr<amber::EngineConfig>* config) override;
60 std::vector<std::string> required_instance_extensions,
71 const std
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.hpp66 std::shared_ptr<Thread> currentThread();
70 std::shared_ptr<Thread> get(ID<Thread>);
74 std::vector<std::shared_ptr<Thread>> threads();
80 std::shared_ptr<File> createVirtualFile(const std::string &name,
81 const std::string &source);
85 std::shared_ptr<File> createPhysicalFile(const std::string &path);
89 std
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcivil_time_detail.cc32 std::ostream& operator<<(std::ostream& os, const civil_year& y) { in operator <<()
33 std::stringstream ss; in operator <<()
37 std::ostream& operator<<(std::ostream& os, const civil_month& m) { in operator <<()
38 std::stringstream ss; in operator <<()
40 ss << std::setfill('0') << std::setw(2) << m.month(); in operator <<()
43 std::ostream& operator<<(std in operator <<()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp37 const std::string& name, in SparseShaderIntrinsicsCaseStorage()
42 const std::string& operand) in SparseShaderIntrinsicsCaseStorage()
47 virtual std::string getSparseImageTypeName (void) const = 0;
48 virtual std::string getUniformConstSparseImageTypeName (void) const = 0;
50 virtual std::string sparseImageOpString (const std::string& resultVariable,
51 const std::string& resultType,
52 const std::string& image,
53 const std::string& coord,
54 const std
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.h68 std::unordered_set<uint32_t> used_array_length_from_uniform_indices;
97 bool EmitIndexAccessor(std::ostream& out,
107 bool EmitBinary(std::ostream& out, const ast::BinaryExpression* expr);
112 bool EmitBitcast(std::ostream& out, const ast::BitcastExpression* expr);
133 bool EmitCall(std::ostream& out, const ast::CallExpression* expr);
139 bool EmitFunctionCall(std::ostream& out,
147 bool EmitIntrinsicCall(std::ostream& out,
155 bool EmitTypeConversion(std::ostream& out,
163 bool EmitTypeConstructor(std::ostream& out,
173 std
[all...]
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim.h62 RegistryEntry(std::string const& name) noexcept : name(name) {}
63 RegistryEntry(std::string const& name, DWORD value) noexcept : name(name), value(value) {} in value()
64 std::string name;
69 explicit HKeyHandle(const size_t value, const std::string& key_path) noexcept : key(HKEY{}), path(key_path) { in path()
76 std::string path;
86 static std::array<KnownDriverData, 4> known_driver_list = {
111 std::vector<std::wstring> driver_paths;
112 std::vector<std
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dutil.cc26 bool WriteBinary(const std::string& path, const uint8_t* data, size_t size) { in WriteBinary()
27 std::ofstream spv(path, std::ios::binary); in WriteBinary()
29 static_cast<std::streamsize>(size)); in WriteBinary()
33 const std::string& type, in LogError()
34 const std::string& message, in LogError()
35 const std::string* path, in LogError()
38 const std::string* wgsl) { in LogError()
39 std::cout << index << " | " << type << ": " << message << std in LogError()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dbits.h23 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0553r4.html
25 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0556r3.html
27 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1355r2.html
29 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1956r1.pdf
57 typename std::enable_if<std::is_unsigned<T>::value, T>::type
64 typename std::enable_if<std::is_unsigned<T>::value, T>::type
76 typename std::enable_if<std
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dtimer.cpp28 void PrintTimerDescription(std::ostream* out, bool measure_mem_usage) { in PrintTimerDescription()
30 *out << std::setw(30) << "PASS name" << std::setw(12) << "CPU time" in PrintTimerDescription()
31 << std::setw(12) << "WALL time" << std::setw(12) << "USR time" in PrintTimerDescription()
32 << std::setw(12) << "SYS time"; in PrintTimerDescription()
34 *out << std::setw(12) << "RSS delta" << std::setw(16) << "PGFault delta"; in PrintTimerDescription()
36 *out << std::endl; in PrintTimerDescription()
71 *report_stream_ << std in Report()
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...810