/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | OverlayWidgets.cpp | 376 auto format = [](size_t maxValue) { in AppendVulkanRenderPassCount() local 382 AppendRunningGraphCommon(widget, imageExtent, textWidget, graphWidget, widgetCounts, format); in AppendVulkanRenderPassCount() 392 auto format = [](size_t peakRange, size_t maxValueRange, size_t numRanges) { in AppendVulkanSecondaryCommandBufferPoolWaste() local 400 format); in AppendVulkanSecondaryCommandBufferPoolWaste() 409 auto format = [](size_t peakRange, size_t maxValueRange, size_t numRanges) { in AppendVulkanRenderPassBufferCount() local 416 format); in AppendVulkanRenderPassBufferCount() 425 auto format = [](size_t maxValue) { in AppendVulkanWriteDescriptorSetCount() local 431 AppendRunningGraphCommon(widget, imageExtent, textWidget, graphWidget, widgetCounts, format); in AppendVulkanWriteDescriptorSetCount() 440 auto format = [](size_t maxValue) { in AppendVulkanDescriptorSetAllocations() local 446 AppendRunningGraphCommon(widget, imageExtent, textWidget, graphWidget, widgetCounts, format); in AppendVulkanDescriptorSetAllocations() 455 auto format = [](size_t maxValue) { AppendVulkanShaderBufferDSHitRate() local 470 auto format = [](size_t maxValue) { AppendVulkanDynamicBufferAllocations() local [all...] |
/third_party/skia/src/gpu/gl/ |
H A D | GrGLUtil.h | 41 static constexpr uint32_t GrGLFormatChannels(GrGLFormat format) { in GrGLFormatChannels() argument 42 switch (format) { in GrGLFormatChannels() 77 static constexpr GrColorFormatDesc GrGLFormatDesc(GrGLFormat format) { in GrGLFormatDesc() argument 78 switch (format) { in GrGLFormatDesc() 417 /** Returns either the sized internal format or compressed internal format of the GrGLFormat. */ 418 static constexpr GrGLenum GrGLFormatToEnum(GrGLFormat format) { in GrGLFormatToEnum() argument 419 switch (format) { in GrGLFormatToEnum() 454 static constexpr size_t GrGLFormatBytesPerBlock(GrGLFormat format) { in GrGLFormatBytesPerBlock() argument 455 switch (format) { in GrGLFormatBytesPerBlock() 492 GrGLFormatStencilBits(GrGLFormat format) GrGLFormatStencilBits() argument 532 GrGLFormatIsPackedDepthStencil(GrGLFormat format) GrGLFormatIsPackedDepthStencil() argument 570 GrGLFormatIsSRGB(GrGLFormat format) GrGLFormatIsSRGB() argument [all...] |
/third_party/skia/tests/ |
H A D | EncodeTest.cpp | 34 static bool encode(SkEncodedImageFormat format, SkWStream* dst, const SkPixmap& src) { in encode() argument 35 switch (format) { in encode() 45 static std::unique_ptr<SkEncoder> make(SkEncodedImageFormat format, SkWStream* dst, in make() argument 47 switch (format) { in make() 57 static void test_encode(skiatest::Reporter* r, SkEncodedImageFormat format) { in test_encode() argument 72 success = encode(format, &dst0, src); in test_encode() 75 auto encoder1 = make(format, &dst1, src); in test_encode() 81 auto encoder2 = make(format, &dst2, src); in test_encode() 87 auto encoder3 = make(format, &dst3, src); in test_encode() 372 if (expected != features.format) { in DEF_TEST() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-common.hh | 72 HBUINT16 format; /* Format identifier--format = 0 */ member 130 HBUINT16 format; /* Format identifier--format = 2 */ member 201 HBUINT16 format; /* Format identifier--format = 4 */ member 258 HBUINT16 format; /* Format identifier--format = 6 */ member 289 HBUINT16 format; /* Format identifier--format member 330 HBUINT16 format; /* Format identifier--format = 8 */ global() member 407 HBUINT16 format; /* Format identifier */ global() member [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | gzwrite.c | 379 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) in gzvprintf() argument 417 (void)vsprintf(next, format, va); in gzvprintf() 421 len = vsprintf(next, format, va); in gzvprintf() 425 (void)vsnprintf(next, state->size, format, va); in gzvprintf() 428 len = vsnprintf(next, state->size, format, va); in gzvprintf() 451 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() argument 456 va_start(va, format); in gzprintf() 457 ret = gzvprintf(file, format, va); in gzprintf() 465 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() 468 const char *format; [all...] |
/third_party/python/Lib/test/ |
H A D | test_peepholer.py | 550 def format(fmt, *values): function 558 self.assertEqual(format('string'), 'string') 559 self.assertEqual(format('x = %s!', 1234), 'x = 1234!') 560 self.assertEqual(format('x = %d!', 1234), 'x = 1234!') 561 self.assertEqual(format('x = %x!', 1234), 'x = 4d2!') 562 self.assertEqual(format('x = %f!', 1234), 'x = 1234.000000!') 563 self.assertEqual(format('x = %s!', 1234.5678901), 'x = 1234.5678901!') 564 self.assertEqual(format('x = %f!', 1234.5678901), 'x = 1234.567890!') 565 self.assertEqual(format('x = %d!', 1234.5678901), 'x = 1234!') 566 self.assertEqual(format(' [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderImageLoadStoreTests.cpp | 85 std::string getShaderImageLayoutQualifier (const tcu::TextureFormat& format) in getShaderImageLayoutQualifier() argument 89 switch (format.order) in getShaderImageLayoutQualifier() 98 switch (format.type) in getShaderImageLayoutQualifier() 118 std::string getShaderImageTypeDeclaration (const tcu::TextureFormat& format, glu::TextureTestUtil::TextureType imageType) in getShaderImageTypeDeclaration() argument 122 switch (format.type) in getShaderImageTypeDeclaration() 211 std::string getOtherFunctionArguments (const tcu::TextureFormat& format, ImageOperation function) in getOtherFunctionArguments() argument 218 switch(format.type) in getOtherFunctionArguments() 342 std::string generateShaderSource (ImageOperation function, MemoryQualifier memory, glu::TextureTestUtil::TextureType imageType, const tcu::TextureFormat& format, glu::ShaderType shaderType) in generateShaderSource() argument 360 params["LAYOUT_FORMAT"] = getShaderImageLayoutQualifier(format); in generateShaderSource() 362 params["IMAGE_TYPE"] = getShaderImageTypeDeclaration(format, imageTyp in generateShaderSource() 370 testShader(NegativeTestContext& ctx, ImageOperation function, MemoryQualifier memory, glu::TextureTestUtil::TextureType imageType, const tcu::TextureFormat& format) testShader() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureSwizzleTests.cpp | 117 , m_format (isCompressedFormat(m_testParameters.format) in Swizzle2DTestInstance() 119 : mapVkFormat(testParameters.format)) in Swizzle2DTestInstance() 120 , m_compressedFormat (isCompressedFormat(m_testParameters.format) in Swizzle2DTestInstance() 121 ? mapVkCompressedFormat(testParameters.format) in Swizzle2DTestInstance() 123 , m_texture (TestTexture2DSp(isCompressedFormat(m_testParameters.format) in Swizzle2DTestInstance() 145 sampleParams.samplerType = isCompressedFormat(m_testParameters.format) ? SAMPLERTYPE_FLOAT : getSamplerType(m_format); in iterate() 223 const tcu::IVec4 bitDepth = getTextureFormatBitDepth(isCompressedFormat(m_testParameters.format) in iterate() 294 const VkFormat format; in populateTextureSwizzleTests() member 477 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests() 485 testParameters.format in populateTextureSwizzleTests() [all...] |
/device/board/hisilicon/hispark_taurus/audio_drivers/unittest/src/ |
H A D | hi3516_common_func.c | 27 const int format = 2; in InitHwParam() local 41 hwParam->format = format; in InitHwParam()
|
/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_audio_decoder_impl.h | 29 int32_t Configure(const Format &format) override; 37 int32_t GetOutputFormat(Format &format) override; 39 int32_t SetParameter(const Format &format) override;
|
H A D | avcodec_audio_encoder_impl.h | 30 int32_t Configure(const Format &format) override; 38 int32_t GetOutputFormat(Format &format) override; 40 int32_t SetParameter(const Format &format) override;
|
/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/ |
H A D | audio_ffmpeg_amrwb_decoder_plugin.h | 30 int32_t Init(const Format &format) override; 47 int32_t Checkinit(const Format &format); 48 bool CheckSampleFormat(const Format &format);
|
H A D | audio_ffmpeg_amrnb_decoder_plugin.h | 30 int32_t Init(const Format &format) override; 47 int32_t Checkinit(const Format &format); 48 bool CheckSampleFormat(const Format &format);
|
/foundation/resourceschedule/ffrt/src/dfx/bbox/ |
H A D | fault_logger_fd_manager.cpp | 60 void FaultLoggerFdManager::WriteFaultLogger(const char* format, ...) in WriteFaultLogger() argument 69 va_start(args, format); in WriteFaultLogger() 70 std::string formatStr(format); in WriteFaultLogger()
|
/third_party/ffmpeg/libavdevice/ |
H A D | utils.c | 23 int ff_alloc_input_device_context(AVFormatContext **avctx, const AVInputFormat *iformat, const char *format) in ff_alloc_input_device_context() argument 29 if (!iformat && !format) in ff_alloc_input_device_context() 35 iformat = av_find_input_format(format); in ff_alloc_input_device_context()
|
/third_party/libunwind/libunwind/src/mi/ |
H A D | Gdyn-extract.c | 36 pi->format = di->format; in unwi_extract_dynamic_proc_info() 37 switch (di->format) in unwi_extract_dynamic_proc_info()
|
/third_party/mbedtls/library/ |
H A D | mps_trace.c | 57 void mbedtls_mps_trace_print_msg(int id, int line, const char *format, ...) in mbedtls_mps_trace_print_msg() argument 62 va_start(argp, format); in mbedtls_mps_trace_print_msg() 63 ret = mbedtls_vsnprintf(str, MPS_TRACE_BUF_SIZE, format, argp); in mbedtls_mps_trace_print_msg()
|
/third_party/mesa3d/docs/_exts/ |
H A D | redirects.py | 27 return tpl.format(dst) 33 path = os.path.join(app.outdir, '{0}.html'.format(src)) 40 raise Exception('{0} does not exitst'.format(dst))
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Debug.cpp | 27 DebugPrintf(const char *format, ...) in DebugPrintf() argument 32 va_start(ap, format); in DebugPrintf() 33 vsnprintf(buf, sizeof buf, format, ap); in DebugPrintf()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_sampler_view.h | 38 enum pipe_format format) in st_create_texture_sampler_view_format() 42 u_sampler_view_default_template(&templ, texture, format); in st_create_texture_sampler_view_format() 53 texture->format); in st_create_texture_sampler_view() 36 st_create_texture_sampler_view_format(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format) st_create_texture_sampler_view_format() argument
|
/third_party/libdrm/tests/tegra/ |
H A D | drm-test.h | 43 uint32_t format; member 51 uint32_t format; member 65 unsigned int pitch, uint32_t format,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_resource.c | 33 enum pipe_format format = prsc->format; in fd2_setup_slices() local 34 uint32_t height0 = util_format_get_nblocksy(format, prsc->height0); in fd2_setup_slices()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_test.cc | 31 auto errs = diag::Formatter().format(program.Diagnostics()); in TEST_F() 43 auto errs = diag::Formatter().format(program.Diagnostics()); in TEST_F() 56 auto errs = diag::Formatter().format(program.Diagnostics()); in TEST_F()
|
/third_party/vk-gl-cts/framework/delibs/deimage/ |
H A D | deImage.h | 41 deImageFormat format; member 45 deImage* deImage_create (int width, int height, deImageFormat format); 58 deImage* deImage_convertFormat (const deImage* image, deImageFormat format);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/ |
H A D | cm_log.c | 25 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CmLog() argument 35 va_start(ap, format); in CmLog() 36 int32_t ret = vsnprintf_s(buf, MAX_LOG_BUFF_LEN, MAX_LOG_BUFF_LEN - 1, format, ap); in CmLog()
|