Home
last modified time | relevance | path

Searched +defs:log +defs:level (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/python/Lib/distutils/
Dlog.py19 def _log(self, level, msg, args): argument
39 def log(self, level, msg, *args): member in Log
58 log = _global_log.log variable
65 def set_threshold(level): argument
/third_party/backends/backend/genesys/
Derror.cpp163 void DebugMessageHelper::log(unsigned level, const char* msg) in log() function in genesys::DebugMessageHelper
168 void DebugMessageHelper::vlog(unsigned level, const char* format, ...) in vlog()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/trt/
Dtrt_utils.h126 void log(Severity severity, const char *msg) noexcept override { in log() function
146 auto level = iter->second; in log() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fCopyImageTests.cpp405 IVec3 getLevelSize (deUint32 target, const IVec3& baseSize, int level) in getLevelSize()
762 int level, in genericTexImage()
835 ArrayBuffer<deUint8>& level = levels[levelNdx]; in genTextureImage() local
984 IVec3 getTexelBlockStride (const ImageInfo& info, int level) in getTexelBlockStride()
1064 for (int level = 0; level < (int)data.size(); level++) in getLevelAccesses() local
1087 for (int level = 0; level < (int)data.size(); level++) in getCubeLevelAccesses() local
1135 tcu::TestLog& log) in renderTexture()
1157 const int level = imageIterator.getMipLevel(); in renderTexture() local
1232 tcu::TestLog& log = testContext.getLog(); in renderTexture2DView() local
1302 for (int level = 0; level < getLevelCount(info); level++) in decompressTexture() local
[all …]
Des31fTextureGatherTests.cpp416 static tcu::Texture2DView getOneLevelSubView (const tcu::Texture2DView& view, int level) in getOneLevelSubView()
421 static tcu::Texture2DArrayView getOneLevelSubView (const tcu::Texture2DArrayView& view, int level) in getOneLevelSubView()
426 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) in getOneLevelSubView()
589 static bool verifyGatherOffsets (TestLog& log, in verifyGatherOffsets()
669 static bool verifyGatherOffsetsCompare (TestLog& log, in verifyGatherOffsetsCompare()
725 static bool verifySingleColored (TestLog& log, const ConstPixelBufferAccess& result, const Vec4& re… in verifySingleColored()
1250 TestLog& log = m_testCtx.getLog(); in init() local
1360 TestLog& log = m_testCtx.getLog(); in iterate() local
1480 TestLog& log = m_testCtx.getLog(); in verify() local
1711 const PixelBufferAccess& level = refTexture.getLevel(levelNdx); in createAndUploadTexture() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py134 def log(message, level=1): function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp61 bool SparseTextureUtils::verifyQueryError(std::stringstream& log, const char* funcName, GLint targe… in verifyQueryError()
85 bool SparseTextureUtils::verifyError(std::stringstream& log, const char* funcName, GLint error, GLi… in verifyError()
152 void SparseTextureUtils::getTextureLevelSize(GLint target, TextureState& state, GLint level, GLint&… in getTextureLevelSize()
265 void Texture::GetData(const glw::Functions& gl, glw::GLint level, glw::GLenum target, glw::GLenum f… in GetData()
286 void Texture::SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x… in SubImage()
950 std::stringstream log; in testSipmleQueries() local
1772 glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, in texPageCommitment()
1899 GLuint& texture, GLint level) in writeDataToTexture()
1945 GLuint& texture, GLint level) in verifyTextureData()
2064 GLuint& texture, GLint level) in commitTexturePage()
[all …]
/third_party/python/Lib/logging/
D__init__.py123 def getLevelName(level): argument
150 def addLevelName(level, levelName): argument
202 def _checkLevel(level): argument
292 def __init__(self, name, level, pathname, lineno, argument
882 def __init__(self, level=NOTSET): argument
936 def setLevel(self, level): argument
1243 def __init__(self, level=NOTSET): argument
1447 def __init__(self, name, level=NOTSET): argument
1460 def setLevel(self, level): argument
1544 def log(self, level, msg, *args, **kwargs): member in Logger
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp334 for (GLint level = 0; level < cfg.numLevels; level++) in glInitFlat() local
350 for (GLint level = 0; level < cfg.numLevels; level++) in glInitLayered() local
678 static void logField (TestLog& log, const string& field, const string& value) in logField()
683 static void logImage (const Image& img, TestLog& log, bool useType) in logImage()
693 static void logRenderbuffer (const Renderbuffer& rbo, TestLog& log) in logRenderbuffer()
699 static void logTexture (const Texture& tex, TestLog& log) in logTexture()
708 static void logAttachment (const Attachment& att, TestLog& log) in logAttachment()
732 void logFramebufferConfig (const Framebuffer& cfg, TestLog& log) in logFramebufferConfig()
893 void ValidStatusCodes::logRule (tcu::TestLog& log, const std::string& ruleName, const std::set<std:… in logRule()
DglsLongStressCase.cpp504 for (int level = 0; level < numLevels; level++) in getApproxMemUsageDiff() local
534 for (int level = 0; level < m_numMipLevels; level++) in setData() local
547 for (int level = 0; level < m_numMipLevels; level++) in setData() local
574 for (int level = 0; level < m_numMipLevels; level++) in setSubData() local
580 for (int level = 0; level < m_numMipLevels; level++) in setSubData() local
741 void Program::build (TestLog& log) in build()
1189 TestLog& log = m_testCtx.getLog(); in init() local
1257 TestLog& log = m_testCtx.getLog(); in iterate() local
/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp313 …geApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestLog& log, EGLDisplay … in GLESImageApi()
430 static set<string> getSupportedExtensions (tcu::TestLog& log, const Library& egl, const EGLDisplay … in getSupportedExtensions()
474 tcu::TestLog& log = api.getLog(); in invokeGLES() local
552 tcu::TestLog& log = api.getLog(); in invokeGLES() local
658 tcu::TestLog& log = api.getLog(); in invokeGLES() local
832 tcu::TestLog& log = api.getLog(); in invokeGLES() local
910 tcu::TestLog& log = api.getLog(); in invokeGLES() local
1020 tcu::TestLog& log = api.getLog(); in invokeGLES() local
1123 tcu::TestLog& log = api.getLog(); in invokeGLES() local
1201 for (int level = 0; level < DE_LENGTH_OF_ARRAY(depthLevelColors); level++) in invokeGLES() local
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureFormatTests.cpp112 TestLog& log = m_testCtx.getLog(); in init() local
140 TestLog& log = m_testCtx.getLog(); in iterate() local
258 TestLog& log = m_testCtx.getLog(); in init() local
317 TestLog& log = m_testCtx.getLog(); in testFace() local
451 TestLog& log = m_testCtx.getLog(); in iterate() local
562 TestLog& log = m_testCtx.getLog(); in testFace() local
687 for (int level = 0; level < potNumLevels; level++) in init() local
/third_party/libbpf/src/
Drelo_core.c53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) argument
54 #define pr_info(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) argument
55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) argument
56 #define libbpf_print(level, fmt, ...) bpf_log((void *)prog_name, fmt, ##__VA_ARGS__) argument
147 const struct btf *targ_btf, __u32 targ_id, int level) in __bpf_core_types_are_compat()
1481 bool behind_ptr, int level) in bpf_core_composites_match()
1545 __u32 targ_id, bool behind_ptr, int level) in __bpf_core_types_match()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureShadowTests.cpp107 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
114 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
121 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
128 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
135 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
142 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
162 tcu::TestLog& log = testCtx.getLog(); in verifyTexCompareResult() local
370 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
602 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
836 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp108 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
115 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
122 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
129 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
136 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
143 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() local
163 tcu::TestLog& log = testCtx.getLog(); in verifyTexCompareResult() local
372 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
604 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
838 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
[all …]
/third_party/rust/crates/log/src/
Dlib.rs923 pub fn level(&self) -> Level { in level() method
1084 pub fn level(&mut self, level: Level) -> &mut RecordBuilder<'a> { in level() method
1186 level: Level, field
1199 pub fn level(&self) -> Level { in level() method
1250 pub fn level(&mut self, arg: Level) -> &mut MetadataBuilder<'a> { in level() method
1292 fn log(&self, record: &Record); in log() method
1306 fn log(&self, _: &Record) {} in log() method
1318 fn log(&self, record: &Record) { in log() function
1335 fn log(&self, record: &Record) { in log() function
1352 fn log(&self, record: &Record) { in log() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c132 unsigned level, const struct pipe_box *box, unsigned *stride, in si_texture_get_offset()
573 unsigned level, in si_resource_get_param()
828 struct u_log_context *log) in si_print_texture_info()
1160 struct u_log_context log; in si_texture_create_object() local
1345 bool si_texture_commit(struct si_context *ctx, struct si_resource *res, unsigned level, in si_texture_commit()
1756 const struct pipe_box *box, unsigned level, in si_init_temp_resource_from_box()
1823 unsigned level, unsigned usage, const struct pipe_box *box, in si_texture_transfer_map()
2064 bool vi_dcc_formats_are_incompatible(struct pipe_resource *tex, unsigned level, in vi_dcc_formats_are_incompatible()
2076 unsigned level, enum pipe_format view_format) in vi_disable_dcc_if_incompatible_format()
2088 unsigned level = templ->u.tex.level; in si_create_surface() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c175 struct r600_texture *rtex, unsigned level, in r600_texture_get_offset()
819 struct r600_texture *rtex, struct u_log_context *log) in r600_print_texture_info()
1013 struct u_log_context log; in r600_texture_create_object() local
1226 unsigned level, unsigned flags) in r600_init_temp_resource_from_box()
1285 unsigned level, in r600_texture_transfer_map()
1546 unsigned level = templ->u.tex.level; in r600_create_surface() local
1592 unsigned level, in r600_clear_texture()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureFormatTests.cpp147 TestLog& log = m_testCtx.getLog(); in init() local
180 TestLog& log = m_testCtx.getLog(); in iterate() local
317 TestLog& log = m_testCtx.getLog(); in init() local
375 TestLog& log = m_testCtx.getLog(); in testFace() local
543 TestLog& log = m_testCtx.getLog(); in testLayer() local
699 TestLog& log = m_testCtx.getLog(); in testSlice() local
847 TestLog& log = m_testCtx.getLog(); in iterate() local
998 TestLog& log = m_testCtx.getLog(); in testFace() local
1117 TestLog& log = m_testCtx.getLog(); in iterate() local
1228 TestLog& log = m_testCtx.getLog(); in testFace() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationGeometryPassthroughTests.cpp525 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
612 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
629 const float level = 14.0; in createInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPassthroughTests.cpp525 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
612 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
629 const float level = 14.0; in createInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp896 for (int level = 0; level < m_textureSpec.numLevels; level++) in initTexture() local
929 for (int level = 0; level < m_textureSpec.numLevels; level++) in initTexture() local
987 for (int level = 0; level < m_textureSpec.numLevels; level++) in initTexture() local
1023 for (int level = 0; level < m_textureSpec.numLevels; level++) in initTexture() local
1056 for (int level = 0; level < m_textureSpec.numLevels; level++) in initTexture() local
1087 for (int level = 0; level < m_textureSpec.numLevels; level++) in initTexture() local
1127 for (int level = 0; level < m_textureSpec.numLevels; level++) in initTexture() local
1647 for (int level = 0; level < numLevels; level++) in createEmptyTexture() local
1658 for (int level = 0; level < numLevels; level++) in createEmptyTexture() local
1669 for (int level = 0; level < numLevels; level++) in createEmptyTexture() local
[all …]
DvktShaderRenderTextureGatherTests.cpp447 static tcu::Texture2DView getOneLevelSubView (const tcu::Texture2DView& view, int level) in getOneLevelSubView()
452 static tcu::Texture2DArrayView getOneLevelSubView (const tcu::Texture2DArrayView& view, int level) in getOneLevelSubView()
457 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) in getOneLevelSubView()
620 static bool verifyGatherOffsets (TestLog& log, in verifyGatherOffsets()
700 static bool verifyGatherOffsetsCompare (TestLog& log, in verifyGatherOffsetsCompare()
1203 TestLog& log = m_context.getTestContext().getLog(); in init() local
1375 TestLog& log = m_context.getTestContext().getLog(); in iterate() local
1458 TestLog& log = m_context.getTestContext().getLog(); in verify() local
1928 TestLog& log = m_context.getTestContext().getLog(); in createTexture() local
1944 const PixelBufferAccess& level = texture->getLevel(levelNdx); in createTexture() local
[all …]
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp42 GLContext::GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, cons… in GLContext()
265 void GLContext::texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int bor… in texImage1D()
270 void GLContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int hei… in texImage2D()
275 void GLContext::texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int hei… in texImage3D()
280 void GLContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format,… in texSubImage1D()
285 void GLContext::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int… in texSubImage2D()
290 void GLContext::texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, i… in texSubImage3D()
295 void GLContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, … in copyTexImage1D()
311 void GLContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, … in copyTexImage2D()
328 void GLContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width) in copyTexSubImage1D()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp447 static tcu::Texture2DView getOneLevelSubView (const tcu::Texture2DView& view, int level) in getOneLevelSubView()
452 static tcu::Texture2DArrayView getOneLevelSubView (const tcu::Texture2DArrayView& view, int level) in getOneLevelSubView()
457 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) in getOneLevelSubView()
620 static bool verifyGatherOffsets (TestLog& log, in verifyGatherOffsets()
700 static bool verifyGatherOffsetsCompare (TestLog& log, in verifyGatherOffsetsCompare()
1191 TestLog& log = m_context.getTestContext().getLog(); in init() local
1363 TestLog& log = m_context.getTestContext().getLog(); in iterate() local
1446 TestLog& log = m_context.getTestContext().getLog(); in verify() local
1916 TestLog& log = m_context.getTestContext().getLog(); in createTexture() local
1932 const PixelBufferAccess& level = texture->getLevel(levelNdx); in createTexture() local
[all …]

1234