/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLink.cpp | 238 OS << " " << format("0x%016" PRIx64, Sym->getAddress()) << ": " << *Sym in dump() 260 OS << " " << format("0x%016" PRIx64, Sym->getAddress()) << ": " << *Sym in dump() 265 OS << " " << format("0x%016" PRIx64, Sym->getAddress()) << ": " << *Sym in dump() 308 Ctx->notifyFailed(make_error<JITLinkError>("Unsupported file format")); in jitLink()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFThumb.h | 195 << " Value: " << format("0x%08" PRIx32, Result) 209 << " Value: " << format("0x%08" PRIx32, Result) 241 << " Value: " << format("0x%08" PRIx32, Result)
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsBallotTests.cpp | 389 inputData[0].format = FORMAT_R32_UINT; in noSSBOtest() 419 inputData[0].format = FORMAT_R32_UINT; in test() 445 inputData.format = FORMAT_R32_UINT; in test()
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | spirv_test_framework.py | 154 raise Exception('Unable to determine if running Python 2 or 3 from {}'.format(sys.version_info)) 164 raise Exception('Unable to determine if running Python 2 or 3 from {}'.format(sys.version_info)) 251 print('SPIRV tool test suite: "{suite}"'.format(suite=suite))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TextureNULL.cpp | 25 GLenum format, in setImage() 39 GLenum format, in setSubImage() 62 GLenum format, in setCompressedSubImage() 21 setImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImage() argument 36 setSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImage() argument 59 setCompressedSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.h | 98 GLenum format, 231 RenderTargetVk *getReadPixelsRenderTarget(GLenum format) const; 232 VkImageAspectFlagBits getReadPixelsAspectFlags(GLenum format) const; 256 // When we draw to the framebuffer, and the real format has an alpha channel but the format of
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContextPriv.cpp | 163 sk_sp<SkImage> GrDirectContextPriv::testingOnly_getFontAtlasImage(GrMaskFormat format, in testingOnly_getFontAtlasImage() argument 171 const GrSurfaceProxyView* views = atlasManager->getViews(format, &numActiveProxies); in testingOnly_getFontAtlasImage() 176 SkColorType colorType = GrColorTypeToSkColorType(GrMaskFormatToColorType(format)); in testingOnly_getFontAtlasImage()
|
H A D | GrDefaultGeoProcFactory.cpp | 52 SkString format; variable 53 format.printf("ShaderDfx_DefaultGeoProc_%d_%d_%d_%d_%d_%d_%d_%d_%d_%d", 57 return format;
|
/third_party/skia/src/gpu/effects/ |
H A D | GrGaussianConvolutionFragmentProcessor.cpp | 224 SkString format; 225 format.printf("ShaderDfx_GrGaussianConvolution_%d", fRadius); 226 return format;
|
H A D | GrCustomXfermode.cpp | 110 SkString format; in getShaderDfxInfo() local 111 format.printf("ShaderDfx_CustomXP_%d_%d", hasHWBlendEquation(), fMode); in getShaderDfxInfo() 112 return format; in getShaderDfxInfo()
|
/third_party/skia/src/gpu/ops/ |
H A D | DrawAtlasPathOp.cpp | 57 SkString format; variable 58 format.printf("ShaderDfx_DrawAtlasPathShader_%d", fUsesLocalCoords); 59 return format;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | spirv_test_framework.py | 154 raise Exception('Unable to determine if running Python 2 or 3 from {}'.format(sys.version_info)) 164 raise Exception('Unable to determine if running Python 2 or 3 from {}'.format(sys.version_info)) 251 print('SPIRV tool test suite: "{suite}"'.format(suite=suite))
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | smpdtfmt.h | 406 * generation, it should match the 12-hour-cycle format preferred by the locale (h or K); it should not match 407 * a 24-hour-cycle format (H or k). Use hh for zero padding.</td> 414 * generation, it should match the 24-hour-cycle format preferred by the locale (H or k); it should not match a 415 * 12-hour-cycle format (h or K). Use HH for zero padding.</td> 467 * <td>The <i>short specific non-location format</i>. 468 * Where that is unavailable, falls back to the <i>short localized GMT format</i> ("O").</td> 473 * <td>The <i>long specific non-location format</i>. 474 * Where that is unavailable, falls back to the <i>long localized GMT format</i> ("OOOO").</td> 480 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields. 481 * The format i [all...] |
H A D | tzfmt.h | 23 #include "unicode/format.h" 29 * Constants for time zone display format style used by format/parse APIs 35 * Generic location format, such as "United States Time (New York)", "Italy Time" 40 * Generic long non-location format, such as "Eastern Time". 45 * Generic short non-location format, such as "ET". 50 * Specific long format, such as "Eastern Standard Time". 55 * Specific short format, such as "EST", "PDT". 60 * Localized GMT offset format, such as "GMT-05:00", "UTC+0100" 65 * Short localized GMT offset format, suc [all...] |
/third_party/skia/tests/ |
H A D | OpChainTest.cpp | 180 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST() local 185 format, kDims, GrRenderable::kYes, 1, GrMipmapped::kNo, SkBackingFit::kExact, in DEF_GPUTEST() 190 GrSwizzle writeSwizzle = caps->getWriteSwizzle(format, GrColorType::kRGBA_8888); in DEF_GPUTEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 25 GLenum format, GLenum type, Type componentType) { in BuildGLFormatTable() 30 table[index].format = format; in BuildGLFormatTable() 41 // The format tables in these files are extremely complete and the best reference on GL in BuildGLFormatTable() 42 // format support, enums, etc. in BuildGLFormatTable() 44 // clang-format off in BuildGLFormatTable() 74 // This doesn't have an enum for the internal format in OpenGL, so use RGBA8. in BuildGLFormatTable() 115 // clang-format on in BuildGLFormatTable()
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
H A D | test_utils_posix.cpp | 358 void WriteDebugMessage(const char *format, ...) in WriteDebugMessage() argument 361 va_start(vararg, format); in WriteDebugMessage() 362 vfprintf(stderr, format, vararg); in WriteDebugMessage()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | SwapChainD3D12.cpp | 159 mConfig.format = D3D12TextureFormat(GetFormat()); in Initialize() 222 mConfig.format, mConfig.swapChainFlags), in Initialize() 235 swapChainDesc.Format = mConfig.format; in InitializeSwapChainFromScratch()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-debug.hh | 454 #define TRACE_DISPATCH(this, format) \ 457 "format %d", (int) format) 459 #define TRACE_DISPATCH(this, format) hb_no_trace_t<typename context_t::return_t> trace
|
H A D | hb-ot-kern-table.hh | 118 unsigned int get_type () const { return u.header.format; } in get_type() 199 HBUINT8 format; /* Subtable format. */ member 252 HBUINT8 format; /* Subtable format. */ member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | bitmap_table_test.cc | 128 EXPECT_EQ(info->format(), STRIKE4_SUB1_IMAGE_FORMAT); in TestReadingBitmapTable() 199 EXPECT_EQ(info->format(), original_info->format()); in TestIndexFormatConversion()
|
/third_party/python/Lib/test/ |
H A D | test_robotparser.py | 307 def log_message(self, format, *args): 353 robots_txt = '{}elsewhere/robots.txt'.format(base_url) 363 return '{}{}{}'.format(
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | CopyTextureForBrowserTests.cpp | 29 wgpu::TextureFormat format, in Create2DTexture() 38 descriptor.format = format; in Create2DTexture() 220 // Test destination texture has format that not supported by CopyTextureForBrowser(). 229 // Not supported dst texture format. in TEST_F() 25 Create2DTexture(uint32_t width, uint32_t height, uint32_t mipLevelCount, uint32_t arrayLayerCount, wgpu::TextureFormat format, wgpu::TextureUsage usage, uint32_t sampleCount = 1) Create2DTexture() argument
|
/third_party/python/Lib/ |
H A D | pyclbr.py | 157 raise ImportError('No package named {}'.format(package)) 309 .format(' ' * obj.indent, obj.name, obj.super, obj.lineno)) 311 print("{}def {} {}".format(' ' * obj.indent, obj.name, obj.lineno))
|
/third_party/python/Lib/json/ |
H A D | encoder.py | 31 ESCAPE_DCT.setdefault(chr(i), '\\u{0:04x}'.format(i)) 60 return '\\u{0:04x}'.format(n) 67 return '\\u{0:04x}\\u{1:04x}'.format(s1, s2)
|