Home
last modified time | relevance | path

Searched refs:format (Results 2526 - 2550 of 9425) sorted by relevance

1...<<101102103104105106107108109110>>...377

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c31 #include "util/format/u_format.h"
32 #include "util/format/u_format_s3tc.h"
388 * Query format support for creating a texture, drawing surface, etc.
389 * \param format the format to test
394 enum pipe_format format, in softpipe_is_format_supported()
416 format_desc = util_format_description(format); in softpipe_is_format_supported()
424 if(!winsys->is_displaytarget_format_supported(winsys, bind, format)) in softpipe_is_format_supported()
457 util_format_description(format); in softpipe_is_format_supported()
472 format ! in softpipe_is_format_supported()
393 softpipe_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) softpipe_is_format_supported() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_gpu_memcpy.c123 enum isl_format format; in emit_so_memcpy() local
125 case 4: format = ISL_FORMAT_R32_UINT; break; in emit_so_memcpy()
126 case 8: format = ISL_FORMAT_R32G32_UINT; break; in emit_so_memcpy()
127 case 16: format = ISL_FORMAT_R32G32B32A32_UINT; break; in emit_so_memcpy()
156 .SourceElementFormat = format, in emit_so_memcpy()
/third_party/node/deps/icu-small/source/i18n/
H A Dscientificnumberformatter.cpp128 UnicodeString &ScientificNumberFormatter::SuperscriptStyle::format( in format() function in ScientificNumberFormatter::SuperscriptStyle
202 UnicodeString &ScientificNumberFormatter::MarkupStyle::format( in format() function in ScientificNumberFormatter::MarkupStyle
277 UnicodeString &ScientificNumberFormatter::format( in format() function in ScientificNumberFormatter
286 fDecimalFormat->format(number, original, &fpi, status); in format()
287 return fStyle->format( in format()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddtitvfmt.h129 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
191 * supported. And the interval format will be fall back to fall-back
254 * formatting: time zone, calendar type, pattern, date format symbols,
263 * the format style.
270 * Locale provides the timezone, calendar, and format symbols information.
279 * DateTime format.
295 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
311 * @param skeleton the skeleton on which interval format based.
342 * @param skeleton the skeleton on which the interval format is based.
368 * @param skeleton the skeleton on which interval format base
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c149 enum pipe_format format = varying_format(type, chan); in collect_varyings() local
150 assert(format != PIPE_FORMAT_NONE); in collect_varyings()
155 varyings[loc + c].format = format; in collect_varyings()
325 info->bifrost.blend[i].format = in pan_shader_compile()
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddtitvfmt.h129 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
191 * supported. And the interval format will be fall back to fall-back
254 * formatting: time zone, calendar type, pattern, date format symbols,
263 * the format style.
270 * Locale provides the timezone, calendar, and format symbols information.
279 * DateTime format.
295 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
311 * @param skeleton the skeleton on which interval format based.
342 * @param skeleton the skeleton on which the interval format is based.
368 * @param skeleton the skeleton on which interval format base
[all...]
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.c122 d->entries[i].format = exif_get_short(buf + ofs + 2, d->order); in exif_mnote_data_apple_load()
125 if ((d->entries[i].components) && (buf_size / d->entries[i].components < exif_format_get_size(d->entries[i].format))) { in exif_mnote_data_apple_load()
130 dsize = exif_format_get_size(d->entries[i].format) * d->entries[i].components; in exif_mnote_data_apple_load()
189 if (d->entries[i].components && (d->entries[i].size/d->entries[i].components < exif_format_get_size (d->entries[i].format))) in exif_mnote_data_apple_set_byte_order()
191 exif_array_set_byte_order(d->entries[i].format, d->entries[i].data, in exif_mnote_data_apple_set_byte_order()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_format.c29 #include "util/format/u_format.h"
55 /* This format is only used for depth/stencil reload */
72 int format; member
89 .present = true, .format = LIMA_TEXEL_FORMAT_##tex, \
95 .present = true, .format = LIMA_PIXEL_FORMAT_##pix, \
195 return lima_texel_formats[f].format; in lima_format_get_texel()
213 return lima_pixel_formats[f].format; in lima_format_get_pixel()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_box.h6 #include "util/format/u_format.h"
245 * the given format. This is trivial (a copy) for uncompressed formats.
249 const struct pipe_box *pixels, enum pipe_format format) in u_box_pixels_to_blocks()
252 pixels->x / util_format_get_blockwidth(format), in u_box_pixels_to_blocks()
253 pixels->y / util_format_get_blockheight(format), in u_box_pixels_to_blocks()
255 DIV_ROUND_UP(pixels->width, util_format_get_blockwidth(format)), in u_box_pixels_to_blocks()
256 DIV_ROUND_UP(pixels->height, util_format_get_blockheight(format)), in u_box_pixels_to_blocks()
248 u_box_pixels_to_blocks(struct pipe_box *blocks, const struct pipe_box *pixels, enum pipe_format format) u_box_pixels_to_blocks() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_buffer.cpp29 #include "util/format/u_format.h"
57 "[d3d12_video_buffer] tmpl->buffer_format only supported as a PIPE_VIDEO_CHROMA_FORMAT_420 format.\n"); in d3d12_video_buffer_create()
85 templ.format = pD3D12VideoBuffer->base.buffer_format; in d3d12_video_buffer_create()
194 surface_template.format = in d3d12_video_buffer_get_surfaces()
245 u_sampler_view_default_template(&samplerViewTemplate, pCurPlaneResource, pCurPlaneResource->format); in d3d12_video_buffer_get_sampler_view_planes()
293 unsigned num_components = util_format_get_nr_components(pCurPlaneResource->format); in d3d12_video_buffer_get_sampler_view_components()
300 u_sampler_view_default_template(&samplerViewTemplate, pCurPlaneResource, pCurPlaneResource->format); in d3d12_video_buffer_get_sampler_view_components()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c32 #include "util/format/u_format.h"
177 instr->format = fmt.format;
316 instr->format = FMT_32_32_32_FLOAT; in fd2_prog_init()
331 instr->format = FMT_32_32_FLOAT; in fd2_prog_init()
340 instr->format = FMT_32_32_32_FLOAT; in fd2_prog_init()
/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Dpredicate.py214 exit_1("Error: did not find '{}' in `bindgen`'s output".format(args.bindgen_grep), child)
226 print("Error: expected the emitted bindings to contain '{}', but they didn't".format(arg))
227 print("---------- {} ----------------------------------------------".format(bindings))
246 exit_1("Error: did not find '{}' in `rustc`'s output".format(args.rustc_grep), child)
264 exit_1("Error: did not find '{}' in the compiled bindings' layout tests' output".format(args.layout_tests_grep), child)
/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs105 let default = format!("{}-clang{}", target, env::consts::EXE_SUFFIX); in find()
106 let versioned = format!("{}-clang-[0-9]*{}", target, env::consts::EXE_SUFFIX); in find()
117 let default = format!("clang{}", env::consts::EXE_SUFFIX); in find()
118 let versioned = format!("clang-[0-9]*{}", env::consts::EXE_SUFFIX); in find()
182 .map_err(|e| format!("could not run executable `{}`: {}", executable, e)) in run()
/third_party/python/Tools/scripts/
H A Dpatchcheck.py26 return "{} file{}".format(count, "s" if count != 1 else "")
80 cmd = "git remote show {}".format(remote_name).split()
109 base_branch = "{0.major}.{0.minor}".format(version)
166 lines = ["{}:".format(n_files_str(count))]
168 lines.append(" {}".format(path))
/third_party/python/Lib/multiprocessing/
H A Dheap.py280 "My pid ({0:n}) is not last pid {1:n}".format(
299 raise ValueError("Size {0:n} out of range".format(size))
301 raise OverflowError("Size {0:n} too large".format(size))
328 raise ValueError("Size {0:n} out of range".format(size))
330 raise OverflowError("Size {0:n} too large".format(size))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DTextureImpl.h53 GLenum format,
61 GLenum format,
77 GLenum format,
192 GLenum format,
233 GLenum format,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyCompressedTextureTest.cpp159 GLint format; in TEST_P() member
164 Data(GLint format, const uint8_t *data, GLsizei dataSize) in TEST_P()
165 : format(format), data(data), dataSize(dataSize) in TEST_P()
200 glCompressedTexImage2D(GL_TEXTURE_2D, 0, supportedFormat.format, 4, 4, 0, in TEST_P()
237 // Check that the GL_RGBA format reports an error. in TEST_P()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dscientificnumberformatter.cpp128 UnicodeString &ScientificNumberFormatter::SuperscriptStyle::format( in format() function in ScientificNumberFormatter::SuperscriptStyle
202 UnicodeString &ScientificNumberFormatter::MarkupStyle::format( in format() function in ScientificNumberFormatter::MarkupStyle
277 UnicodeString &ScientificNumberFormatter::format( in format() function in ScientificNumberFormatter
286 fDecimalFormat->format(number, original, &fpi, status); in format()
287 return fStyle->format( in format()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddtitvfmt.h129 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
191 * supported. And the interval format will be fall back to fall-back
254 * formatting: time zone, calendar type, pattern, date format symbols,
263 * the format style.
270 * Locale provides the timezone, calendar, and format symbols information.
279 * DateTime format.
295 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
311 * @param skeleton the skeleton on which interval format based.
342 * @param skeleton the skeleton on which the interval format is based.
368 * @param skeleton the skeleton on which interval format base
[all...]
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c647 int W32_snprintf(char *__restrict s, size_t n, const char *__restrict format, ...) in W32_snprintf() argument
653 va_start(args, format); in W32_snprintf()
654 ret = _vsnprintf(s, n, format, args); in W32_snprintf()
661 va_start(args, format); in W32_snprintf()
662 ret = _vscprintf(format, args); in W32_snprintf()
/third_party/skia/third_party/externals/dawn/examples/
H A DManualSwapChainTest.cpp94 return a.usage == b.usage && a.format == b.format && a.width == b.width && in IsSameDescriptor()
116 descriptor.format = wgpu::TextureFormat::BGRA8Unorm; in AddWindow()
174 ASSERT(desc.format == wgpu::TextureFormat::BGRA8Unorm); in operator <<()
330 // BGRA shouldn't be hardcoded. Consider having a map[format -> pipeline]. in main()
331 pipelineDesc.cTargets[0].format = wgpu::TextureFormat::BGRA8Unorm; in main()
H A DCubeReflection.cpp146 attributes[0].format = wgpu::VertexFormat::Float32x3; in init()
149 attributes[1].format = wgpu::VertexFormat::Float32x3; in init()
195 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
213 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
232 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_win.cpp391 void WriteDebugMessage(const char *format, ...) in WriteDebugMessage() argument
394 va_start(args, format); in WriteDebugMessage()
395 int size = vsnprintf(nullptr, 0, format, args); in WriteDebugMessage()
399 va_start(args, format); in WriteDebugMessage()
400 vsnprintf(buffer.data(), size + 1, format, args); in WriteDebugMessage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp45 bool Adapter::IsDepthStencilFormatSupported(VkFormat format) { in IsDepthStencilFormatSupported() argument
46 ASSERT(format == VK_FORMAT_D16_UNORM_S8_UINT || format == VK_FORMAT_D24_UNORM_S8_UINT || in IsDepthStencilFormatSupported()
47 format == VK_FORMAT_D32_SFLOAT_S8_UINT); in IsDepthStencilFormatSupported()
50 mVulkanInstance->GetFunctions().GetPhysicalDeviceFormatProperties(mPhysicalDevice, format, in IsDepthStencilFormatSupported()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DSwapChainValidationTests.cpp50 goodDescriptor.format = wgpu::TextureFormat::BGRA8Unorm;
160 // Checks that the creation format must (currently) be BGRA8Unorm
163 desc.format = wgpu::TextureFormat::RGBA8Unorm; in TEST_P()
222 // Check that returned view is of the current format / usage / dimension / size / sample count
240 // Validation will check that the sample count of the view matches this format. in TEST_P()
243 // Validation will check that the format of the view matches this format. in TEST_P()
244 pipelineDesc.cTargets[0].format = wgpu::TextureFormat::BGRA8Unorm; in TEST_P()
245 pipelineDesc.cTargets[1].format = wgpu::TextureFormat::R8Unorm; in TEST_P()
254 textureDesc.format in TEST_P()
[all...]

Completed in 16 milliseconds

1...<<101102103104105106107108109110>>...377