Home
last modified time | relevance | path

Searched refs:format (Results 7351 - 7375 of 13276) sorted by relevance

1...<<291292293294295296297298299300>>...532

/third_party/mesa3d/src/mesa/main/
H A Dformatquery.c48 * "An internal format is color-renderable if it is one of the in _is_renderable()
50 * is unsized format RGBA or RGB." in _is_renderable()
307 * - support-, format- or type-based queries will return NONE, in _set_default_response()
575 * "- INTERNALFORMAT_SUPPORTED: If <internalformat> is an internal format in _is_internalformat_supported()
578 * if not a valid token for any internal format usage, FALSE is returned. in _is_internalformat_supported()
583 * - any specific "compressed internal format" from Table 3.14, in _is_internalformat_supported()
584 * - any "image unit format" from Table 3.21. in _is_internalformat_supported()
585 * - any generic "compressed internal format" from Table 3.14, if the in _is_internalformat_supported()
587 * - unsized or base internal format, if the implementation accepts in _is_internalformat_supported()
705 GLenum format in _mesa_query_internal_format_default() local
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py264 "{}_{}".format(self.relative_target, action["action_name"])
374 "{}_{}".format(self.relative_target, rule["rule_name"])
496 "{} = {}".format(variable, " ".join(map(make.QuoteSpaces, outputs)))
742 path = "$(call intermediates-dir-for,{},{},,,$(GYP_VAR_PREFIX))".format(
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c27 #include "util/format/u_format.h"
287 *width = view->u.buf.size / util_format_get_blocksize(view->format); in nv50_get_surface_dims()
350 * offset and to check if the format doesn't mismatch. */ in nv50_set_surface_info()
351 info[3] = util_format_get_blocksize(view->format); in nv50_set_surface_info()
356 unsigned nby = align(util_format_get_nblocksy(view->format, height), in nv50_set_surface_info()
447 const unsigned nby = util_format_get_nblocksy(view->format, height); in nv50_compute_validate_surfaces()
/third_party/libinput/test/
H A Dtest-misc.c660 const char *format, in timer_offset_warning()
667 strstr(format, "scheduled expiry is in the past")) in timer_offset_warning()
698 const char *format, in timer_delay_warning()
705 strstr(format, "event processing lagging behind by")) in timer_delay_warning()
658 timer_offset_warning(struct libinput *libinput, enum libinput_log_priority priority, const char *format, va_list args) timer_offset_warning() argument
696 timer_delay_warning(struct libinput *libinput, enum libinput_log_priority priority, const char *format, va_list args) timer_delay_warning() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h17 // clang-format off
79 // clang-format on
164 // Check the number of lanes, ie. the format of the vector, using methods such
273 // Functions for handling NEON vector format information.
329 static VRegister Create(int reg_code, VectorFormat format) { in Create() argument
330 int reg_size = RegisterSizeInBitsFromFormat(format); in Create()
331 int reg_count = IsVectorFormat(format) ? LaneCountFromFormat(format) : 1; in Create()
530 // vector format. Arguments set to NoVReg are ignored, as are any subsequent
/third_party/node/deps/v8/src/utils/
H A Dutils.h155 // Saturating rounding multiplication for Q-format numbers. See in SaturateRoundingQMul()
415 // clang-format off
424 // clang-format on
445 // clang-format off
460 // clang-format on
538 V8_EXPORT_PRIVATE void PRINTF_FORMAT(1, 2) PrintF(const char* format, ...);
540 PrintF(FILE* out, const char* format, ...);
543 void PRINTF_FORMAT(1, 2) PrintPID(const char* format, ...);
546 void PRINTF_FORMAT(2, 3) PrintIsolate(void* isolate, const char* format, ...);
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c34 #include "util/format/u_format.h"
70 * this value is set to the format size in bytes if
90 * Fetch a dword[4] vertex attribute from memory, doing format/type
93 * This is probably needed/dupliocated elsewhere, eg format
365 get_emit_func(enum pipe_format format) in get_emit_func() argument
367 switch (format) { in get_emit_func()
847 translate_generic_is_output_format_supported(enum pipe_format format) in translate_generic_is_output_format_supported() argument
849 switch(format) { in translate_generic_is_output_format_supported()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h709 enum pipe_format format,
766 enum pipe_format format,
850 uint32_t r600_translate_texformat(struct pipe_screen *screen, enum pipe_format format,
854 uint32_t r600_translate_colorformat(enum amd_gfx_level chip, enum pipe_format format,
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c239 /* Print an error message about a failed format parse. */
245 opt_printf_stderr("%s: Bad format \"%s\"; must be pem or der\n", in opt_format_error()
248 opt_printf_stderr("%s: Bad format \"%s\"; must be one of:\n", in opt_format_error()
257 /* Parse a format string, put it into *result; return 0 on failure, else 1. */
262 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format()
329 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format()
337 /* Return string representing the given format. */
338 static const char *format2str(int format) in format2str() argument
340 switch (format) { in format2str()
366 /* Print an error message about unsuitable/unsupported format requeste
367 print_format_error(int format, unsigned long flags) print_format_error() argument
[all...]
/third_party/python/Lib/
H A Dfunctools.py358 .format(func))
376 keywords = ", ".join("{}={!r}".format(k, v)
379 return format_string.format(module=self.__class__.__module__,
793 raise RuntimeError("Ambiguous dispatch: {} or {}".format(
/third_party/python/Lib/http/
H A Dserver.py56 # Here's a quote from the NCSA httpd docs about log file format.
58 # | The logfile format is as follows. Each line consists of:
70 # | hh: hour (24-hour format, the machine's timezone)
254 # The format is multiple whitespace-separated strings,
556 def log_error(self, format, *args):
568 self.log_message(format, *args)
575 def log_message(self, format, *args):
581 The first argument, FORMAT, is a format string for the
582 message to be logged. If the format string contains
595 message = format
[all...]
/third_party/python/Lib/test/libregrtest/
H A Dmain.py433 print("{} altered the execution environment:".format(
572 self.test_count = '/{}'.format(len(self.selected))
689 test_cwd = 'test_python_worker_{}'.format(nounce)
691 test_cwd = 'test_python_{}'.format(nounce)
/third_party/python/Lib/multiprocessing/
H A Dpool.py101 raise AssertionError("Maxtasks {!r} is not valid".format(maxtasks))
412 "Chunksize must be 1+, not {0:n}".format(
441 "Chunksize must be 1+, not {0!r}".format(chunksize))
761 raise ValueError("{0!r} not ready".format(self))
/third_party/openssl/apps/lib/
H A Dopt.c239 /* Print an error message about a failed format parse. */
245 opt_printf_stderr("%s: Bad format \"%s\"; must be pem or der\n", in opt_format_error()
248 opt_printf_stderr("%s: Bad format \"%s\"; must be one of:\n", in opt_format_error()
257 /* Parse a format string, put it into *result; return 0 on failure, else 1. */
262 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format()
329 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format()
337 /* Return string representing the given format. */
338 static const char *format2str(int format) in format2str() argument
340 switch (format) { in format2str()
366 /* Print an error message about unsuitable/unsupported format requeste
367 print_format_error(int format, unsigned long flags) print_format_error() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp99 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
107 format, // VkFormat format; in makeImageCreateInfo()
165 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
390 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument
399 tcu::TextureLevel image(format, renderSize.x(), renderSize.y()); in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp277 const VkFormat format = mapTextureFormat(texFormat); in createPipelineLayout() local
295 format, // VkFormat format; in createPipelineLayout()
357 const VkFormat format = mapTextureFormat(texFormat); in bindDescriptorSets() local
387 format, // VkFormat format; in bindDescriptorSets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp22 * \brief Tests that images using a block-compressed format are sampled
26 * block-compressed image format and an ImageView using an uncompressed
27 * format. Each test case then fills the storage image with compressed
86 inline VkImageCreateInfo makeImageCreateInfo (const IVec3& size, const VkFormat& format, bool storageImage, bool cubemap) in makeImageCreateInfo() argument
107 format, // VkFormat format; in makeImageCreateInfo()
225 vk::VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in getAttributeDescriptions()
231 vk::VK_FORMAT_R32G32_SFLOAT, // VkFormat format; in getAttributeDescriptions()
254 TextureLevel makeReferenceImage (const VkFormat format, int width, int height) in makeReferenceImage() argument
256 TextureLevel referenceImage(mapVkFormat(format), widt in makeReferenceImage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoCapabilitiesTests.cpp299 VK_FORMAT_MAX_ENUM, // VkFormat format; in iterate()
328 if (videoFormatProperty.format == VK_FORMAT_MAX_ENUM) in iterate()
331 if (videoFormatProperty.format == VK_FORMAT_UNDEFINED) in iterate()
337 TCU_FAIL("VK_FORMAT_UNDEFINED must be the only format returned for opaque DPB"); in iterate()
344 if (videoFormatProperty.format == VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM || in iterate()
345 videoFormatProperty.format == VK_FORMAT_G8_B8R8_2PLANE_420_UNORM) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp99 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
107 format, // VkFormat format; in makeImageCreateInfo()
165 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
390 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument
399 tcu::TextureLevel image(format, renderSize.x(), renderSize.y()); in generateReferenceImage()
H A DvktDrawShaderLayerTests.cpp86 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, const deUint32 numLayers, VkImageUsageFlags usage) in makeImageCreateInfo() argument
94 format, // VkFormat format; in makeImageCreateInfo()
131 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
137 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
352 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument
358 tcu::TextureLevel image(format, renderSize.x(), renderSize.y()); in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp277 const VkFormat format = mapTextureFormat(texFormat); in createPipelineLayout() local
295 format, // VkFormat format; in createPipelineLayout()
357 const VkFormat format = mapTextureFormat(texFormat); in bindDescriptorSets() local
387 format, // VkFormat format; in bindDescriptorSets()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp22 * \brief Tests that images using a block-compressed format are sampled
26 * block-compressed image format and an ImageView using an uncompressed
27 * format. Each test case then fills the storage image with compressed
86 inline VkImageCreateInfo makeImageCreateInfo (const IVec3& size, const VkFormat& format, bool storageImage, bool cubemap) in makeImageCreateInfo() argument
107 format, // VkFormat format; in makeImageCreateInfo()
225 vk::VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in getAttributeDescriptions()
231 vk::VK_FORMAT_R32G32_SFLOAT, // VkFormat format; in getAttributeDescriptions()
254 TextureLevel makeReferenceImage (const VkFormat format, int width, int height) in makeReferenceImage() argument
256 TextureLevel referenceImage(mapVkFormat(format), widt in makeReferenceImage()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp532 const auto &format = in resize() local
534 mBackBufferTexture.set(backbufferTexture, format); in resize()
555 // Return a render target format for offscreen rendering is supported by IDXGISwapChain. in getSwapChainNativeFormat()
656 const auto &format = in reset() local
658 mBackBufferTexture.set(backbufferTex, format); in reset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp50 OS << format("DW_APPLE_PROPERTY_0x%" PRIx64, Bit); in dumpApplePropertyAttribute()
278 OS << format("0x%016" PRIx64, HighPC);
587 << format("\n0x%8.8" PRIx64 ": ", Offset);
595 OS << format(" [%u] %c", abbrCode,
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc874 bool Device::IsFormatSupportedByPhysicalDevice(const Format& format, in IsFormatSupportedByPhysicalDevice() argument
876 VkFormat vk_format = GetVkFormat(format); in IsFormatSupportedByPhysicalDevice()
938 VkFormat Device::GetVkFormat(const Format& format) const { in GetVkFormat()
940 switch (format.GetFormatType()) { in GetVkFormat()

Completed in 45 milliseconds

1...<<291292293294295296297298299300>>...532