/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_gmem.c | 28 #include "util/format/u_format.h" 74 enum a4xx_color_fmt format = 0; in emit_mrt() local 84 enum pipe_format pformat = psurf->format; in emit_mrt() 93 pformat = rsc->b.b.format; in emit_mrt() 98 format = fd4_pipe2color(pformat); in emit_mrt() 125 OUT_RING(ring, A4XX_RB_MRT_BUF_INFO_COLOR_FORMAT(format) | in emit_mrt() 174 enum pipe_format pformat = psurf->format; in emit_gmem2mem_surf() 183 pformat = rsc->b.b.format; in emit_gmem2mem_surf() 325 if (bufs[0] && (bufs[0]->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT)) { in emit_mem2gmem_surf() 484 switch (pfb->zsbuf->format) { [all...] |
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture.c | 121 enum pipe_video_format format = in handlePictureParameterBuffer() local 124 switch (format) { in handlePictureParameterBuffer() 166 if (format == PIPE_VIDEO_FORMAT_MPEG4_AVC) in handlePictureParameterBuffer() 179 if (format == PIPE_VIDEO_FORMAT_VP9) { in handlePictureParameterBuffer() 292 enum pipe_video_format format = u_reduce_video_profile(context->templat.profile); in handleVASliceDataBufferType() local 304 format = u_reduce_video_profile(context->templat.profile); in handleVASliceDataBufferType() 306 switch (format) { in handleVASliceDataBufferType() 360 if (format == PIPE_VIDEO_FORMAT_JPEG) { in handleVASliceDataBufferType() 676 enum pipe_format format; in vlVaEndPicture() local 718 format in vlVaEndPicture() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureCompressedFormatTests.cpp | 60 const VkFormat format; member 191 , m_compressedFormat (mapVkCompressedFormat(testParameters.format)) in Compressed2DTestInstance() 466 , m_compressedFormat (mapVkCompressedFormat(testParameters.format)) in Compressed3DTestInstance() 478 throw tcu::NotSupportedError(std::string("Unsupported format: ") + getFormatName(testParameters.format)); in Compressed3DTestInstance() 483 throw tcu::NotSupportedError(std::string("Unsupported format: ") + getFormatName(testParameters.format)); in Compressed3DTestInstance() 488 throw tcu::NotSupportedError(std::string("Unsupported format: ") + getFormatName(testParameters.format)); in Compressed3DTestInstance() 492 DE_FATAL("Unsupported compressed format"); in Compressed3DTestInstance() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSampleVariablesTests.cpp | 260 "Test sample count greater than samples that the format supports"); in iterate() 896 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); ++format) in init() 898 tcu::TestCaseGroup* maskFormatGroup = new tcu::TestCaseGroup(m_testCtx, formats[format].name, ""); in init() 907 new SampleShadingMaskCase(m_context, "mask_zero", "", m_glslVersion, formats[format].internalFormat, in init() 908 formats[format].textureFormat, formats[format].sampler, in init() 909 formats[format].outType, samples[sample].samples, 0)); in init() 916 m_context, ss.str().c_str(), "", m_glslVersion, formats[format] in init() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 258 "Test sample count greater than samples that the format supports"); in iterate() 894 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); ++format) in init() 896 tcu::TestCaseGroup* maskFormatGroup = new tcu::TestCaseGroup(m_testCtx, formats[format].name, ""); in init() 905 new SampleShadingMaskCase(m_context, "mask_zero", "", m_glslVersion, formats[format].internalFormat, in init() 906 formats[format].textureFormat, formats[format].sampler, in init() 907 formats[format].outType, samples[sample].samples, 0)); in init() 914 m_context, ss.str().c_str(), "", m_glslVersion, formats[format] in init() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfsubs.cpp | 431 // format its result in NFSubstitution() 436 // set we use to format the result: get a reference to the in NFSubstitution() 579 // rule set's format() method to format the result in doSubstitution() 580 ruleSet->format(transformNumber(number), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 585 // to show it), then use that formatter's format() method in doSubstitution() 586 // to format the result in doSubstitution() 593 numberFormat->format(numberToFormat, temp, status); in doSubstitution() 603 // rule set's format() method to format th in doSubstitution() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | VulkanHelper.cpp | 464 bool VulkanHelper::canCreateImageExternal(VkFormat format, 480 /* .format = */ format, 516 VkResult VulkanHelper::createImage2DExternal(VkFormat format, 537 /* .format = */ format, 606 bool VulkanHelper::canCreateImageOpaqueFd(VkFormat format, 617 return canCreateImageExternal(format, type, tiling, createFlags, usageFlags, 621 VkResult VulkanHelper::createImage2DOpaqueFd(VkFormat format, 630 return createImage2DExternal(format, createFlag [all...] |
/third_party/vixl/src/aarch64/ |
H A D | registers-aarch64.h | 345 // Check the number of lanes, ie. the format of the vector, using methods such 362 // Check the specific NEON format. 595 VRegister(int code, VectorFormat format) 597 EncodeSizeInBits(RegisterSizeInBitsFromFormat(format)), 599 EncodeSizeInBits(LaneSizeInBitsFromFormat(format)), 641 ZRegister(int code, VectorFormat format) 645 EncodeSizeInBits(LaneSizeInBitsFromFormat(format)), 658 ZRegister WithLaneSize(T format) const { 659 return ZRegister(GetCode(), format); 690 PRegisterWithLaneSize WithLaneSize(T format) cons [all...] |
/third_party/python/Lib/ |
H A D | pprint.py | 162 return self.format(object, {}, 0, 0)[2] 165 s, readable, recursive = self.format(object, {}, 0, 0) 455 repr, readable, recursive = self.format(object, context.copy(), 463 def format(self, object, context, maxlevels, level): member in PrettyPrinter 584 krepr, kreadable, krecur = self.format( 586 vrepr, vreadable, vrecur = self.format( 600 format = "[%s]" 602 format = "(%s,)" 606 format = "(%s)" 609 return format [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureCompressedFormatTests.cpp | 60 const VkFormat format; member 191 , m_compressedFormat (mapVkCompressedFormat(testParameters.format)) in Compressed2DTestInstance() 466 , m_compressedFormat (mapVkCompressedFormat(testParameters.format)) in Compressed3DTestInstance() 478 throw tcu::NotSupportedError(std::string("Unsupported format: ") + getFormatName(testParameters.format)); in Compressed3DTestInstance() 483 throw tcu::NotSupportedError(std::string("Unsupported format: ") + getFormatName(testParameters.format)); in Compressed3DTestInstance() 488 throw tcu::NotSupportedError(std::string("Unsupported format: ") + getFormatName(testParameters.format)); in Compressed3DTestInstance() 492 DE_FATAL("Unsupported compressed format"); in Compressed3DTestInstance() [all...] |
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | asihpi.c | 42 * @format: format string 48 #define snd_printddd(format, args...) \ 49 __snd_printk(3, __FILE__, __LINE__, format, ##args) 51 #define snd_printddd(format, args...) do { } while (0) 150 struct hpi_format format; member 279 snd_printdd(" samplerate=%dHz channels=%d format=%d subformat=%d\n", in print_hwparams() 311 * constraint on buffer_bytes, so disable this format 323 u16 format; in snd_card_asihpi_format_alsa2hpi() local 325 for (format in snd_card_asihpi_format_alsa2hpi() 437 u16 format; snd_card_asihpi_pcm_hw_params() local 951 u16 format; snd_card_asihpi_playback_formats() local 1126 u16 format; snd_card_asihpi_capture_formats() local [all...] |
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | asihpi.c | 42 * @format: format string 48 #define snd_printddd(format, args...) \ 49 __snd_printk(3, __FILE__, __LINE__, format, ##args) 51 #define snd_printddd(format, args...) do { } while (0) 150 struct hpi_format format; member 279 snd_printdd(" samplerate=%dHz channels=%d format=%d subformat=%d\n", in print_hwparams() 311 * constraint on buffer_bytes, so disable this format 323 u16 format; in snd_card_asihpi_format_alsa2hpi() local 325 for (format in snd_card_asihpi_format_alsa2hpi() 437 u16 format; snd_card_asihpi_pcm_hw_params() local 949 u16 format; snd_card_asihpi_playback_formats() local 1124 u16 format; snd_card_asihpi_capture_formats() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | ptrace.h | 43 unsigned format : 4; /* frame format specifier */ member 50 unsigned format : 4; /* frame format specifier */ member
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | user.h | 27 __attribute__ ((format (printf, 1, 2))); 42 __attribute__ ((format (printf, 1, 2)));
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | ptrace.h | 43 unsigned format : 4; /* frame format specifier */ member 50 unsigned format : 4; /* frame format specifier */ member
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | user.h | 28 __attribute__ ((format (printf, 1, 2))); 44 __attribute__ ((format (printf, 1, 2)));
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_debug.h | 13 #define yprintk(facility, format, args...) \ 14 do { printk(facility "%s %d: " format , \
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | trace-seq.h | 43 __attribute__ ((format (printf, 2, 3))); 45 __attribute__ ((format (printf, 2, 0)));
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | internal.h | 8 const char *format, ...) 9 __attribute__((format(printf, 2, 3)));
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | compiler-gcc.h | 39 #define __printf(a, b) __attribute__((format(printf, a, b))) 40 #define __scanf(a, b) __attribute__((format(scanf, a, b)))
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | util.h | 17 int (*error)(const char *format, va_list args); 18 int (*warning)(const char *format, va_list args);
|
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | bfs.h | 52 #define printf(format, args...) \ 53 printk(KERN_ERR "BFS-fs: %s(): " format, __func__, ## args)
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/qplane/qplane_2/ |
H A D | ia_css_qplane.host.c | 47 to->format = from->info->format; in ia_css_qplane_config()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/frame/interface/ |
H A D | ia_css_frame.h | 41 /* @brief Sets the given format to the frame info 45 * @param[in] format The format to be set to info 49 enum ia_css_frame_format format); 57 * @param[in] format The format to be set to info 64 enum ia_css_frame_format format,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_stream_format.c | 20 enum atomisp_input_format format) in sh_css_stream_format_2_bits_per_subpixel() 24 switch (format) { in sh_css_stream_format_2_bits_per_subpixel() 19 sh_css_stream_format_2_bits_per_subpixel( enum atomisp_input_format format) sh_css_stream_format_2_bits_per_subpixel() argument
|