/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.hpp | 66 VkImageCreateInfo makeImageCreateInfo (VkFormat format, 83 const VkFormat format, 683 static StdChromaFormatIdc GetVideoChromaFormatFromVkFormat(VkFormat format) in GetVideoChromaFormatFromVkFormat() argument 686 switch ((deUint32)format) in GetVideoChromaFormatFromVkFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorMultiViewportTests.cpp | 72 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument 80 format, // VkFormat format; in makeImageCreateInfo() 198 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument 206 tcu::TextureLevel image(format, renderSize.x(), renderSize.y()); in generateReferenceImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Framebuffer9.cpp | 81 GLenum format, in readPixelsImpl() 121 format == GL_BGRA_EXT && type == GL_UNSIGNED_BYTE; in readPixelsImpl() 197 gl::FormatType formatType(format, type); in readPixelsImpl() 204 packParams.destFormat = &GetFormatFromFormatType(format, type); in readPixelsImpl() 79 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Renderbuffer.cpp | 81 const Format &format, in update() 88 mFormat = format; in update() 402 GLenum format, in getRenderbufferImage() 406 return mImplementation->getRenderbufferImage(context, packState, packBuffer, format, type, in getRenderbufferImage() 79 update(GLsizei width, GLsizei height, const Format &format, GLsizei samples, MultisamplingMode multisamplingMode, InitState initState) update() argument 399 getRenderbufferImage(const Context *context, const PixelPackState &packState, Buffer *packBuffer, GLenum format, GLenum type, void *pixels) const getRenderbufferImage() argument
|
H A D | Context_gles_2_0_autogen.h | 42 GLint yoffset, GLsizei width, GLsizei height, GLenum format, \ 128 void readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, \ 145 GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); \ 151 GLsizei width, GLsizei height, GLenum format, GLenum type, \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicImage2DHLSL.cpp | 49 GLenum format = uniform.imageUnitFormat; in image2DHLSLGroup() local 55 switch (format) in image2DHLSLGroup() 72 switch (format) in image2DHLSLGroup() 86 switch (format) in image2DHLSLGroup()
|
H A D | FramebufferD3D.cpp | 202 GLenum format, in readPixels() 209 const gl::Extents fbSize = getState().getReadPixelsAttachment(format)->getSize(); in readPixels() 218 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type); in readPixels() 233 return readPixelsImpl(context, clippedArea, format, type, outputPitch, pack, packBuffer, in readPixels() 200 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.hpp | 219 static void GetData(const glw::Functions& gl, glw::GLint level, glw::GLenum target, glw::GLenum format, 223 glw::GLuint height, glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data); 229 glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, 236 glw::GLint z, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 254 self.vuFormat.format(self.vuPrefix, 452 logWarn('Detected embedded Valid Usage conditional: {}:{}'.format( 632 logWarn('Duplicate VUID number {} found in files:'.format(vuid)) 634 logWarn(' {}: {}'.format(file, vuidLine))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | TextureMtl.h | 36 TextureMtl(const TextureMtl &mtl, GLenum format); 44 GLenum format, 52 GLenum format, 68 GLenum format, 303 // Convert pixels to suported format before uploading to texture
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Framebuffer.cpp | 357 GLint format = colorbuffer->getFormat(); in completeness() local 359 if(!IsColorRenderable(format)) in completeness() 364 if(IsDepthTexture(format) || IsStencilTexture(format)) in completeness() 650 // There is only one depth read format. in getDepthReadFormat()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | umsg.cpp | 141 // For parse, do the reverse of format: 220 // Message format C API 263 umsg_close(UMessageFormat* format) in umsg_close() argument 266 if(format==NULL){ in umsg_close() 269 delete (MessageFormat*) format; in umsg_close() 472 /* format the message */ in umsg_vformat() 473 ((const MessageFormat*)fmt)->format(args,count,resultStr,fieldPosition,*status); in umsg_vformat()
|
/third_party/skia/tests/ |
H A D | TextureProxyTest.cpp | 46 GrBackendFormat format = caps->getDefaultBackendFormat(kColorType, GrRenderable::kNo); in deferred_tex() local 49 proxyProvider->createProxy(format, kSize, GrRenderable::kNo, 1, GrMipmapped::kNo, fit, in deferred_tex() 62 GrBackendFormat format = caps->getDefaultBackendFormat(kColorType, GrRenderable::kYes); in deferred_texRT() local 65 proxyProvider->createProxy(format, kSize, GrRenderable::kYes, 1, GrMipmapped::kNo, fit, in deferred_texRT()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindGroup.cpp | 175 texture->GetFormat().format != bindingInfo.storageTexture.format, in ValidateTextureBinding() 176 "Format (%s) of %s expected to be (%s).", texture->GetFormat().format, in ValidateTextureBinding() 177 texture, bindingInfo.storageTexture.format); in ValidateTextureBinding()
|
H A D | Queue.cpp | 326 const Format& format = destination.texture->GetFormat(); in WriteTextureImpl() local 327 const TexelBlockInfo& blockInfo = format.GetAspectInfo(destination.aspect).block; in WriteTextureImpl() 345 alignedRowsPerImage, dataLayout, format.HasDepthOrStencil(), blockInfo, in WriteTextureImpl() 357 textureCopy.aspect = ConvertAspect(format, destination.aspect); in WriteTextureImpl()
|
H A D | PipelineLayout.cpp | 145 modifiedEntry->storageTexture.format == mergedEntry.storageTexture.format && in CreateDefault() 219 entry.storageTexture.format = shaderBinding.storageTexture.format; in CreateDefault()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | ShaderModuleGL.cpp | 165 SpirvImageFormatToTextureFormat(imageType.format); in ExtractSpirvInfo() 167 "Invalid image format declaration on storage image."); in ExtractSpirvInfo() 169 const Format& format = device->GetValidInternalFormat(storageTextureFormat); in ExtractSpirvInfo() 170 DAWN_INVALID_IF(!format.supportsStorageUsage, in ExtractSpirvInfo() 171 "The storage texture format (%s) is not supported.", in ExtractSpirvInfo() 180 info->storageTexture.format = storageTextureFormat; in ExtractSpirvInfo()
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvjust.c | 44 * referred `just' table format specification: 50 * format (uint16: 16bit) = 0 is only defined (2000) 660 FT_UShort format; in gxv_just_validate() local 680 format = FT_NEXT_USHORT( p ); in gxv_just_validate() 692 /* format 0 (always:2000) */ in gxv_just_validate() 693 GXV_TRACE(( " (format = 0x%04x)\n", format )); in gxv_just_validate() 694 if ( format != 0x0000 ) in gxv_just_validate()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftsmooth.c | 50 if ( slot->format != render->glyph_format ) in ft_smooth_transform() 75 if ( slot->format == render->glyph_format ) in ft_smooth_get_cbox() 441 /* check glyph image format */ in ft_smooth_render() 442 if ( slot->format != render->glyph_format ) in ft_smooth_render() 553 slot->format = FT_GLYPH_FORMAT_BITMAP; in ft_smooth_render()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Timer.cpp | 162 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total); in printVal() 177 OS << format("%9" PRId64 " ", (int64_t)getMemUsed()); in print() 322 OS << format(" Total Execution Time: %5.4f seconds (%5.4f wall clock)\n", in PrintQueuedTimers() 408 << "\": " << format("%.*e", max_digits10 - 1, Value); in printJSONValue()
|
/third_party/toybox/scripts/ |
H A D | config2help.c | 42 char *xmprintf(char *format, ...) in xmprintf() argument 48 va_start(va, format); in xmprintf() 52 len = vsnprintf(0, 0, format, va); in xmprintf() 58 vsnprintf(ret, len, format, va2); in xmprintf()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | modargs.c | 408 const char *format; in pa_modargs_get_sample_spec() local 424 if ((format = pa_modargs_get_value(ma, "format", NULL))) in pa_modargs_get_sample_spec() 425 if ((ss.format = pa_parse_sample_format(format)) < 0) in pa_modargs_get_sample_spec()
|
/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 488 format!("<undef>") in key() 490 format!("^{}", (b + 0x40) as char) in key() 492 format!("^?") in key() 494 format!("{}", b as char) in key()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFuzzyImageCompare.cpp | 268 static bool isFormatSupported (const TextureFormat& format) in isFormatSupported() argument 270 return format.type == TextureFormat::UNORM_INT8 && (format.order == TextureFormat::RGB || format.order == TextureFormat::RGBA); in isFormatSupported() 279 throw InternalError("Unsupported format in fuzzy comparison", DE_NULL, __FILE__, __LINE__); in fuzzyCompare()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 27 // clang-format off 105 VkFormat format, 109 VkFormat format, 153 VkFormat format, 175 VkFormat format, 512 // clang-format on
|