Home
last modified time | relevance | path

Searched refs:format (Results 5476 - 5500 of 12675) sorted by relevance

1...<<211212213214215216217218219220>>...507

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp339 VkFormat format;
348 , format (format_)
375 params.format, // VkFormat format;
392 VkFormat format;
413 , format (format_)
437 params.format, // VkFormat format;
462 VkFormat format;
473 , format (format
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp80 VkImageAspectFlags getImageAspectFlags (const VkFormat format) in getImageAspectFlags() argument
82 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in getImageAspectFlags()
139 const VkFormat format, in makeImage()
150 format, // VkFormat format; in makeImage()
165 inline bool isDepthFormat (const VkFormat format) in isDepthFormat() argument
167 return (getImageAspectFlags(format) & VK_IMAGE_ASPECT_DEPTH_BIT) != 0; in isDepthFormat()
170 inline bool isStencilFormat (const VkFormat format) in isStencilFormat() argument
172 return (getImageAspectFlags(format) & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in isStencilFormat()
582 const VkFormat format, in checkImageRequirements()
137 makeImage(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const UVec2& size, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument
581 checkImageRequirements(Context& context, const VkFormat format, const VkFormatFeatureFlags requiredFeatureFlags, const VkImageUsageFlags requiredUsageFlags, const VkSampleCountFlagBits requiredSampleCount = VK_SAMPLE_COUNT_1_BIT) checkImageRequirements() argument
1769 getFormatShortString(const VkFormat format) getFormatShortString() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp333 VkFormat format;
342 , format (format_)
369 params.format, // VkFormat format;
386 VkFormat format;
407 , format (format_)
431 params.format, // VkFormat format;
456 VkFormat format;
467 , format (format
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp337 void GL_APIENTRY TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *data) in TexImage3D() argument
341 "GLenum format = 0x%X, GLenum type = 0x%x, const GLvoid* data = %p)", in TexImage3D()
342 target, level, internalformat, width, height, depth, border, format, type, data); in TexImage3D()
373 GLenum validationError = ValidateTextureFormatType(format, type, internalformat, target); in TexImage3D()
386 validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, height, depth, format, type)); in TexImage3D()
393 texture->setImage(level, width, height, depth, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage3D()
397 void GL_APIENTRY TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) in TexSubImage3D() argument
401 "GLenum format = 0x%X, GLenum type = 0x%x, const GLvoid* data = %p)", in TexSubImage3D()
402 target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data); in TexSubImage3D()
429 GLenum validationError = ValidateSubImageParams(false, false, target, level, xoffset, yoffset, zoffset, width, height, depth, format, typ in TexSubImage3D()
565 CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) CompressedTexSubImage3D() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp78 VkImageAspectFlags getImageAspectFlags (const VkFormat format) in getImageAspectFlags() argument
80 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in getImageAspectFlags()
137 const VkFormat format, in makeImage()
148 format, // VkFormat format; in makeImage()
163 inline bool isDepthFormat (const VkFormat format) in isDepthFormat() argument
165 return (getImageAspectFlags(format) & VK_IMAGE_ASPECT_DEPTH_BIT) != 0; in isDepthFormat()
168 inline bool isStencilFormat (const VkFormat format) in isStencilFormat() argument
170 return (getImageAspectFlags(format) & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in isStencilFormat()
580 const VkFormat format, in checkImageRequirements()
135 makeImage(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const UVec2& size, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument
579 checkImageRequirements(Context& context, const VkFormat format, const VkFormatFeatureFlags requiredFeatureFlags, const VkImageUsageFlags requiredUsageFlags, const VkSampleCountFlagBits requiredSampleCount = VK_SAMPLE_COUNT_1_BIT) checkImageRequirements() argument
1782 getFormatShortString(const VkFormat format) getFormatShortString() argument
[all...]
/third_party/openGLES/api/GL/
H A Dglext.h93 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
94 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
98 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
99 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
207 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
208 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
209 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data);
254 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
255 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
256 GLAPI void APIENTRY glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsize
[all...]
/third_party/mesa3d/include/GL/
H A Dglext.h112 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
113 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
117 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
118 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
226 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
227 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
228 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data);
273 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
274 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
275 GLAPI void APIENTRY glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsize
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h110 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
111 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
115 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
116 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
224 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
225 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
226 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data);
271 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
272 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
273 GLAPI void APIENTRY glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsize
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h110 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
111 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
115 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
116 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
224 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
225 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
226 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data);
271 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
272 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
273 GLAPI void APIENTRY glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsize
[all...]
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dconsole.h23 __attribute__ ((format (printf, 1, 2)));
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H A DMakefile16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dconsole.h23 __attribute__ ((format (printf, 1, 2)));
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsecvar.h21 ssize_t (*format)(char *buf, size_t bufsize); member
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H A DMakefile16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Duser_syms.c41 extern int __sprintf_chk(char *str, int flag, size_t len, const char *format);
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.h18 unsigned int format; member
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-port.h32 * The port supports format change events.
34 * whether the port supports being reconfigured via a format
56 u32 format; /* Format of the elementary stream */ member
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dsimplefb.h15 /* format array, use it to initialize a "struct simplefb_format" array */
49 * can pass the width, height, stride and format via this platform-data object.
51 * @format must be a format as described in "struct simplefb_format" above.
57 const char *format; member
/kernel/linux/linux-5.10/sound/xen/
H A Dxen_snd_front.h39 u8 format, unsigned int channels,
/kernel/linux/linux-5.10/fs/ntfs/
H A Ddebug.h21 const char *format, ...);
24 * @f: a printf format string containing the message
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly.h6 int ovly507e_new_(const struct nv50_wndw_func *, const u32 *format,
H A Dbase.h6 int base507c_new_(const struct nv50_wndw_func *, const u32 *format,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.h76 const struct mdp_format *format,
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.h28 const struct shmob_drm_format_info *format; member
/kernel/linux/linux-5.10/include/drm/i2c/
H A Dtda998x.h16 u8 format; member

Completed in 117 milliseconds

1...<<211212213214215216217218219220>>...507