| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
| H A D | vktAttachmentRateTests.cpp | 113 VkFormat format; member 242 de::MovePtr<ImageWithMemory> AttachmentRateInstance::buildImageWithMemory (VkFormat format, in buildImageWithMemory() argument 255 format, // VkFormat format; in buildImageWithMemory() local 291 Move<VkImageView> AttachmentRateInstance::buildImageView (VkFormat format, VkImage image) in buildImageView() argument 2320 VkFormat format; createAttachmentRateTests() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageDepthStencilDescriptorTests.cpp | 211 VkFormat format; // Image format. member 526 VkDeviceSize getCopyBufferSize (const tcu::TextureFormat& format, const VkExtent3D& extent) in getCopyBufferSize() argument [all...] |
| H A D | vktImageLoadStoreTests.cpp | 72 bool formatHasThreeComponents(VkFormat format) in formatHasThreeComponents() argument 78 VkFormat getSingleComponentFormat(VkFormat format) in getSingleComponentFormat() argument 117 vk::VkDeviceSize getMipmapLevelImageSizeBytes (const Texture& texture, const vk::VkFormat format, const deUint32 mipmapLevel) in getMipmapLevelImageSizeBytes() argument 124 vk::VkDeviceSize getMipmapImageTotalSizeBytes (const Texture& texture, const vk::VkFormat format) in getMipmapImageTotalSizeBytes() argument 138 comparePixelBuffers(tcu::TestLog& log, const Texture& texture, const VkFormat format, const tcu::ConstPixelBufferAccess reference, const tcu::ConstPixelBufferAccess result, const deUint32 mipmapLevel = 0u) comparePixelBuffers() argument 277 tcu::TextureFormat format = mapVkFormat(imageFormat); getMiddleValue() local 502 StoreTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const Texture& texture, const VkFormat format, const VkImageTiling tiling, const deUint32 flags) StoreTest() argument 745 BaseTestInstance(Context& context, const Texture& texture, const VkFormat format, const bool declareImageFormatInShader, const bool singleLayerBind, const bool minalign, const bool bufferLoadUniform) BaseTestInstance() argument 825 getViewOffset(Context& context, const VkFormat format, bool uniform) getViewOffset() argument 861 StoreTestInstance(Context& context, const Texture& texture, const VkFormat format, const bool declareImageFormatInShader, const bool singleLayerBind, const bool minalign, const bool storeConstantValue) StoreTestInstance() argument 928 ImageStoreTestInstance(Context& context, const Texture& texture, const VkFormat format, const VkImageTiling tiling, const bool declareImageFormatInShader, const bool singleLayerBind, const bool minalign, const bool storeConstantValue) ImageStoreTestInstance() argument 1086 BufferStoreTestInstance(Context& context, const Texture& texture, const VkFormat format, const bool declareImageFormatInShader, const bool minalign, const bool storeConstantValue) BufferStoreTestInstance() argument 1173 LoadStoreTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const Texture& texture, const VkFormat format, const VkFormat imageFormat, const VkImageTiling tiling, const deUint32 flags, const deBool imageLoadStoreLodAMD) LoadStoreTest() argument 1479 LoadStoreTestInstance(Context& context, const Texture& texture, const VkFormat format, const VkFormat imageFormat, const bool declareImageFormatInShader, const bool singleLayerBind, const bool minalign, const bool bufferLoadUniform) LoadStoreTestInstance() argument 1568 ImageLoadStoreTestInstance(Context& context, const Texture& texture, const VkFormat format, const VkFormat imageFormat, const VkImageTiling tiling, const bool declareImageFormatInShader, const bool singleLayerBind, const bool minalign, const bool bufferLoadUniform) ImageLoadStoreTestInstance() argument 1751 ImageLoadStoreLodAMDTestInstance(Context& context, const Texture& texture, const VkFormat format, const VkFormat imageFormat, const bool declareImageFormatInShader, const bool singleLayerBind, const bool minalign, const bool bufferLoadUniform) ImageLoadStoreLodAMDTestInstance() argument 2035 BufferLoadStoreTestInstance(Context& context, const Texture& texture, const VkFormat format, const VkFormat imageFormat, const bool declareImageFormatInShader, const bool minalign, const bool bufferLoadUniform) BufferLoadStoreTestInstance() argument 2423 checkFormatProperties(const Context& context, VkFormat format) checkFormatProperties() argument 3003 const VkFormat format = VK_FORMAT_R32G32B32A32_UINT; createImageQualifierRestrictCase() local 3011 relaxedOK(VkFormat format) relaxedOK() argument 3033 isIntegralFormat(VkFormat format) isIntegralFormat() argument [all...] |
| H A D | vktImageMutableTests.cpp | 172 VkFormat format; in getClearValueInt() local 317 std::string getShaderSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getShaderSamplerType() argument 511 makeImage(const DeviceInterface& vk, const VkDevice device, VkImageCreateFlags flags, VkImageType imageType, const VkFormat format, const VkFormat viewFormat, const bool useImageFormatList, const IVec3& size, const deUint32 numMipLevels, const deUint32 numLayers, const VkImageUsageFlags usage) makeImage() argument 1614 const VkFormat format = caseDef.upload == UPLOAD_CLEAR || caseDef.upload == UPLOAD_COPY ? caseDef.imageFormat : caseDef.viewFormat; testMutable() local 2158 const VkFormat format = caseDef.upload == UPLOAD_CLEAR || caseDef.upload == UPLOAD_COPY ? caseDef.imageFormat : caseDef.viewFormat; testSwapchainMutable() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTests.cpp | 190 const auto format = getOutputFormat(); in generateSolidRefLevel() local 419 const auto format = getOutputFormat(); in generateReferenceLevel() local 895 const auto format = getOutputFormat(); in generateReferenceLevel() local 992 const auto format in generateReferenceLevel() local 2065 const auto format = getOutputFormat(); generateReferenceLevel() local [all...] |
| H A D | vktMeshShaderPropertyTestsEXT.cpp | 620 Move<VkRenderPass> MaxViewIndexInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format) in makeCustomRenderPass() argument 2152 Move<VkRenderPass> MaxMeshOutputSizeInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format) in makeCustomRenderPass() argument [all...] |
| H A D | vktMeshShaderQueryTestsEXT.cpp | 772 Move<VkRenderPass> MeshQueryInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format) in makeCustomRenderPass() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Texture.cpp | 607 ImageDesc(const Extents &size, const Format &format, const InitState initState) ImageDesc() argument 611 ImageDesc(const Extents &size, const Format &format, const GLsizei samples, const bool fixedSampleLocations, const InitState initState) ImageDesc() argument 719 setImageDescChainMultisample(Extents baseSize, const Format &format, GLsizei samples, bool fixedSampleLocations, InitState initState) setImageDescChainMultisample() argument 1195 setImage(Context *context, const PixelUnpackState &unpackState, Buffer *unpackBuffer, TextureTarget target, GLint level, GLenum internalFormat, const Extents &size, GLenum format, GLenum type, const uint8_t *pixels) setImage() argument 1229 setSubImage(Context *context, const PixelUnpackState &unpackState, Buffer *unpackBuffer, TextureTarget target, GLint level, const Box &area, GLenum format, GLenum type, const uint8_t *pixels) setSubImage() argument 1285 setCompressedSubImage(const Context *context, const PixelUnpackState &unpackState, TextureTarget target, GLint level, const Box &area, GLenum format, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument 1594 setImageExternal(Context *context, TextureTarget target, GLint level, GLenum internalFormat, const Extents &size, GLenum format, GLenum type) setImageExternal() argument 2361 getTexImage(const Context *context, const PixelPackState &packState, Buffer *packBuffer, TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels) getTexImage() argument [all...] |
| H A D | validationESEXT.cpp | 26 ValidateGetImageFormatAndType(const Context *context, angle::EntryPoint entryPoint, ObjectT *obj, GLenum format, GLenum type) ValidateGetImageFormatAndType() argument 237 ValidateGetTexImageANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum format, GLenum type, const void *pixels) ValidateGetTexImageANGLE() argument 311 ValidateGetRenderbufferImageANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, const void *pixels) ValidateGetRenderbufferImageANGLE() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | FramebufferVk.cpp | 720 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument 2280 const angle::Format &format = renderTarget->getImageActualFormat(); getCorrectedColorClearValue() local 2589 const angle::Format &format = depthStencilRenderTarget->getImageIntendedFormat(); startNewRenderPass() local [all...] |
| H A D | RendererVk.cpp | 3610 getFormatDescriptorCountForVkFormat(ContextVk *contextVk, VkFormat format, uint32_t *descriptorCountOut) getFormatDescriptorCountForVkFormat() argument 3648 getFormatDescriptorCountForExternalFormat(ContextVk *contextVk, uint64_t format, uint32_t *descriptorCountOut) getFormatDescriptorCountForExternalFormat() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TextureTest.cpp | 27 GLColor SliceFormatColor(GLenum format, GLColor full) in SliceFormatColor() argument 51 GLColor16UI SliceFormatColor16UI(GLenum format, GLColor16UI full) in SliceFormatColor16UI() argument 76 GLColor32F SliceFormatColor32F(GLenum format, GLColor32F full) in SliceFormatColor32F() argument 426 createImmutableTexture2D(GLuint texture, size_t width, size_t height, GLenum format, GLenum internalFormat, GLenum type, GLsizei levels, GLubyte data[4]) createImmutableTexture2D() argument [all...] |
| H A D | ImageTest.cpp | 283 createEGLImage2DTextureSource(size_t width, size_t height, GLenum format, GLenum type, const EGLint *attribs, void *data, GLTexture &sourceTexture, EGLImageKHR *outSourceImage) createEGLImage2DTextureSource() argument 316 createEGLImageCubemapTextureSource(size_t width, size_t height, GLenum format, GLenum type, const EGLint *attribs, uint8_t *data, size_t dataStride, EGLenum imageTarget, GLTexture &sourceTexture, EGLImageKHR *outSourceImage) createEGLImageCubemapTextureSource() argument 355 createEGLImage3DTextureSource(size_t width, size_t height, size_t depth, GLenum format, GLenum type, const EGLint *attribs, void *data, GLTexture &sourceTexture, EGLImageKHR *outSourceImage) createEGLImage3DTextureSource() argument [all...] |
| /third_party/skia/src/gpu/v1/ |
| H A D | SurfaceDrawContext.cpp | 139 const GrBackendFormat& format = proxy->backendFormat(); in Make() local 219 auto format = rContext->priv().caps()->getDefaultBackendFormat(colorType, GrRenderable::kYes); in Make() local 155 Make( GrRecordingContext* rContext, sk_sp<SkColorSpace> colorSpace, SkBackingFit fit, SkISize dimensions, const GrBackendFormat& format, int sampleCnt, GrMipmapped mipMapped, GrProtected isProtected, GrSwizzle readSwizzle, GrSwizzle writeSwizzle, GrSurfaceOrigin origin, SkBudgeted budgeted, const SkSurfaceProps& surfaceProps) Make() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.cpp | 1188 SurfaceImplementation(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) in SurfaceImplementation() argument 1190 SurfaceImplementation(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0) in SurfaceImplementation() argument 1205 Surface *Surface::create(int width, int height, int depth, Format format, voi argument 1210 create(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchPprovided) create() argument 1215 Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) Surface() argument 1271 Surface(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchPprovided) Surface() argument 1513 bytes(Format format) bytes() argument 1653 pitchB(int width, int border, Format format, bool target) pitchB() argument 1695 pitchP(int width, int border, Format format, bool target) pitchP() argument 1702 sliceB(int width, int height, int border, Format format, bool target) sliceB() argument 1737 sliceP(int width, int height, int border, Format format, bool target) sliceP() argument 2496 size(int width, int height, int depth, int border, int samples, Format format) size() argument 2536 isStencil(Format format) isStencil() argument 2564 isDepth(Format format) isDepth() argument 2592 hasQuadLayout(Format format) hasQuadLayout() argument 2623 isPalette(Format format) isPalette() argument 2635 isFloatFormat(Format format) isFloatFormat() argument 2729 isUnsignedComponent(Format format, int component) isUnsignedComponent() argument 2816 isSRGBreadable(Format format) isSRGBreadable() argument 2845 isSRGBwritable(Format format) isSRGBwritable() argument 2864 isSRGBformat(Format format) isSRGBformat() argument 2876 isCompressed(Format format) isCompressed() argument 2902 isSignedNonNormalizedInteger(Format format) isSignedNonNormalizedInteger() argument 2924 isUnsignedNonNormalizedInteger(Format format) isUnsignedNonNormalizedInteger() argument 2946 isNonNormalizedInteger(Format format) isNonNormalizedInteger() argument 2952 isNormalizedInteger(Format format) isNormalizedInteger() argument 2961 componentCount(Format format) componentCount() argument 3037 allocateBuffer(int width, int height, int depth, int border, int samples, Format format) allocateBuffer() argument [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | pngstest.c | 455 unsigned long format = strtoul(arg, &ep, 0); in formatof() local 504 format_set(format_list *pf, png_uint_32 format) format_set() argument 522 format_isset(format_list *pf, png_uint_32 format) format_isset() argument 1020 get_pixel(png_uint_32 format) get_pixel() argument 2316 print_pixel(char string[64], const Pixel *pixel, png_uint_32 format) print_pixel() argument 2527 component_loc(png_byte loc[4], png_uint_32 format) component_loc() argument 2950 read_file(Image *image, png_uint_32 format, png_const_colorp background) read_file() argument 3341 png_uint_32 format = counter >> 1; testimage() local 3609 png_uint_32 format = formatof(arg+1); main() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | smpdtfmt.cpp | 1003 SimpleDateFormat::format(Calendar& cal, UnicodeString& appendTo, FieldPosition& pos) const in format() function in SimpleDateFormat 1013 SimpleDateFormat::format(Calendar& cal, UnicodeString& appendTo, in format() function in SimpleDateFormat [all...] |
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | D3D12MemAlloc.cpp | 543 static bool IsFormatCompressed(DXGI_FORMAT format)
in IsFormatCompressed() argument 575 static UINT GetBitsPerPixel(DXGI_FORMAT format)
in GetBitsPerPixel() argument
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | tttypes.h | 303 FT_UShort format; member [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gpos-table.hh | 117 unsigned int format = *this; in apply_value() local 167 unsigned int format = *this; get_effective_format() local 192 unsigned int format = *this; copy_values() local 220 unsigned format = *this; collect_variation_indices() local 256 unsigned int format = *this; sanitize_value_devices() local 313 unsigned int format = *this; has_device() local 400 HBUINT16 format; /* Format identifier--format = 1 */ global() member 444 HBUINT16 format; /* Format identifier--format = 2 */ global() member 494 HBUINT16 format; /* Format identifier--format = 3 */ global() member 568 HBUINT16 format; /* Format identifier */ global() member 856 HBUINT16 format; /* Format identifier--format = 1 */ global() member 981 HBUINT16 format; /* Format identifier--format = 2 */ global() member 1020 unsigned format = 2; serialize() local 1061 HBUINT16 format; /* Format identifier */ global() member 1460 HBUINT16 format; /* Format identifier--format = 1 */ global() member 1668 HBUINT16 format; /* Format identifier--format = 2 */ global() member 1713 HBUINT16 format; /* Format identifier */ global() member 1943 HBUINT16 format; /* Format identifier--format = 1 */ global() member 1969 HBUINT16 format; /* Format identifier */ global() member 2171 HBUINT16 format; /* Format identifier--format = 1 */ global() member 2204 HBUINT16 format; /* Format identifier */ global() member 2409 HBUINT16 format; /* Format identifier--format = 1 */ global() member 2444 HBUINT16 format; /* Format identifier */ global() member 2628 HBUINT16 format; /* Format identifier--format = 1 */ global() member 2663 HBUINT16 format; /* Format identifier */ global() member [all...] |
| /third_party/python/Modules/ |
| H A D | _asynciomodule.c | 2584 task_set_error_soon(TaskObj *task, PyObject *et, const char *format, ...) in task_set_error_soon() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | ip.c | 2376 char *format = "realms %s/"; in show_rules() local
|
| /third_party/vixl/src/aarch64/ |
| H A D | instructions-aarch64.h | 836 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) { in NEONFormatDecoder() argument 863 SetFormatMap(unsigned index, const NEONFormatMap* format) SetFormatMap() argument 1092 NEONFormatAsString(NEONFormat format) NEONFormatAsString() argument [all...] |
| H A D | macro-assembler-aarch64.cc | 2651 void MacroAssembler::PrintfNoPreserve(const char* format, in Emit() argument [all...] |
| /third_party/python/PC/ |
| H A D | launcher2.c | 46 debug(wchar_t * format, ...) in debug() argument 82 winerror(int err, wchar_t * format, ... ) in winerror() argument 113 error(wchar_t * format, ... ) in error() argument
|