Home
last modified time | relevance | path

Searched defs:dimensions (Results 101 - 125 of 165) sorted by relevance

1234567

/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp409 SkISize SkVideoDecoder::dimensions() const { in dimensions() function in SkVideoDecoder
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.cpp404 const std::vector<int32_t> dimensions = tensor.GetDimensions(); in CompareAttribute() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp533 int dimensions = sscanf(argv[4], "%ux%u%nx%u%n", in init_astcenc_config() local
/third_party/mesa3d/src/mesa/main/
H A Dtexstore.c100 _mesa_memcpy_texture(struct gl_context *ctx, GLuint dimensions, mesa_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) _mesa_memcpy_texture() argument
H A Dimage.c116 _mesa_image_offset( GLuint dimensions, in _mesa_image_offset() argument
231 _mesa_image_address( GLuint dimensions, in _mesa_image_address() argument
H A Dglformats.c2186 _mesa_es_error_check_format_and_type(const struct gl_context *ctx, GLenum format, GLenum type, unsigned dimensions) _mesa_es_error_check_format_and_type() argument
H A Dpack.c1202 _mesa_unpack_image( GLuint dimensions, in _mesa_unpack_image() argument
H A Dtexgetimage.c80 get_tex_depth(struct gl_context *ctx, GLuint dimensions, in get_tex_depth() argument
129 get_tex_depth_stencil(struct gl_context *ctx, GLuint dimensions, in get_tex_depth_stencil() argument
185 get_tex_stencil(struct gl_context *ctx, GLuint dimensions, in get_tex_stencil() argument
231 get_tex_ycbcr(struct gl_context *ctx, GLuint dimensions, in get_tex_ycbcr() argument
317 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, in get_tex_rgba_compressed() argument
434 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) get_tex_rgba_uncompressed() argument
574 get_tex_rgba(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_rgba() argument
701 const GLuint dimensions = _mesa_GetTexSubImage_sw() local
782 const GLuint dimensions = get_compressed_texsubimage_sw() local
1101 const GLuint dimensions = (target == GL_TEXTURE_3D) ? 3 : 2; pbo_error_check() local
1645 packed_compressed_size(GLuint dimensions, mesa_format format, GLsizei width, GLsizei height, GLsizei depth, const struct gl_pixelstore_attrib *packing) packed_compressed_size() argument
1681 GLuint dimensions; getcompressedteximage_error_check() local
[all...]
/third_party/skia/src/codec/
H A DSkCodec.cpp269 const auto dimensions = dstInfo.dimensions(); in zero_rect() local
[all...]
/third_party/skia/src/gpu/
H A DGrProxyProvider.cpp134 testingOnly_createInstantiatedProxy( SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected) testingOnly_createInstantiatedProxy() argument
184 testingOnly_createInstantiatedProxy( SkISize dimensions, GrColorType colorType, GrRenderable renderable, int renderTargetSampleCnt, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected) testingOnly_createInstantiatedProxy() argument
436 createProxy(const GrBackendFormat& format, SkISize dimensions, GrRenderable renderable, int renderTargetSampleCnt, GrMipmapped mipMapped, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, GrSurfaceProxy::UseAllocator useAllocator) createProxy() argument
494 createCompressedTextureProxy( SkISize dimensions, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, SkImage::CompressionType compressionType, sk_sp<SkData> data) createCompressedTextureProxy() argument
725 CreatePromiseProxy(GrContextThreadSafeProxy* threadSafeProxy, LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, GrMipmapped mipMapped) CreatePromiseProxy() argument
762 createLazyProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, GrInternalSurfaceFlags surfaceFlags, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrSurfaceProxy::UseAllocator useAllocator) createLazyProxy() argument
801 createLazyRenderTargetProxy( LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrInternalSurfaceFlags surfaceFlags, const TextureInfo* textureInfo, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, bool wrapsVkSecondaryCB, UseAllocator useAllocator) createLazyRenderTargetProxy() argument
[all...]
H A DGrSurfaceProxy.h409 setLazyDimensions(SkISize dimensions) setLazyDimensions() argument
[all...]
H A DGrResourceProvider.cpp44 sk_sp<GrTexture> GrResourceProvider::createTexture(SkISize dimensions, in createTexture() argument
112 sk_sp<GrTexture> GrResourceProvider::getExactScratch(SkISize dimensions, in getExactScratch() argument
134 createTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrColorType colorType, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, SkBackingFit fit, GrProtected isProtected, const GrMipLevel& mipLevel) createTexture() argument
179 createCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipmapped, GrProtected isProtected, SkData* data) createCompressedTexture() argument
199 createTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrRenderable renderable, int renderTargetSampleCnt, GrMipmapped mipmapped, SkBudgeted budgeted, GrProtected isProtected) createTexture() argument
247 MakeApprox(SkISize dimensions) MakeApprox() argument
274 createApproxTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrRenderable renderable, int renderTargetSampleCnt, GrProtected isProtected) createApproxTexture() argument
326 findAndRefScratchTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrRenderable renderable, int renderTargetSampleCnt, GrMipmapped mipmapped, GrProtected isProtected) findAndRefScratchTexture() argument
647 getDiscardableMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, int sampleCnt, GrProtected isProtected, GrMemoryless memoryless) getDiscardableMSAAAttachment() argument
691 makeMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, int sampleCnt, GrProtected isProtected, GrMemoryless memoryless) makeMSAAAttachment() argument
725 refScratchMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, int sampleCnt, GrProtected isProtected, GrMemoryless memoryless) refScratchMSAAAttachment() argument
771 prepare_level(const GrMipLevel& inLevel, SkISize dimensions, bool rowBytesSupport, GrColorType origColorType, GrColorType allowedColorType, GrMipLevel* outLevel, std::unique_ptr<char[]>* data) prepare_level() argument
[all...]
H A DGrGpu.cpp53 static bool validate_texel_levels(SkISize dimensions, GrColorType texelColorType, in validate_texel_levels() argument
98 sk_sp<GrTexture> GrGpu::createTextureCommon(SkISize dimensions, in createTextureCommon() argument
152 sk_sp<GrTexture> GrGpu::createTexture(SkISize dimensions, in createTexture() argument
182 createTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrProtected isProtected, GrColorType textureColorType, GrColorType srcColorType, const GrMipLevel texels[], int texelLevelCount) createTexture() argument
251 createCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, const void* data, size_t dataSize) createCompressedTexture() argument
287 createCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, OH_NativeBuffer* nativeBuffer, size_t bufferSize) createCompressedTexture() argument
860 CompressedDataIsCorrect(SkISize dimensions, SkImage::CompressionType compressionType, GrMipmapped mipMapped, const void* data, size_t length) CompressedDataIsCorrect() argument
872 createBackendTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, GrMipmapped mipMapped, GrProtected isProtected) createBackendTexture() argument
914 createCompressedBackendTexture(SkISize dimensions, const GrBackendFormat& format, GrMipmapped mipMapped, GrProtected isProtected) createCompressedBackendTexture() argument
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp458 SkISize dimensions = rt->dimensions(); in setRenderTargetState() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp481 uint32_t dimensions = resultTy.componentCount - (isArrayed ? 1 : 0); in GetImageDimensions() local
/third_party/skia/src/sksl/ir/
H A DSkSLType.h405 virtual SpvDim_ dimensions() const { in dimensions() function in SkSL::Type
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DStorageTextureTests.cpp831 wgpu::TextureViewDimension dimensions[] = { in TEST_P() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_constructor_validation_test.cc1832 static std::string MatrixStr(const MatrixDimensions& dimensions) { in MatrixStr() argument
/third_party/skia/experimental/sktext/include/
H A DTypes.h175 SkSize dimensions; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.cpp432 void ButtonBridge::PushDimensionVector(const std::optional<Dimension>& valueDim, std::vector<ArkUI_Float32>& dimensions) in PushDimensionVector() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp205 std::string dimensions = format.substr(slashPos + 1); in extractDimensions() local
/third_party/ffmpeg/libavutil/
H A Dvulkan.h84 uint32_t dimensions; /* Needed for e.g. sampler%iD */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp68 VkExtent3D dimensions; // .depth will be the number of layers for 2D images and the depth for 3D images. member
178 VkExtent3D dimensions; // .depth will be the number of layers for 2D images and the depth for 3D images. member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp68 VkExtent3D dimensions; // .depth will be the number of layers for 2D images and the depth for 3D images. member
181 VkExtent3D dimensions; // .depth will be the number of layers for 2D images and the depth for 3D images. member
[all...]
/third_party/skia/src/core/
H A DSkPictureRecord.cpp32 SkPictureRecord::SkPictureRecord(const SkIRect& dimensions, uint32_t flags) in SkPictureRecord() argument
38 SkPictureRecord::SkPictureRecord(const SkISize& dimensions, uint32_t flags) in SkPictureRecord() argument

Completed in 39 milliseconds

1234567