Home
last modified time | relevance | path

Searched refs:format (Results 2651 - 2675 of 7431) sorted by relevance

1...<<101102103104105106107108109110>>...298

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp790 GLenum format, GLsizei imageSize, const GLvoid* data) in CompressedTexSubImage2D()
793 "GLsizei width = %d, GLsizei height = %d, GLenum format = 0x%X, " in CompressedTexSubImage2D()
795 target, level, xoffset, yoffset, width, height, format, imageSize, data); in CompressedTexSubImage2D()
812 if(!IsCompressed(format)) in CompressedTexSubImage2D()
817 if(imageSize != gl::ComputeCompressedSize(width, height, format)) in CompressedTexSubImage2D()
842 GLenum validationError = ValidateSubImageParams(true, false, target, level, xoffset, yoffset, width, height, format, GL_NONE, texture); in CompressedTexSubImage2D()
848 texture->subImageCompressed(level, xoffset, yoffset, width, height, format, imageSize, data); in CompressedTexSubImage2D()
854 GLenum validationError = ValidateSubImageParams(true, false, target, level, xoffset, yoffset, width, height, format, GL_NONE, texture); in CompressedTexSubImage2D()
860 texture->subImageCompressed(target, level, xoffset, yoffset, width, height, format, imageSize, data); in CompressedTexSubImage2D()
938 // Determine the sized internal format in CopyTexImage2D()
789 CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) CompressedTexSubImage2D() argument
4132 ReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data) ReadnPixelsEXT() argument
4152 ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) ReadPixels() argument
4526 TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* data) TexImage2D() argument
4881 TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* data) TexSubImage2D() argument
5695 TexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* data) TexImage3DOES() argument
5768 TexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) TexSubImage3DOES() argument
5921 CompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) CompressedTexSubImage3DOES() argument
[all...]
H A Dentry_points.cpp155 GLenum format, GLsizei imageSize, const GLvoid* data) in glCompressedTexSubImage2D()
157 return gl::CompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, imageSize, data); in glCompressedTexSubImage2D()
661 GLenum format, GLenum type, GLsizei bufSize, GLvoid *data) in glReadnPixelsEXT()
663 return gl::ReadnPixelsEXT(x, y, width, height, format, type, bufSize, data); in glReadnPixelsEXT()
666 GL_APICALL void GL_APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) in glReadPixels() argument
668 return gl::ReadPixels(x, y, width, height, format, type, pixels); in glReadPixels()
757 GLint border, GLenum format, GLenum type, const GLvoid* pixels) in glTexImage2D()
759 return gl::TexImage2D(target, level, internalformat, width, height, border, format, type, pixels); in glTexImage2D()
783 GLenum format, GLenum type, const GLvoid* pixels) in glTexSubImage2D()
785 return gl::TexSubImage2D(target, level, xoffset, yoffset, width, height, format, typ in glTexSubImage2D()
154 glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) glCompressedTexSubImage2D() argument
660 glReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data) glReadnPixelsEXT() argument
756 glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels) glTexImage2D() argument
782 glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels) glTexSubImage2D() argument
954 glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels) glTexImage3DOES() argument
960 glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3DOES() argument
975 glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage3DOES() argument
1010 glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *data) glTexImage3D() argument
1015 glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) glTexSubImage3D() argument
1030 glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage3D() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_scale_qsv.c110 * Output sw format. AV_PIX_FMT_NONE for no conversion.
112 enum AVPixelFormat format; member
124 s->format = AV_PIX_FMT_NONE; in qsvscale_init()
126 s->format = av_get_pix_fmt(s->format_str); in qsvscale_init()
127 if (s->format == AV_PIX_FMT_NONE) { in qsvscale_init()
128 av_log(ctx, AV_LOG_ERROR, "Unrecognized pixel format: %s\n", s->format_str); in qsvscale_init()
179 out_format = (s->format == AV_PIX_FMT_NONE) ? in_format : s->format; in init_out_pool()
187 out_frames_ctx->format = AV_PIX_FMT_QSV; in init_out_pool()
616 { "format", "Outpu
[all...]
/third_party/ffmpeg/libavformat/
H A Dtee.c162 char *format = NULL, *select = NULL, *on_fail = NULL; in open_slave() local
186 STEAL_OPTION("f", format); in open_slave()
219 if (format) { in open_slave()
220 ret = av_dict_set(&tee_slave->fifo_options, "fifo_format", format, in open_slave()
222 format = NULL; in open_slave()
232 tee_slave->use_fifo ? "fifo" :format, filename); in open_slave()
402 av_free(format); in open_slave()
413 av_log(log_ctx, log_level, "filename:'%s' format:%s\n", in log_slave()
/third_party/alsa-utils/bat/
H A Dalsa.c38 snd_pcm_format_t format; member
65 if (t->format_bat == bat->format) { in format_convert()
70 fprintf(bat->err, _("Invalid format!\n")); in format_convert()
77 snd_pcm_format_t format; in set_snd_pcm_params() local
86 /* Convert common format to ALSA format */ in set_snd_pcm_params()
87 err = format_convert(bat, &format); in set_snd_pcm_params()
113 /* Set format */ in set_snd_pcm_params()
114 err = snd_pcm_hw_params_set_format(sndpcm->handle, params, format); in set_snd_pcm_params()
117 fprintf(bat->err, _("PCM format in set_snd_pcm_params()
[all...]
/third_party/libsnd/src/
H A Dogg.c87 * on-disk audio file format. This is probably because Ogg is designed with
727 if (SF_ENDIAN (psf->sf.format) != 0) in ogg_open()
730 switch (psf->sf.format) in ogg_open()
760 psf_log_printf (psf, "%s : bad psf->sf.format 0x%x.\n", __func__, psf->sf.format) ; in ogg_open()
794 psf->sf.format = SF_FORMAT_OGG | SF_FORMAT_VORBIS ; in ogg_stream_classify()
799 psf->sf.format = SF_FORMAT_OGGFLAC ; in ogg_stream_classify()
803 psf->sf.format = SF_FORMAT_OGG | SF_FORMAT_SPEEX ; in ogg_stream_classify()
807 psf->sf.format = SF_FORMAT_OGG | SF_FORMAT_OPUS ; in ogg_stream_classify()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h71 ChromaToPipe(int format) in ChromaToPipe() argument
73 switch (format) { in ChromaToPipe()
87 VaFourccToPipeFormat(unsigned format) in VaFourccToPipeFormat() argument
89 switch(format) { in VaFourccToPipeFormat()
360 VAStatus vlVaCreateSurfaces(VADriverContextP ctx, int width, int height, int format,
386 VAStatus vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image);
421 VAStatus vlVaCreateSurfaces2(VADriverContextP ctx, unsigned int format, unsigned int width, unsigned int height,
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h487 GLAPI void APIENTRY glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table);
488 GLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
498 GLAPI void APIENTRY glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
511 GLAPI void APIENTRY glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *table);
550 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
561 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
563 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h483 GLAPI void APIENTRY glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table);
484 GLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
494 GLAPI void APIENTRY glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
507 GLAPI void APIENTRY glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *table);
546 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
557 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
559 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/third_party/node/deps/v8/src/objects/
H A Djs-relative-time-format.cc9 #include "src/objects/js-relative-time-format.h"
18 #include "src/objects/js-number-format.h"
19 #include "src/objects/js-relative-time-format-inl.h"
32 // Style: identifying the relative time format style used.
344 Isolate* isolate, Handle<JSRelativeTimeFormat> format, in FormatCommon()
366 icu::RelativeDateTimeFormatter* formatter = format->icu_formatter().raw(); in FormatCommon()
379 (format->numeric() == JSRelativeTimeFormat::Numeric::ALWAYS) in FormatCommon()
499 Handle<JSRelativeTimeFormat> format) { in Format()
500 return FormatCommon<String>(isolate, format, value_obj, unit_obj, in Format()
501 "Intl.RelativeTimeFormat.prototype.format", in Format()
343 FormatCommon( Isolate* isolate, Handle<JSRelativeTimeFormat> format, Handle<Object> value_obj, Handle<Object> unit_obj, const char* func_name, MaybeHandle<T> (*formatToResult)(Isolate*, const icu::FormattedRelativeDateTime&, Handle<String>, bool)) FormatCommon() argument
497 Format( Isolate* isolate, Handle<Object> value_obj, Handle<Object> unit_obj, Handle<JSRelativeTimeFormat> format) Format() argument
505 FormatToParts( Isolate* isolate, Handle<Object> value_obj, Handle<Object> unit_obj, Handle<JSRelativeTimeFormat> format) FormatToParts() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp37 enum pipe_format format, in d3d12_video_buffer_is_format_supported()
41 return (format == PIPE_FORMAT_NV12); in d3d12_video_buffer_is_format_supported()
53 DXGI_FORMAT format, in get_max_level_resolution_video_decode_support()
84 decodeSupport.DecodeFormat = format; in get_max_level_resolution_video_decode_support()
495 DXGI_FORMAT format = d3d12_convert_pipe_video_profile_to_dxgi_format(profile); in d3d12_screen_get_video_param_decode() local
496 auto pipeFmt = d3d12_get_pipe_format(format); in d3d12_screen_get_video_param_decode()
510 format, in d3d12_screen_get_video_param_decode()
36 d3d12_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) d3d12_video_buffer_is_format_supported() argument
52 get_max_level_resolution_video_decode_support(D3D12_VIDEO_DECODE_CONFIGURATION decoderConfig, DXGI_FORMAT format, struct pipe_screen *pscreen, bool &outSupportAny, D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT &outSupportedConfig) get_max_level_resolution_video_decode_support() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp275 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format) in getPhysicalDeviceFormatProperties() argument
281 vk.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties); in getPhysicalDeviceFormatProperties()
285 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags) in getPhysicalDeviceImageFormatProperties() argument
291 VK_CHECK(vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, flags, &properties)); in getPhysicalDeviceImageFormatProperties()
296 std::vector<VkSparseImageFormatProperties> getPhysicalDeviceSparseImageFormatProperties(const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling) in getPhysicalDeviceSparseImageFormatProperties() argument
301 vk.getPhysicalDeviceSparseImageFormatProperties(physicalDevice, format, type, samples, usage, tiling, &numProp, DE_NULL); in getPhysicalDeviceSparseImageFormatProperties()
306 vk.getPhysicalDeviceSparseImageFormatProperties(physicalDevice, format, type, samples, usage, tiling, &numProp, &properties[0]); in getPhysicalDeviceSparseImageFormatProperties()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp409 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format) in IsFormatChannelEquivalent() argument
412 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent()
413 return convertedFormat == format; in IsFormatChannelEquivalent()
617 // We test this using D3D9 by checking support for the R16F format. in GenerateCaps()
736 // https://docs.microsoft.com/en-us/windows/desktop/direct3ddxgi/format-support-for-direct3d-feature-level-9-1-hardware in GenerateCaps()
793 GLuint ComputeBlockSize(D3DFORMAT format, GLuint width, GLuint height) in ComputeBlockSize() argument
795 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize()
802 D3DFORMAT format, in MakeValidSize()
807 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize()
801 MakeValidSize(bool isImage, D3DFORMAT format, GLsizei *requestWidth, GLsizei *requestHeight, int *levelOffset) MakeValidSize() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.h243 // Query the format properties for select bits (linearTilingFeatures, optimalTilingFeatures and
246 bool hasLinearImageFormatFeatureBits(angle::FormatID format,
249 angle::FormatID format,
251 VkFormatFeatureFlags getImageFormatFeatureBits(angle::FormatID format,
253 bool hasImageFormatFeatureBits(angle::FormatID format,
255 bool hasBufferFormatFeatureBits(angle::FormatID format,
485 VkFormat format,
489 uint64_t format,
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h483 GLAPI void APIENTRY glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table);
484 GLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
494 GLAPI void APIENTRY glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
507 GLAPI void APIENTRY glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *table);
546 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
557 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
559 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h487 GLAPI void APIENTRY glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table);
488 GLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
498 GLAPI void APIENTRY glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
511 GLAPI void APIENTRY glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *table);
550 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
561 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
563 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/third_party/skia/tests/
H A DGrSurfaceTest.cpp36 auto format = context->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
39 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kYes, in DEF_GPUTEST_FOR_MOCK_CONTEXT()
52 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kNo, 1, in DEF_GPUTEST_FOR_MOCK_CONTEXT()
85 // TODO: Should only need format here but need to determine compression type from format in DEF_GPUTEST_FOR_ALL_CONTEXTS()
88 const GrBackendFormat& format, GrRenderable renderable, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
90 SkImage::CompressionType compression = GrBackendFormatToCompressionType(format); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
100 return rp->createCompressedTexture(dimensions, format, SkBudgeted::kNo, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
103 return rp->createTexture(dimensions, format, GrTextureType::k2D, renderable, 1, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
119 // Until we can create textures directly from the backend format thi in DEF_GPUTEST_FOR_ALL_CONTEXTS()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.cpp293 createInfo.imageFormat = mConfig.format; in Initialize()
387 for (const VkSurfaceFormatKHR& format : surfaceInfo.formats) { in ChooseConfig()
388 if (format.format == VK_FORMAT_B8G8R8A8_UNORM && in ChooseConfig()
389 format.colorSpace == VK_COLOR_SPACE_SRGB_NONLINEAR_KHR) { in ChooseConfig()
398 config.format = VK_FORMAT_B8G8R8A8_UNORM; in ChooseConfig()
620 textureDesc.format = mConfig.wgpuFormat; in GetCurrentTextureViewInternal()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h130 GetBuilder(int32_t format,
137 virtual int32_t format() { return format_; } in format() function in sfntly::CMapTable::CMap::Builder
143 int32_t format,
146 int32_t format,
177 CMap(ReadableFontData* data, int32_t format, const CMapId& cmap_id);
182 virtual int32_t format() { return format_; } in format() function in sfntly::CMapTable::CMap
215 // A cmap format 0 sub table
265 // A cmap format 2 sub table
266 // The format 2 cmap is used for multi-byte encodings such as SJIS,
301 // with this cmap. This comes about because the cmap format
[all...]
/third_party/python/Lib/test/
H A Dtest_faulthandler.py96 Raise an error if the output doesn't match the expected format.
317 """.format(filename=repr(filename)),
452 Raise an error if the output doesn't match the expected format.
475 code = code.format(
520 code = code.format(
535 Raise an error if the output doesn't match the expected format.
569 code = code.format(filename=repr(filename))
587 regex = dedent(regex.format(lineno=lineno)).strip()
605 Raise an error if the output doesn't match the expect format.
638 code = code.format(
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglImageTests.cpp374 MovePtr<ImageSource> getImageSource (EGLint target, GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0) in getImageSource() argument
385 DE_ASSERT(format != 0u && type != 0u); in getImageSource()
386 return createTextureImageSource(target, internalFormat, format, type, useTexLevel0); in getImageSource()
389 DE_ASSERT(format == 0u && type == 0u); in getImageSource()
393 DE_ASSERT(format == 0u && type == 0u); in getImageSource()
402 CreateImageGLES2 (EglTestContext& eglTestCtx, EGLint target, GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0 = false) in CreateImageGLES2() argument
404 , m_source (getImageSource(target, internalFormat, format, type, useTexLevel0)) in CreateImageGLES2()
/third_party/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c230 static AddrFormat format[] = { in one_dcc_address_test() local
242 xin.format = format[util_logbase2(bpp / 8)]; in one_dcc_address_test()
453 static AddrFormat format[] = { in one_htile_address_test() local
460 xin.format = format[util_logbase2(bpp / 8)]; in one_htile_address_test()
611 static AddrFormat format[] = { in one_cmask_address_test() local
619 xin.format = format[util_logbase2(bpp / 8)]; in one_cmask_address_test()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c156 u32 format, stride; in nv30_transfer_rect_blit() local
165 format = NV30_3D_RT_FORMAT_COLOR_A8R8G8B8 | in nv30_transfer_rect_blit()
171 format = NV30_3D_RT_FORMAT_COLOR_R5G6B5 | in nv30_transfer_rect_blit()
177 format = NV30_3D_RT_FORMAT_COLOR_B8 | in nv30_transfer_rect_blit()
189 format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED; in nv30_transfer_rect_blit()
190 format |= util_logbase2(dst->w) << 16; in nv30_transfer_rect_blit()
191 format |= util_logbase2(dst->h) << 24; in nv30_transfer_rect_blit()
194 format |= NV30_3D_RT_FORMAT_TYPE_LINEAR; in nv30_transfer_rect_blit()
204 PUSH_DATA (push, format); in nv30_transfer_rect_blit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c28 #include "util/format/u_format.h"
53 enum a5xx_color_fmt format = 0; in emit_mrt() local
70 enum pipe_format pformat = psurf->format; in emit_mrt()
74 format = fd5_pipe2color(pformat); in emit_mrt()
101 A5XX_RB_MRT_BUF_INFO_COLOR_FORMAT(format) | in emit_mrt()
117 OUT_RING(ring, A5XX_SP_FS_MRT_REG_COLOR_FORMAT(format) | in emit_mrt()
139 enum a5xx_depth_format fmt = fd5_pipe2depth(zsbuf->format); in emit_zs()
525 enum a5xx_color_fmt format = in emit_mem2gmem_surf() local
526 fd5_pipe2color(fd_gmem_restore_format(rsc->b.b.format)); in emit_mem2gmem_surf()
530 A5XX_RB_MRT_BUF_INFO_COLOR_FORMAT(format) | in emit_mem2gmem_surf()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c30 #include "util/format/u_format.h"
215 t->target, t->format, in rbug_texture_info()
219 util_format_get_blockwidth(t->format), in rbug_texture_info()
220 util_format_get_blockheight(t->format), in rbug_texture_info()
221 util_format_get_blocksize(t->format), in rbug_texture_info()
265 t->resource->format, in rbug_texture_read()
266 util_format_get_blockwidth(t->resource->format), in rbug_texture_read()
267 util_format_get_blockheight(t->resource->format), in rbug_texture_read()
268 util_format_get_blocksize(t->resource->format), in rbug_texture_read()
270 t->stride * util_format_get_nblocksy(t->resource->format, in rbug_texture_read()
[all...]

Completed in 34 milliseconds

1...<<101102103104105106107108109110>>...298