Home
last modified time | relevance | path

Searched refs:write_value (Results 1 – 9 of 9) sorted by relevance

/third_party/node/src/
Djson_utils.h107 write_value(value); in json_keyvalue()
116 write_value(value); in json_element()
130 inline void write_value(T number) { in write_value() function
137 inline void write_value(Null null) { out_ << "null"; } in write_value() function
138 inline void write_value(const char* str) { write_string(str); } in write_value() function
139 inline void write_value(const std::string& str) { write_string(str); } in write_value() function
141 inline void write_value(const ForeignJSON& json) { in write_value() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp1145 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write() argument
1149 GLuint program = BuildProgram(src_vs, GenFS(internalformat, write_value).c_str()); in Write()
1171 GLuint c_program = CreateComputeProgram(GenC(write_value)); in Write()
1275 bool WriteCS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCS() argument
1278 GLuint program = CreateComputeProgram(GenCS(internalformat, write_value)); in WriteCS()
1840 bool Write(int target, GLenum internalformat, const T& write_value, const T& expected_value) in Write() argument
1844 const GLuint program = BuildProgram(src_vs, GenFS(target, internalformat, write_value).c_str()); in Write()
1895 GLuint c_program = CreateComputeProgram(GenC(write_value)); in Write()
1944 std::string GenFS(int target, GLenum internalformat, const T& write_value) in GenFS() argument
1971 os << NL " imageStore(g_image_2d, coord, " << TypePrefix<T>() << "vec4" << write_value << ");"; in GenFS()
[all …]
Dgl4cShaderImageLoadStoreTests.cpp1407 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write() argument
1411 …const GLuint program = BuildProgram(src_vs, NULL, NULL, NULL, GenFS(internalformat, write_value)… in Write()
1780 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write() argument
1783 …BuildProgram(GenVS(internalformat, write_value).c_str(), GenTCS(internalformat, write_value).c_str… in Write()
1784 … GenTES(internalformat, write_value).c_str(), GenGS(internalformat, write_value).c_str(), NULL); in Write()
2400 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write() argument
2404 …const GLuint program = BuildProgram(src_vs, NULL, NULL, NULL, GenFS(internalformat, write_value).c… in Write()
2644 bool WriteMS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteMS() argument
2649 …nt program = BuildProgram(src_vs, NULL, NULL, NULL, GenFSMS(internalformat, write_value).c_str()); in WriteMS()
2711 bool WriteCubeArray(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCubeArray() argument
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp1111 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write() argument
1115 GLuint program = BuildProgram(src_vs, GenFS(internalformat, write_value).c_str()); in Write()
1137 GLuint c_program = CreateComputeProgram(GenC(write_value)); in Write()
1241 bool WriteCS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCS() argument
1244 GLuint program = CreateComputeProgram(GenCS(internalformat, write_value)); in WriteCS()
1804 bool Write(int target, GLenum internalformat, const T& write_value, const T& expected_value) in Write() argument
1808 const GLuint program = BuildProgram(src_vs, GenFS(target, internalformat, write_value).c_str()); in Write()
1859 GLuint c_program = CreateComputeProgram(GenC(write_value)); in Write()
1908 std::string GenFS(int target, GLenum internalformat, const T& write_value) in GenFS() argument
1934 os << NL " imageStore(g_image_2d, coord, " << TypePrefix<T>() << "vec4" << write_value << ");"; in GenFS()
[all …]
/third_party/rust/crates/tracing/tracing-journald/src/
Dlib.rs383 fn put_field_length_encoded(buf: &mut Vec<u8>, name: &str, write_value: impl FnOnce(&mut Vec<u8>)) { in put_field_length_encoded()
388 write_value(buf); in put_field_length_encoded()
/third_party/python/Lib/
Dplistlib.py325 self.write_value(value)
328 def write_value(self, value): member in _PlistWriter
389 self.write_value(value)
399 self.write_value(value)
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_query.c170 write_value(struct iris_context *ice, struct iris_query *q, unsigned offset) in write_value() function
536 write_value(ice, q, in iris_begin_query()
575 write_value(ice, q, in iris_end_query()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c190 write_value(struct crocus_context *ice, struct crocus_query *q, unsigned offset) in write_value() function
577 write_value(ice, q, in crocus_begin_query()
625 write_value(ice, q, in crocus_end_query()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst643 - panfrost: Drop dependency on nonexistant write_value
4285 - panfrost: Don't emit write_value jobs on Bifrost