/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureLevelStateQueryTests.cpp | 354 static bool isLegalFormatForTarget (glw::GLenum target, glw::GLenum format) in isLegalFormatForTarget() argument 356 const tcu::TextureFormat fmt = glu::mapGLInternalFormat(format); in isLegalFormatForTarget() 360 if ((target == GL_TEXTURE_2D_MULTISAMPLE || target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY) && !isRenderableFormat(format)) in isLegalFormatForTarget() 362 if (target == GL_TEXTURE_BUFFER || !isTextureBufferFormat(format)) in isLegalFormatForTarget() 634 texGen.description = glu::getTextureTargetStr(target).toString() + ", internal format " + glu::getTextureFormatName(internalFormats[internalFormatNdx]); in generateInternalFormatTextureGenerationGroup() 663 texGen.description = glu::getTextureTargetStr(target).toString() + ", internal format GL_RGBA8, mip level 3"; in generateInternalFormatTextureGenerationGroup() 759 gl.glTexImage2D(spec.bindTarget, spec.levels[levelNdx].level, spec.levels[levelNdx].internalFormat, spec.levels[levelNdx].width, spec.levels[levelNdx].height, 0, transferFormat.format, transferFormat.dataType, DE_NULL); in applyTextureGenerationSpec() 761 gl.glTexImage3D(spec.bindTarget, spec.levels[levelNdx].level, spec.levels[levelNdx].internalFormat, spec.levels[levelNdx].width, spec.levels[levelNdx].height, spec.levels[levelNdx].depth, 0, transferFormat.format, transferFormat.dataType, DE_NULL); in applyTextureGenerationSpec() 763 gl.glTexImage3D(spec.bindTarget, spec.levels[levelNdx].level, spec.levels[levelNdx].internalFormat, spec.levels[levelNdx].width, spec.levels[levelNdx].height, spec.levels[levelNdx].depth, 0, transferFormat.format, transferFormat.dataType, DE_NULL); in applyTextureGenerationSpec() 765 gl.glTexImage2D(spec.queryTarget, spec.levels[levelNdx].level, spec.levels[levelNdx].internalFormat, spec.levels[levelNdx].width, spec.levels[levelNdx].height, 0, transferFormat.format, transferForma in applyTextureGenerationSpec() 1245 const tcu::TextureFormat format = glu::mapGLInternalFormat(internalFormat); getMinimumComponentResolution() local 1367 const tcu::TextureFormat format = glu::mapGLInternalFormat(internalFormat); getComponentType() local [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | ambassador.h | 30 #define PRINTK(severity,format,args...) \ 31 printk(severity DEV_LABEL ": " format "\n" , ## args) 55 #define PRINTDB(bits,format,args...) \ 56 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format , ## args) : 1 ) 57 #define PRINTDM(bits,format,args...) \ 58 ( (debug & (bits)) ? printk (format , ## args) : 1 ) 59 #define PRINTDE(bits,format,args...) \ 60 ( (debug & (bits)) ? printk (format "\n" , ## args) : 1 ) 61 #define PRINTD(bits,format,args...) \ 62 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format "\ [all...] |
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | prepare.py | 45 format(case_path)) 70 """Parse user provided test list into internal format for test_runner. 75 self.log.debug("prepare xml path:{}".format(xml_path)) 79 self.log.debug("prepare config:{}".format( 85 "{} not exists, please check.".format(xml_path)) 96 self.log.error("system '{}' is not support".format(sys_type)) 99 raise TestPrepareError(ErrorMessage.Common.Code_0201012.format(item)) 112 raise TestPrepareError(ErrorMessage.Common.Code_0201013.format(name)) 138 self.log.debug("in prepare {}".format(func)) 148 self.log.debug("prepare path:{}".format(prepare_pat [all...] |
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | graw_util.h | 14 #include "util/format/u_format.h" 40 enum pipe_format format; in graw_util_create_window() local 58 format = formats[i]; in graw_util_create_window() 74 resource_temp.format = format; in graw_util_create_window() 90 surface_temp.format = resource_temp.format; in graw_util_create_window() 105 resource_temp.format = PIPE_FORMAT_S8_UINT_Z24_UNORM; in graw_util_create_window() 119 surface_temp.format = resource_temp.format; in graw_util_create_window() 222 graw_util_create_tex2d(const struct graw_info *info, int width, int height, enum pipe_format format, const void *data) graw_util_create_tex2d() argument [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 40 VkFormat format, in get_format_properties() 45 enum pipe_format pfmt = vk_format_to_pipe_format(format); in get_format_properties() 56 * doing a vkCmdCopyImage() between a compressed and a non-compressed format in get_format_properties() 107 VkFormat format, in panvk_GetPhysicalDeviceFormatProperties() 112 get_format_properties(physical_device, format, pFormatProperties); in panvk_GetPhysicalDeviceFormatProperties() 117 VkFormat format, in panvk_GetPhysicalDeviceFormatProperties2() 122 get_format_properties(physical_device, format, in panvk_GetPhysicalDeviceFormatProperties2() 151 enum pipe_format format = vk_format_to_pipe_format(info->format); in get_image_format_properties() local 153 get_format_properties(physical_device, info->format, in get_image_format_properties() 39 get_format_properties(struct panvk_physical_device *physical_device, VkFormat format, VkFormatProperties *out_properties) get_format_properties() argument 106 panvk_GetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties *pFormatProperties) panvk_GetPhysicalDeviceFormatProperties() argument 116 panvk_GetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) panvk_GetPhysicalDeviceFormatProperties2() argument 279 panvk_GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags createFlags, VkImageFormatProperties *pImageFormatProperties) panvk_GetPhysicalDeviceImageFormatProperties() argument 461 panvk_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, uint32_t samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pNumProperties, VkSparseImageFormatProperties *pProperties) panvk_GetPhysicalDeviceSparseImageFormatProperties() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_texture.c | 28 #include "util/format/u_format.h" 129 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format) in use_astc_srgb_workaround() argument 132 (util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_ASTC); in use_astc_srgb_workaround() 141 enum pipe_format format = cso->format; in fd4_sampler_view_create() local 147 if (format == PIPE_FORMAT_X32_S8X24_UINT) { in fd4_sampler_view_create() 149 format = rsc->b.b.format; in fd4_sampler_view_create() 158 so->swizzle = fd4_tex_swiz(format, cso->swizzle_r, cso->swizzle_g, in fd4_sampler_view_create() 162 A4XX_TEX_CONST_0_FMT(fd4_pipe2tex(format)) | in fd4_sampler_view_create() [all...] |
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_format.c | 292 vk_format_aspects(VkFormat format) in vk_format_aspects() argument 294 switch (format) { in vk_format_aspects() 344 vk_format_get_plane_format(VkFormat format, unsigned plane_id) in vk_format_get_plane_format() argument 346 assert(plane_id < vk_format_get_plane_count(format)); in vk_format_get_plane_format() 348 switch (format) { in vk_format_get_plane_format() 364 assert(vk_format_get_plane_count(format) == 1); in vk_format_get_plane_format() 365 return format; in vk_format_get_plane_format() 370 vk_format_get_aspect_format(VkFormat format, const VkImageAspectFlags aspect) in vk_format_get_aspect_format() argument 373 assert(aspect & vk_format_aspects(format)); in vk_format_get_aspect_format() 377 return format; in vk_format_get_aspect_format() [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | RoundTripLatencyActivity.java | 119 "average.latency.msec = " + String.format(LATENCY_FORMAT, averageLatency) + "\n" in reportAverage() 120 + "average.confidence = " + String.format(CONFIDENCE_FORMAT, mAverageConfidence) + "\n" in reportAverage() 121 + "min.latency.msec = " + String.format(LATENCY_FORMAT, mLatencyMin) + "\n" in reportAverage() 122 + "max.latency.msec = " + String.format(LATENCY_FORMAT, mLatencyMax) + "\n" in reportAverage() 209 String message = String.format("progress = %d, state = %d, #resets = %d\n", in getProgressText() 230 String message = String.format("rms.signal = %7.5f\n", getSignalRMS()); in getResultString() 231 message += String.format("rms.noise = %7.5f\n", getBackgroundRMS()); in getResultString() 233 message += String.format("reset.count = %d\n", resetCount); in getResultString() 236 message += String.format("result = %d\n", result); in getResultString() 237 message += String.format("resul in getResultString() [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer.cc | 1 // Protocol Buffers - Google's data interchange format 279 const char* format) { in FormatInternal() 280 auto save = format; in FormatInternal() 283 while (*format) { in FormatInternal() 284 char c = *format++; in FormatInternal() 287 format = WriteVariable(args, vars, format, &arg_index, &annotations); in FormatInternal() 309 const std::map<std::string, std::string>& vars, const char* format, in WriteVariable() 311 auto start = format; in WriteVariable() 312 auto end = strchr(format, ' in WriteVariable() 277 FormatInternal(const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format) FormatInternal() argument 307 WriteVariable( const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format, int* arg_index, std::vector<AnnotationCollector::Annotation>* annotations) WriteVariable() argument [all...] |
/third_party/python/Doc/includes/ |
H A D | email-headers.py | 18 print('To: {}'.format(headers['to'])) 19 print('From: {}'.format(headers['from'])) 20 print('Subject: {}'.format(headers['subject'])) 23 print('Recipient username: {}'.format(headers['to'].addresses[0].username)) 24 print('Sender name: {}'.format(headers['from'].addresses[0].display_name))
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numrgts.cpp | 36 virtual UnicodeString& format( double number, 41 return NumberFormat::format(number, toAppendTo, posIter, status); 45 virtual UnicodeString& format(const Formattable& obj, 50 return NumberFormat::format(obj, toAppendTo, pos, status); 53 /* Just use one of the format functions */ 54 virtual UnicodeString& format( double /* number */, 84 virtual UnicodeString& format(int32_t, 89 virtual UnicodeString& format(int64_t, 287 * DecimalFormat.format() incorrectly uses maxFractionDigits setting. 303 logln(" format( in Test4088161() 445 DecimalFormat *format = new DecimalFormat("00", status); Test4059870() local 1531 NumberFormat *format = NumberFormat::createInstance(status); Test4114639() local [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 83 format(device, self.get_plugin_config().__dict__)) 91 LOG.debug("CommandKit teardown: device:{}, params:{}".format 107 LOG.debug("Trying to install package {}".format(command_value)) 111 "The package {} to be installed does not exist".format( 116 raise AppInstallError(ErrorMessage.Device.Code_0303007.format( 118 LOG.debug("Installed package finished {}".format(package)) 120 LOG.debug("Trying to uninstall package {}".format(command_value)) 128 LOG.debug("uninstall package finished {}".format(app_name)) 137 LOG.error("The push spec is invalid: {}".format(command_value)) 142 LOG.debug("Trying to push the file local {} to remote{}".format(sr [all...] |
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.c | 742 * @fmt: the string format to register 1597 * the format: type [] item; in event_read_fields() 1724 if (read_expected_item(TEP_EVENT_ITEM, "format") < 0) in event_read_format() 1734 ret = event_read_fields(event, &event->format.common_fields); in event_read_format() 1737 event->format.nr_common = ret; in event_read_format() 1739 ret = event_read_fields(event, &event->format.fields); in event_read_format() 1742 event->format.nr_fields = ret; in event_read_format() 3321 event->print_fmt.format = token; in event_read_print() 3334 if (asprintf(&cat, "%s%s", event->print_fmt.format, token) < 0) in event_read_print() 3337 free_token(event->print_fmt.format); in event_read_print() 3370 struct tep_format_field *format; tep_find_common_field() local 3392 struct tep_format_field *format; tep_find_field() local 3415 struct tep_format_field *format; tep_find_any_field() local 3909 print_str_to_seq(struct trace_seq *s, const char *format, int len_arg, const char *str) print_str_to_seq() argument 3918 print_bitmask_to_seq(struct tep_handle *tep, struct trace_seq *s, const char *format, int len_arg, const void *data, int size) print_bitmask_to_seq() argument 3972 print_str_arg(struct trace_seq *s, void *data, int size, struct tep_event *event, const char *format, int len_arg, struct tep_print_arg *arg) print_str_arg() argument 4519 char *format; get_bprint_format() local 4547 print_mac_arg(struct trace_seq *s, const char *format, void *data, int size, struct tep_event *event, struct tep_print_arg *arg) print_mac_arg() argument 4968 char *format = "%02x"; print_uuid_arg() local 5175 print_function(struct trace_seq *s, const char *format, void *data, int size, struct tep_event *event, struct tep_print_arg *arg) print_function() argument 5198 print_arg_pointer(struct trace_seq *s, const char *format, int plen, void *data, int size, struct tep_event *event, struct tep_print_arg *arg) print_arg_pointer() argument 5249 print_arg_number(struct trace_seq *s, const char *format, int plen, void *data, int size, int ls, struct tep_event *event, struct tep_print_arg *arg) print_arg_number() argument 5296 print_arg_string(struct trace_seq *s, const char *format, int plen, void *data, int size, struct tep_event *event, struct tep_print_arg *arg) print_arg_string() argument 5311 parse_arg_format_pointer(const char *format) parse_arg_format_pointer() argument 5421 parse_arg_add(struct tep_print_parse **parse, char *format, enum tep_print_parse_type type, struct tep_print_arg *arg, struct tep_print_arg *len_as_arg, int ls) parse_arg_add() argument 5449 parse_arg_format(struct tep_print_parse **parse, struct tep_event *event, const char *format, struct tep_print_arg **arg) parse_arg_format() argument 5607 parse_arg_string(struct tep_print_parse **parse, const char *format) parse_arg_string() argument 5654 parse_args(struct tep_event *event, const char *format, struct tep_print_arg *arg) parse_args() argument 5746 data_latency_format(struct tep_handle *tep, struct trace_seq *s, char *format, struct tep_record *record) data_latency_format() argument 5990 print_event_info(struct trace_seq *s, char *format, bool raw, struct tep_event *event, struct tep_record *record) print_event_info() argument 6040 print_event_time(struct tep_handle *tep, struct trace_seq *s, char *format, struct tep_event *event, struct tep_record *record) print_event_time() argument 6076 char format[32]; global() member 6125 tep_print_event_param_type(char *format, struct print_event_type *type) tep_print_event_param_type() argument 6182 char *format = strdup(fmt); tep_print_event() local 7492 free_formats(struct tep_format *format) free_formats() argument [all...] |
/test/xts/acts/multimedia/av_codec/audio_decoder/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 56 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument 59 (void)format; in OnOutputFormatChanged() 180 OH_AVFormat *format = OH_AVFormat_Create(); in RunCase() local 184 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_AAC_IS_ADTS.data(), DEFAULT_AAC_TYPE); in RunCase() 185 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT.data(), in RunCase() 190 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT.data(), in RunCase() 195 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT.data(), in RunCase() 207 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), channelCount); in RunCase() 208 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_SAMPLE_RATE.data(), sampleRate); in RunCase() 210 OH_AVFormat_SetIntValue(format, MediaDescriptionKe in RunCase() 368 Configure(OH_AVFormat *format) Configure() argument 614 OH_AVFormat *format = OH_AVBuffer_GetParameter(data); OutputFunc() local 842 Configure(OH_AVCodec *codec, OH_AVFormat *format, int32_t channel, int32_t sampleRate) Configure() argument 857 SetParameter(OH_AVCodec *codec, OH_AVFormat *format, int32_t channel, int32_t sampleRate) SetParameter() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | RbnfTest.java | 9 package com.ibm.icu.dev.test.format; 73 // use %%min to format values greater than 60 seconds in TestCoverage() 75 // use %%hr to format values greater than 3,600 seconds in TestCoverage() 161 str = fmt3.format(2.3, names[0]); in TestCoverage() 163 str = fmt3.format(2.3, "%%foo"); in TestCoverage() 164 errln("format double %%foo didn't fail"); in TestCoverage() 171 str = fmt3.format(123L, names[0]); in TestCoverage() 173 str = fmt3.format(123L, "%%foo"); in TestCoverage() 174 errln("format double %%foo didn't fail"); in TestCoverage() 187 str = fmt4.format(12 in TestCoverage() [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_screen.c | 457 enum pipe_format format) in gpu_supports_texture_format() 467 if (util_format_is_srgb(format)) in gpu_supports_texture_format() 477 if (util_format_is_snorm(format)) in gpu_supports_texture_format() 480 if (format != PIPE_FORMAT_S8_UINT_Z24_UNORM && in gpu_supports_texture_format() 481 (util_format_is_pure_integer(format) || util_format_is_float(format))) in gpu_supports_texture_format() 488 if (texture_format_needs_swiz(format)) in gpu_supports_texture_format() 495 gpu_supports_render_format(struct etna_screen *screen, enum pipe_format format, in gpu_supports_render_format() argument 498 const uint32_t fmt = translate_pe_format(format); in gpu_supports_render_format() 507 if (format in gpu_supports_render_format() 456 gpu_supports_texture_format(struct etna_screen *screen, uint32_t fmt, enum pipe_format format) gpu_supports_texture_format() argument 531 gpu_supports_vertex_format(struct etna_screen *screen, enum pipe_format format) gpu_supports_vertex_format() argument 543 etna_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) etna_screen_is_format_supported() argument 627 etna_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) etna_screen_query_dmabuf_modifiers() argument 657 etna_screen_is_dmabuf_modifier_supported(struct pipe_screen *pscreen, uint64_t modifier, enum pipe_format format, bool *external_only) etna_screen_is_dmabuf_modifier_supported() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilSamplingTests.cpp | 197 pipelineDescriptor.cTargets[0].format = wgpu::TextureFormat::R32Float; in CreateComparisonRenderPipeline() 227 wgpu::Texture CreateInputTexture(wgpu::TextureFormat format) { in CreateInputTexture() argument 232 inputTextureDesc.format = format; in CreateInputTexture() 236 wgpu::Texture CreateOutputTexture(wgpu::TextureFormat format) { in CreateOutputTexture() argument 241 outputTextureDesc.format = format; in CreateOutputTexture() 275 wgpu::TextureFormat format, in DoSamplingTestImpl() 279 wgpu::Texture inputTexture = CreateInputTexture(format); in DoSamplingTestImpl() 330 wgpu::TextureFormat format, in DoSamplingTestImpl() 273 DoSamplingTestImpl(TestAspect aspect, wgpu::RenderPipeline pipeline, wgpu::TextureFormat format, std::vector<T> textureValues, uint32_t componentCount, CheckBufferFn CheckBuffer) DoSamplingTestImpl() argument 328 DoSamplingTestImpl(TestAspect aspect, wgpu::ComputePipeline pipeline, wgpu::TextureFormat format, std::vector<T> textureValues, uint32_t componentCount, CheckBufferFn CheckBuffer) DoSamplingTestImpl() argument 380 DoSamplingTest(TestAspect aspect, wgpu::RenderPipeline pipeline, wgpu::TextureFormat format, std::vector<T> textureValues, T tolerance = {}) DoSamplingTest() argument 393 DoSamplingTest(TestAspect aspect, wgpu::ComputePipeline pipeline, wgpu::TextureFormat format, std::vector<T> textureValues, T tolerance = {}) DoSamplingTest() argument 438 DoSamplingExtraStencilComponentsRenderTest(TestAspect aspect, wgpu::TextureFormat format, std::vector<uint8_t> textureValues) DoSamplingExtraStencilComponentsRenderTest() argument 449 DoSamplingExtraStencilComponentsComputeTest(TestAspect aspect, wgpu::TextureFormat format, std::vector<uint8_t> textureValues) DoSamplingExtraStencilComponentsComputeTest() argument 485 DoDepthCompareRefTest(wgpu::RenderPipeline pipeline, wgpu::TextureFormat format, float compareRef, wgpu::CompareFunction compare, std::vector<float> textureValues) DoDepthCompareRefTest() argument 532 DoDepthCompareRefTest(wgpu::ComputePipeline pipeline, wgpu::TextureFormat format, float compareRef, wgpu::CompareFunction compare, std::vector<float> textureValues) DoDepthCompareRefTest() argument [all...] |
/kernel/linux/linux-5.10/sound/firewire/oxfw/ |
H A D | oxfw-proc.c | 15 u8 *format; in proc_read_formation() local 29 format = oxfw->rx_stream_formats[i]; in proc_read_formation() 30 if (format == NULL) in proc_read_formation() 33 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation() 59 format = oxfw->tx_stream_formats[i]; in proc_read_formation() 60 if (format == NULL) in proc_read_formation() 63 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation()
|
/kernel/linux/linux-6.6/sound/firewire/oxfw/ |
H A D | oxfw-proc.c | 15 u8 *format; in proc_read_formation() local 29 format = oxfw->rx_stream_formats[i]; in proc_read_formation() 30 if (format == NULL) in proc_read_formation() 33 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation() 59 format = oxfw->tx_stream_formats[i]; in proc_read_formation() 60 if (format == NULL) in proc_read_formation() 63 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation()
|
/third_party/alsa-utils/axfer/ |
H A D | container.h | 50 enum container_format format; member 65 const char *container_suffix_from_format(enum container_format format); 70 enum container_format format, unsigned int verbose); 73 snd_pcm_format_t *format, 87 snd_pcm_format_t *format, 95 enum container_format format; member 103 enum container_format format; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.c | 28 #include "util/format/u_format.h" 35 fd_pipe2depth(enum pipe_format format) in fd_pipe2depth() argument 37 switch (format) { in fd_pipe2depth() 54 fd_pipe2index(enum pipe_format format) in fd_pipe2index() argument 56 switch (format) { in fd_pipe2index() 74 fd_gmem_restore_format(enum pipe_format format) in fd_gmem_restore_format() argument 76 switch (format) { in fd_gmem_restore_format() 85 return format; in fd_gmem_restore_format()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | RegexFormatterTest.java | 37 assertThat(RegexFormatter.format("abcd", PRESERVE_CAPTURING_GROUPS)) in testSimple() 43 assertThat(RegexFormatter.format("ab(cd|ef)gh", PRESERVE_CAPTURING_GROUPS)).isEqualTo(lines( in testNested() 49 assertThat(RegexFormatter.format("ab(?:cd|ef)gh", PRESERVE_CAPTURING_GROUPS)).isEqualTo(lines( in testNested() 58 assertThat(RegexFormatter.format("ab(cd(ef|gh)|ij)", PRESERVE_CAPTURING_GROUPS)) in testDoubleNested() 68 assertThat(RegexFormatter.format("ab(cd(?:ef|gh)|ij)", PRESERVE_CAPTURING_GROUPS)) in testDoubleNested() 81 assertThat(RegexFormatter.format("ab(?:cd(ef|gh)|ij)", FORCE_NON_CAPTURING_GROUPS)) in testForceNonCapturingGroups() 94 assertThat(RegexFormatter.format("ab(?:cd(ef|gh)|ij)", FORCE_CAPTURING_GROUPS)).isEqualTo(lines( in testForceCapturingGroups()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.cpp | 50 OS << "length = " << format("0x%08x", S.Length); in dump() 51 OS << " version = " << format("0x%04x", S.Version); in dump() 52 OS << " unit_offset = " << format("0x%08" PRIx64, S.Offset); in dump() 53 OS << " unit_size = " << format("0x%08x", S.Size) << '\n'; in dump() 58 OS << format("0x%8.8" PRIx64 " ", E.SecOffset); in dump() 63 OS << format("%-8s", EntryLinkage.data()) << ' ' in dump() 64 << format("%-8s", EntryKind.data()) << ' '; in dump()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureClampTests.hpp | 59 virtual bool funcAllowed(GLint target, GLint format, FunctionToken& funcToken); 61 virtual bool verifyLookupTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level, 80 virtual bool writeDataToTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level); 81 virtual bool verifyLookupTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level, 84 virtual bool prepareTexture(const Functions& gl, GLint target, GLint format, GLuint& texture); 85 virtual bool commitTexturePage(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level); 93 std::string generateExpectedResult(std::string returnType, GLint level, GLint format);
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLAttachment.h | 21 GrGLFormat format); 26 GrGLFormat format); 33 GrGLFormat format) { in MakeWrappedRenderBuffer() 36 format)); in MakeWrappedRenderBuffer() 43 GrGLFormat format() const { return fFormat; } in format() function in GrGLAttachment 58 GrGLFormat format) in GrGLAttachment() 61 , fFormat(format) in GrGLAttachment() 28 MakeWrappedRenderBuffer(GrGpu* gpu, GrGLuint renderbufferID, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, GrGLFormat format) MakeWrappedRenderBuffer() argument 53 GrGLAttachment(GrGpu* gpu, GrGLuint renderbufferID, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, GrGLFormat format) GrGLAttachment() argument
|