Home
last modified time | relevance | path

Searched refs:format (Results 1151 - 1175 of 14346) sorted by relevance

1...<<41424344454647484950>>...574

/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c280 const struct v4l2_pix_format_mplane *format = &wpf->format; in wpf_configure_stream() local
297 format->plane_fmt[0].bytesperline); in wpf_configure_stream()
298 if (format->num_planes > 1) in wpf_configure_stream()
300 format->plane_fmt[1].bytesperline); in wpf_configure_stream()
400 const struct v4l2_pix_format_mplane *format = &wpf->format; in wpf_configure_partition() local
458 offset = format->width - left - width; in wpf_configure_partition()
460 offset = format->height - left - width; in wpf_configure_partition()
464 for (i = 0; i < format in wpf_configure_partition()
[all...]
H A Dvsp1_uif.c90 struct v4l2_mbus_framefmt *format; in uif_get_selection() local
108 format = vsp1_entity_get_pad_format(&uif->entity, config, in uif_get_selection()
112 sel->r.width = format->width; in uif_get_selection()
113 sel->r.height = format->height; in uif_get_selection()
137 struct v4l2_mbus_framefmt *format; in uif_set_selection() local
155 format = vsp1_entity_get_pad_format(&uif->entity, config, UIF_PAD_SINK); in uif_set_selection()
157 sel->r.left = clamp_t(unsigned int, sel->r.left, 0, format->width - 1); in uif_set_selection()
158 sel->r.top = clamp_t(unsigned int, sel->r.top, 0, format->height - 1); in uif_set_selection()
160 format->width - sel->r.left); in uif_set_selection()
162 format in uif_set_selection()
[all...]
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dinit_gcov.py193 f_dict["process"] = "{}".format(serv)
195 new_json = os.path.join(config_path, '{}.json'.format(serv))
226 tree.write(os.path.join(config_path, '{}.xml'.format(serv)), encoding='utf-8', xml_declaration=True)
227 return os.path.join(config_path, '{}.xml'.format(serv))
240 json_obj["jobs"][0]["name"] = "services:{}".format(serv)
242 json_obj["services"][0]["name"] = "{}".format(serv)
246 path_list.append("/system/profile/{}.json".format(serv))
249 json_obj["services"][0]["jobs"]["on-start"] = "services:{}".format(serv)
251 cfg_path = os.path.join(config_path, "{}.cfg".format(serv))
283 hdc_command(device_ip, hdc_port, device_sn, "file recv /system/profile/foundation.json {}".format(config_pat
[all...]
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestWchar.cpp26 int FormatVfwscanf(FILE *fp, const wchar_t *format, ...) in FormatVfwscanf() argument
29 va_start(args, format); in FormatVfwscanf()
30 int ret = vfwscanf(fp, format, args); in FormatVfwscanf()
35 int FormatVfwprintf(FILE *fp, const wchar_t *format, ...) in FormatVfwprintf() argument
38 va_start(args, format); in FormatVfwprintf()
39 int ret = vfwprintf(fp, format, args); in FormatVfwprintf()
344 int FormatVswscanf(const wchar_t *str, const wchar_t *format, ...) in FormatVswscanf() argument
347 va_start(args, format); in FormatVswscanf()
348 int ret = vswscanf(str, format, args); in FormatVswscanf()
353 int FormatVswprintf(const wchar_t *format, argument
477 FormatVwprintf(const wchar_t *format, ...) FormatVwprintf() argument
524 FormatVwscanf(const wchar_t *format, ...) FormatVwscanf() argument
[all...]
/third_party/mesa3d/src/gbm/main/
H A Dgbm.c69 /** Test if a format is supported for a given set of usage flags.
72 * \param format The format to test
73 * \param flags A bitmask of the usages to test the format against
74 * \return 1 if the format is supported otherwise 0
76 * \sa enum gbm_bo_flags for the list of flags that the format can be
83 uint32_t format, uint32_t flags) in gbm_device_is_format_supported()
85 return gbm->v0.is_format_supported(gbm, format, flags); in gbm_device_is_format_supported()
88 /** Get the number of planes that are required for a given format+modifier
91 * \param format Th
82 gbm_device_is_format_supported(struct gbm_device *gbm, uint32_t format, uint32_t flags) gbm_device_is_format_supported() argument
95 gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, uint32_t format, uint64_t modifier) gbm_device_get_format_modifier_plane_count() argument
489 gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags) gbm_bo_create() argument
502 gbm_bo_create_with_modifiers(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, const uint64_t *modifiers, const unsigned int count) gbm_bo_create_with_modifiers() argument
527 gbm_bo_create_with_modifiers2(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, const uint64_t *modifiers, const unsigned int count, uint32_t flags) gbm_bo_create_with_modifiers2() argument
659 gbm_surface_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags) gbm_surface_create() argument
667 gbm_surface_create_with_modifiers(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, const uint64_t *modifiers, const unsigned int count) gbm_surface_create_with_modifiers() argument
693 gbm_surface_create_with_modifiers2(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, const uint64_t *modifiers, const unsigned int count, uint32_t flags) gbm_surface_create_with_modifiers2() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp165 imageFormatInfo.format = VK_FORMAT_UNDEFINED; in iterate()
172 sparseFormatInfo.format = VK_FORMAT_UNDEFINED; in iterate()
185 const VkFormat format = VkFormat(VK_FORMAT_MAX_ENUM - i); in iterate() local
191 inst.getPhysicalDeviceFormatProperties(dev, format, &props1); in iterate()
197 inst.getPhysicalDeviceFormatProperties2(dev, format, &props2); in iterate()
203 res = inst.getPhysicalDeviceImageFormatProperties(dev, format, imageType, tiling, usage, createFlags, &imageProps1); in iterate()
209 imageFormatInfo.format = format; in iterate()
216 inst.getPhysicalDeviceSparseImageFormatProperties(dev, format, imageType, sampling, usage, tiling, &propsCount, nullptr); in iterate()
222 sparseFormatInfo.format in iterate()
241 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp57 VkFormat format) in isSupportedColorAttachmentFormat()
60 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedColorAttachmentFormat()
63 // color attachment format we only need to check that it is a valid color attachment in isSupportedColorAttachmentFormat()
64 // format here. in isSupportedColorAttachmentFormat()
74 VkFormat format; // Framebuffer format. member
157 DE_ASSERT(m_params.format != VK_FORMAT_UNDEFINED); in LogicOpTest()
173 if (!isSupportedColorAttachmentFormat(ctx.getInstanceInterface(), ctx.getPhysicalDevice(), m_params.format)) in checkSupport()
174 TCU_THROW(NotSupportedError, "Unsupported color attachment format: " + std::string(getFormatName(m_params.format))); in checkSupport()
55 isSupportedColorAttachmentFormat(const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) isSupportedColorAttachmentFormat() argument
482 getSimpleFormatName(VkFormat format) getSimpleFormatName() argument
552 const auto& format = formatList[formatIdx]; createLogicOpTests() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DExternalTextureTests.cpp31 descriptor.format = kDefaultTextureFormat; in CreateDefaultTextureDescriptor()
63 externalDesc.format = kDefaultTextureFormat; in TEST_F()
68 // Creating an external texture with a mismatched texture view format should fail. in TEST_F()
71 textureDescriptor.format = wgpu::TextureFormat::RGBA8Uint; in TEST_F()
75 externalDesc.format = kDefaultTextureFormat; in TEST_F()
87 externalDesc.format = kDefaultTextureFormat; in TEST_F()
99 externalDesc.format = kDefaultTextureFormat; in TEST_F()
112 externalDesc.format = kDefaultTextureFormat; in TEST_F()
117 // Creating an external texture with an unsupported format should fail. in TEST_F()
120 textureDescriptor.format in TEST_F()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp55 VkFormat format) in isSupportedColorAttachmentFormat()
58 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedColorAttachmentFormat()
61 // color attachment format we only need to check that it is a valid color attachment in isSupportedColorAttachmentFormat()
62 // format here. in isSupportedColorAttachmentFormat()
72 VkFormat format; // Framebuffer format. member
157 DE_ASSERT(m_params.format != VK_FORMAT_UNDEFINED); in LogicOpTest()
173 if (!isSupportedColorAttachmentFormat(ctx.getInstanceInterface(), ctx.getPhysicalDevice(), m_params.format)) in checkSupport()
174 TCU_THROW(NotSupportedError, "Unsupported color attachment format: " + std::string(getFormatName(m_params.format))); in checkSupport()
53 isSupportedColorAttachmentFormat(const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) isSupportedColorAttachmentFormat() argument
482 getSimpleFormatName(VkFormat format) getSimpleFormatName() argument
552 const auto& format = formatList[formatIdx]; createLogicOpTests() local
[all...]
/third_party/backends/backend/
H A Dtest-picture.c88 if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer()
98 if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer()
114 if (test_device->params.format == SANE_FRAME_RGB) in init_picture_buffer()
145 if (test_device->params.format == SANE_FRAME_GRAY || in init_picture_buffer()
146 (test_device->params.format >= SANE_FRAME_RED && in init_picture_buffer()
147 test_device->params.format <= SANE_FRAME_BLUE)) in init_picture_buffer()
212 if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer()
253 else if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer()
302 else if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer()
363 else if (test_device->params.format in init_picture_buffer()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c28 #include "util/format/u_format.h"
37 enum pipe_format format, unsigned r_coord) in get_image_offset()
164 util_format_get_stride(spr->base.format, spr->base.width0)) in get_dimensions()
180 util_format_get_blocksize(spr->base.format)) in get_dimensions()
231 params->format, &width, &height, &depth)) in sp_tgsi_load()
234 stride = util_format_get_stride(params->format, width); in sp_tgsi_load()
249 int nc = util_format_get_nr_components(params->format); in sp_tgsi_load()
250 int ival = util_format_is_pure_integer(params->format); in sp_tgsi_load()
262 offset = get_image_offset(spr, iview, params->format, r_coord); in sp_tgsi_load()
266 util_format_read_4(params->format, in sp_tgsi_load()
35 get_image_offset(const struct softpipe_resource *spr, const struct pipe_image_view *iview, enum pipe_format format, unsigned r_coord) get_image_offset() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_blit.c24 #include "util/format/u_format.h"
96 .format = info->src.resource->format, in v3d_render_blit()
118 util_format_short_name(info->src.format), in v3d_render_blit()
119 util_format_short_name(info->dst.format)); in v3d_render_blit()
165 .format = dst_format, in v3d_stencil_blit()
173 .format = src_format, in v3d_stencil_blit()
228 if (psrc->format != pdst->format) in v3d_tfu()
238 * output format mus in v3d_tfu()
340 v3d_generate_mipmap(struct pipe_context *pctx, struct pipe_resource *prsc, enum pipe_format format, unsigned int base_level, unsigned int last_level, unsigned int first_layer, unsigned int last_layer) v3d_generate_mipmap() argument
401 v3d_get_blit_surface(struct pipe_context *pctx, struct pipe_resource *prsc, enum pipe_format format, unsigned level, int16_t layer) v3d_get_blit_surface() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.cpp49 bool IsLUMAFormat(GLenum format) in IsLUMAFormat() argument
51 return format == GL_LUMINANCE || format == GL_ALPHA || format == GL_LUMINANCE_ALPHA; in IsLUMAFormat()
66 bool GetDepthStencilWorkaround(GLenum format) in GetDepthStencilWorkaround() argument
68 return format == GL_DEPTH_COMPONENT || format == GL_DEPTH_STENCIL; in GetDepthStencilWorkaround()
164 GLenum format, in setImage()
181 reserveTexImageToBeFilled(context, target, level, internalFormat, size, format, type)); in setImage()
189 return setSubImageRowByRowWorkaround(context, target, level, area, format, typ in setImage()
160 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
223 setImageHelper(const gl::Context *context, gl::TextureTarget target, size_t level, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const uint8_t *pixels) setImageHelper() argument
295 reserveTexImageToBeFilled(const gl::Context *context, gl::TextureTarget target, size_t level, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type) reserveTexImageToBeFilled() argument
309 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
387 setSubImageRowByRowWorkaround(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const gl::Buffer *unpackBuffer, size_t maxBytesUploadedPerChunk, const uint8_t *pixels) setSubImageRowByRowWorkaround() argument
470 setSubImagePaddingWorkaround(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImagePaddingWorkaround() argument
609 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
1193 setImageExternal(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type) setImageExternal() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/
H A Dbuild_theme_code.py128 new_content = begin_str.format(define, define)
130 row = 'constexpr uint32_t {} = '.format(key)
143 write_file(file_path, end_str.format(new_content, define))
159 content = 'const ResValueWrapper* ThemeConstants::styleMap{}[] = '.format(
171 content = '{} &{},'.format(content, param_map[str(i)])
205 name = 'g_{}{}'.format(get_global_name(
207 value = 'const ResValueWrapper {} {{'.format(name)
210 value = '{} {} = {},'.format(value, key1, values1)
217 '\n}} // namespace OHOS::Ace'.format(content, make_table(table, platform),
219 file_name = '{}theme_constants_{}.cpp'.format(file_pat
[all...]
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_g711mu_encoder_plugin.cpp79 int32_t AudioG711muEncoderPlugin::CheckFormat(const Format &format) in CheckFormat() argument
81 if (!format.ContainKey(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT) || in CheckFormat()
82 !format.ContainKey(MediaDescriptionKey::MD_KEY_SAMPLE_RATE) || in CheckFormat()
83 !format.ContainKey(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT)) { in CheckFormat()
92 format.GetIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, channels_); in CheckFormat()
93 format.GetIntValue(MediaDescriptionKey::MD_KEY_SAMPLE_RATE, sampleRate_); in CheckFormat()
94 format.GetIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT, sampleFmt_); in CheckFormat()
104 int32_t AudioG711muEncoderPlugin::Init(const Format &format) in Init() argument
106 int32_t ret = CheckFormat(format); in Init()
113 format_ = format; in Init()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_uif.c89 struct v4l2_mbus_framefmt *format; in uif_get_selection() local
106 format = vsp1_entity_get_pad_format(&uif->entity, config, in uif_get_selection()
110 sel->r.width = format->width; in uif_get_selection()
111 sel->r.height = format->height; in uif_get_selection()
135 struct v4l2_mbus_framefmt *format; in uif_set_selection() local
152 format = vsp1_entity_get_pad_format(&uif->entity, config, UIF_PAD_SINK); in uif_set_selection()
154 sel->r.left = clamp_t(unsigned int, sel->r.left, 0, format->width - 1); in uif_set_selection()
155 sel->r.top = clamp_t(unsigned int, sel->r.top, 0, format->height - 1); in uif_set_selection()
157 format->width - sel->r.left); in uif_set_selection()
159 format in uif_set_selection()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Drs.c157 /* if legacy format */ in iwl_new_rate_from_v1()
199 u32 format = rate & RATE_MCS_MOD_TYPE_MSK; in rs_pretty_print_rate() local
202 if (format == RATE_MCS_CCK_MSK || in rs_pretty_print_rate()
203 format == RATE_MCS_LEGACY_OFDM_MSK) { in rs_pretty_print_rate()
205 int index = format == RATE_MCS_CCK_MSK ? in rs_pretty_print_rate()
215 if (format == RATE_MCS_VHT_MSK) in rs_pretty_print_rate()
217 else if (format == RATE_MCS_HT_MSK) in rs_pretty_print_rate()
219 else if (format == RATE_MCS_HE_MSK) in rs_pretty_print_rate()
221 else if (format == RATE_MCS_EHT_MSK) in rs_pretty_print_rate()
226 mcs = format in rs_pretty_print_rate()
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Daudio_fifo.c30 const enum AVSampleFormat format; member
41 {.format = AV_SAMPLE_FMT_U8 , .nb_ch = 1, .data_planes = {data_U8 , }, .nb_samples_pch = 12},
42 {.format = AV_SAMPLE_FMT_U8P , .nb_ch = 2, .data_planes = {data_U8 , data_U8 +6, }, .nb_samples_pch = 6 },
43 {.format = AV_SAMPLE_FMT_S16 , .nb_ch = 1, .data_planes = {data_S16, }, .nb_samples_pch = 12},
44 {.format = AV_SAMPLE_FMT_S16P , .nb_ch = 2, .data_planes = {data_S16, data_S16+6, }, .nb_samples_pch = 6 },
45 {.format = AV_SAMPLE_FMT_FLT , .nb_ch = 1, .data_planes = {data_FLT, }, .nb_samples_pch = 12},
46 {.format = AV_SAMPLE_FMT_FLTP , .nb_ch = 2, .data_planes = {data_FLT, data_FLT+6, }, .nb_samples_pch = 6 }
67 int byte_offset = av_get_bytes_per_sample(test_sample->format); in print_audio_bytes()
68 int buffers = av_sample_fmt_is_planar(test_sample->format) in print_audio_bytes()
131 AVAudioFifo *afifo = av_audio_fifo_alloc(test_sample->format, test_sampl in test_function()
[all...]
/third_party/ffmpeg/libavformat/
H A Dfsb.c40 unsigned format, version, c; in fsb_read_header() local
66 format = avio_rl32(pb); in fsb_read_header()
75 if (format & 0x00000100) { in fsb_read_header()
78 } else if (format & 0x00400000) { in fsb_read_header()
82 } else if (format & 0x00800000) { in fsb_read_header()
85 } else if (format & 0x02000000) { in fsb_read_header()
99 avpriv_request_sample(s, "format 0x%X", format); in fsb_read_header()
107 format = avio_rb32(pb); in fsb_read_header()
108 switch(format) { in fsb_read_header()
[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-pnm.c47 int format, /* Format of PNM file */ in _cupsImageReadPNM() local
53 * Read the file header in the format: in _cupsImageReadPNM()
74 format = atoi(lineptr); in _cupsImageReadPNM()
106 if (format != 1 && format != 4) in _cupsImageReadPNM()
143 if (format == 1 || format == 2 || format == 4 || format == 5) in _cupsImageReadPNM()
173 switch (format) in _cupsImageReadPNM()
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Drbnf.h114 * <p>For larger numbers, we can use the preceding set of rules to format the ones place, and
130 * isolate the number's ones digit, format it using this same set of rules, and place the
206 * <p>The above syntax suffices only to format positive integers. To format negative numbers,
212 * where the base value would be. This rule is used to format all negative numbers. the
213 * &gt;&gt; token here means &quot;find the number's absolute value, format it with these
241 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
345 * on whether it is used to format a number's integral part (or the whole number) or a
346 * number's fractional part. Using a rule set to format a rule's fractional part makes it a
349 * <p>Which rule is used to format
[all...]
/third_party/jerryscript/tools/
H A Dgen-magic-strings.py68 .format(dump=debug_dump(defs)))
145 .format(fname=fname, guard_stack=guard_stack))
155 .format(dump=debug_dump(results)))
166 .format(str_ref=str_ref))
190 .format(dump=debug_dump(extended_defs)))
230 print('#if {guards}'.format(guards=guards_to_str(guards)), file=gen_file)
233 .format(str_ref=str_ref, str_value=json.dumps(str_value)), file=gen_file)
250 print('#if {guards}'.format(guards=guards_to_str(guards)), file=gen_file)
254 print('#elif {guards}'.format(guards=guards_to_str(guards)), file=gen_file)
259 .format(siz
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Drbnf.h116 * <p>For larger numbers, we can use the preceding set of rules to format the ones place, and
132 * isolate the number's ones digit, format it using this same set of rules, and place the
208 * <p>The above syntax suffices only to format positive integers. To format negative numbers,
214 * where the base value would be. This rule is used to format all negative numbers. the
215 * &gt;&gt; token here means &quot;find the number's absolute value, format it with these
243 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
347 * on whether it is used to format a number's integral part (or the whole number) or a
348 * number's fractional part. Using a rule set to format a rule's fractional part makes it a
351 * <p>Which rule is used to format
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c28 #include "util/format/u_format.h"
134 enum pipe_format format = cso->format; in fd5_sampler_view_create() local
140 if (format == PIPE_FORMAT_X32_S8X24_UINT) { in fd5_sampler_view_create()
142 format = rsc->b.b.format; in fd5_sampler_view_create()
151 so->texconst0 = A5XX_TEX_CONST_0_FMT(fd5_pipe2tex(format)) | in fd5_sampler_view_create()
153 fd5_tex_swiz(format, cso->swizzle_r, cso->swizzle_g, in fd5_sampler_view_create()
156 /* NOTE: since we sample z24s8 using 8888_UINT format, the swizzle in fd5_sampler_view_create()
165 if (format in fd5_sampler_view_create()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp23 // .gdb_index section format reference:
27 OS << format("\n CU list offset = 0x%x, has %" PRId64 " entries:", in dumpCUList()
32 OS << format(" %d: Offset = 0x%llx, Length = 0x%llx\n", I++, CU.Offset, in dumpCUList()
47 OS << format("\n Address area offset = 0x%x, has %" PRId64 " entries:", in dumpAddressArea()
51 OS << format( in dumpAddressArea()
58 OS << format("\n Symbol table offset = 0x%x, size = %" PRId64 in dumpSymbolTable()
68 OS << format(" %d: Name offset = 0x%x, CU vector offset = 0x%x\n", I, in dumpSymbolTable()
81 OS << format(" String name: %s, CU vector index: %d\n", Name.data(), in dumpSymbolTable()
87 OS << format("\n Constant pool offset = 0x%x, has %" PRId64 " CU vectors:", in dumpConstantPool()
91 OS << format("\ in dumpConstantPool()
[all...]

Completed in 17 milliseconds

1...<<41424344454647484950>>...574