Home
last modified time | relevance | path

Searched defs:write_value (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Scripts/
Dcoff-dump.py376 def write_value(format,value): function
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp1145 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1275 bool WriteCS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCS()
1840 bool Write(int target, GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1944 std::string GenFS(int target, GLenum internalformat, const T& write_value) in GenFS()
1998 std::string GenC(const T& write_value) in GenC()
2084 bool Write(int target, GLenum internalformat, const T& write_value, const T& expected_value) in Write()
2186 std::string GenCS(int target, GLenum internalformat, const T& write_value) in GenCS()
2240 std::string GenC(const T& write_value) in GenC()
2934 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
3032 std::string GenStoreShader(int stage, GLenum internalformat, const T& write_value) in GenStoreShader()
Dgl4cShaderImageLoadStoreTests.cpp1408 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1781 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
2401 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
2645 bool WriteMS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteMS()
2712 bool WriteCubeArray(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCubeArray()
2765 std::string GenFS(GLenum internalformat, const T& write_value) in GenFS()
2801 std::string GenFSMS(GLenum internalformat, const T& write_value) in GenFSMS()
2870 std::string GenFSCubeArray(GLenum internalformat, const T& write_value) in GenFSCubeArray()
3886 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
4138 std::string GenStoreShader(int stage, GLenum internalformat, const T& write_value) in GenStoreShader()
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp1111 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1241 bool WriteCS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCS()
1804 bool Write(int target, GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1908 std::string GenFS(int target, GLenum internalformat, const T& write_value) in GenFS()
1961 std::string GenC(const T& write_value) in GenC()
2045 bool Write(int target, GLenum internalformat, const T& write_value, const T& expected_value) in Write()
2147 std::string GenCS(int target, GLenum internalformat, const T& write_value) in GenCS()
2202 std::string GenC(const T& write_value) in GenC()
2899 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
2997 std::string GenStoreShader(int stage, GLenum internalformat, const T& write_value) in GenStoreShader()
/external/perfetto/src/trace_processor/
Draw_table.cc88 auto write_value = [this, writer](const Variadic& value) { in FormatSystraceArgs() local
/external/python/cpython3/Lib/
Dplistlib.py405 def write_value(self, value): member in _PlistWriter