Home
last modified time | relevance | path

Searched defs:dimensions (Results 26 - 50 of 164) sorted by relevance

1234567

/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dnn_tensor_test.cpp190 const std::vector<int32_t> dimensions = {2, 3}; in HWTEST_F() local
208 const std::vector<int32_t> dimensions = {2, 3, 5}; in HWTEST_F() local
468 const std::vector<int32_t> dimensions = {2, 2}; in HWTEST_F() local
485 const std::vector<int32_t> dimensions in HWTEST_F() local
501 const std::vector<int32_t> dimensions = {2, -2}; HWTEST_F() local
517 const std::vector<int32_t> dimensions = {2, 2}; HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibrsvgdec.c43 RsvgDimensionData unscaled_dimensions, dimensions; in librsvg_decode_frame() local
[all...]
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dlocal-variables.cc106 ArrayDimension dimensions[] = { variable
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c58 static unsigned int dimensions[2] = { 0, 0 }; variable
/third_party/skia/src/gpu/
H A DGrAttachment.h73 GrAttachment(GrGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, in GrAttachment() argument
H A DGrAttachment.cpp55 build_key(GrResourceKey::Builder* builder, const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, GrAttachment::UsageFlags requiredUsage, int sampleCnt, GrMipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless) build_key() argument
82 ComputeSharedAttachmentUniqueKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, UsageFlags requiredUsage, int sampleCnt, GrMipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless, GrUniqueKey* key) ComputeSharedAttachmentUniqueKey() argument
98 ComputeScratchKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, UsageFlags requiredUsage, int sampleCnt, GrMipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless, GrScratchKey* key) ComputeScratchKey() argument
[all...]
H A DGrRenderTargetProxy.cpp27 GrRenderTargetProxy(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, int sampleCount, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator) GrRenderTargetProxy() argument
41 GrRenderTargetProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCount, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, WrapsVkSecondaryCB wrapsVkSecondaryCB) GrRenderTargetProxy() argument
H A DGrImageInfo.h25 GrImageInfo(GrColorType ct, SkAlphaType at, sk_sp<SkColorSpace> cs, const SkISize& dimensions) in GrImageInfo() argument
28 GrImageInfo(const GrColorInfo& info, const SkISize& dimensions) in GrImageInfo() argument
31 GrImageInfo(GrColorInfo&& info, const SkISize& dimensions) in GrImageInfo() argument
69 SkISize dimensions() const { return fDimensions; } dimensions() function in GrImageInfo
[all...]
H A DGrTextureRenderTargetProxy.cpp25 GrTextureRenderTargetProxy(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, GrDDLProvider creatingProvider) GrTextureRenderTargetProxy() argument
47 GrTextureRenderTargetProxy(const GrCaps& caps, LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, GrDDLProvider creatingProvider) GrTextureRenderTargetProxy() argument
[all...]
H A DGrTexture.cpp41 GrTexture(GrGpu* gpu, const SkISize& dimensions, GrProtected isProtected, GrTextureType textureType, GrMipmapStatus mipmapStatus) GrTexture() argument
103 ComputeScratchKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, GrRenderable renderable, int sampleCnt, GrMipmapped mipMapped, GrProtected isProtected, GrScratchKey* key) ComputeScratchKey() argument
/third_party/skia/src/gpu/vk/
H A DGrVkTextureRenderTarget.cpp63 bool create_rt_attachments(GrVkGpu* gpu, SkISize dimensions, VkFormat format, int sampleCnt, in create_rt_attachments() argument
24 GrVkTextureRenderTarget( GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus) GrVkTextureRenderTarget() argument
48 GrVkTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrVkTextureRenderTarget() argument
84 MakeNewTextureRenderTarget( GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, VkFormat format, uint32_t mipLevels, int sampleCnt, GrMipmapStatus mipmapStatus, GrProtected isProtected) MakeNewTextureRenderTarget() argument
118 MakeWrappedTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, int sampleCnt, GrWrapOwnership wrapOwnership, GrWrapCacheable cacheable, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedTextureRenderTarget() argument
[all...]
H A DGrVkFramebuffer.cpp16 Make( GrVkGpu* gpu, SkISize dimensions, sk_sp<const GrVkRenderPass> compatibleRenderPass, GrVkImage* colorAttachment, GrVkImage* resolveAttachment, GrVkImage* stencilAttachment, GrVkResourceProvider::CompatibleRPHandle compatibleRenderPassHandle) Make() argument
/third_party/skia/src/gpu/gl/
H A DGrGLAttachment.cpp55 MakeStencil(GrGLGpu* gpu, SkISize dimensions, int sampleCnt, GrGLFormat format) MakeStencil() argument
92 MakeMSAA(GrGLGpu* gpu, SkISize dimensions, int sampleCnt, GrGLFormat format) MakeMSAA() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DTexture.cpp35 GrD3DTexture::GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, in GrD3DTexture() argument
17 GrD3DTexture(GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus) GrD3DTexture() argument
52 GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus) GrD3DTexture() argument
65 MakeNewTexture(GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const D3D12_RESOURCE_DESC& desc, GrProtected isProtected, GrMipmapStatus mipmapStatus) MakeNewTexture() argument
89 MakeWrappedTexture(GrD3DGpu* gpu, SkISize dimensions, GrWrapCacheable cacheable, GrIOType ioType, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedTexture() argument
[all...]
H A DGrD3DTextureResource.cpp63 CreateMSAA( GrD3DGpu* gpu, SkISize dimensions, int sampleCnt, const GrD3DTextureResourceInfo& info, SkColor4f clearColor) CreateMSAA() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp22 sk_sp<GrDawnTexture> GrDawnTexture::Make(GrDawnGpu* gpu, SkISize dimensions, in Make() argument
73 sk_sp<GrDawnTexture> GrDawnTexture::MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, in MakeWrapped() argument
14 GrDawnTexture(GrDawnGpu* gpu, SkISize dimensions, const GrDawnTextureInfo& info, GrMipmapStatus mipmapStatus) GrDawnTexture() argument
[all...]
/third_party/skia/tests/
H A DProxyConversionTest.cpp40 make_offscreen_rt(GrProxyProvider* provider, SkISize dimensions, GrColorType colorType) make_offscreen_rt() argument
48 make_texture(GrProxyProvider* provider, SkISize dimensions, GrColorType colorType, GrRenderable renderable) make_texture() argument
/third_party/skia/src/utils/
H A DSkAnimCodecPlayer.cpp41 SkISize SkAnimCodecPlayer::dimensions() const { in dimensions() function in SkAnimCodecPlayer
/third_party/skia/tools/gpu/
H A DBackendSurfaceFactory.cpp49 MakeBackendTextureSurface(GrDirectContext* dContext, SkISize dimensions, GrSurfaceOrigin origin, int sampleCnt, SkColorType colorType, sk_sp<SkColorSpace> colorSpace, GrMipmapped mipMapped, GrProtected isProtected, const SkSurfaceProps* props) MakeBackendTextureSurface() argument
95 MakeBackendRenderTargetSurface(GrDirectContext* dContext, SkISize dimensions, GrSurfaceOrigin origin, int sampleCnt, SkColorType colorType, sk_sp<SkColorSpace> colorSpace, GrProtected isProtected, const SkSurfaceProps* props) MakeBackendRenderTargetSurface() argument
/third_party/skia/include/core/
H A DSkPixelRef.h37 SkISize dimensions() const { return {fWidth, fHeight}; } in dimensions() function in SkPixelRef
/third_party/skia/experimental/graphite/src/
H A DResourceProvider.cpp64 sk_sp<Texture> ResourceProvider::findOrCreateTexture(SkISize dimensions, const TextureInfo& info) { in findOrCreateTexture() argument
/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.cpp135 SetInput(uint32_t index, const std::vector<int32_t>& dimensions, const void* buffer, size_t length) SetInput() argument
151 SetInputFromMemory(uint32_t index, const std::vector<int32_t>& dimensions, const void* buffer, size_t length, OH_NN_Memory** pMemory) SetInputFromMemory() argument
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcpp_type.h79 std::vector<int> dimensions; member
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.hpp187 virtual cl_uint dimensions() const { in dimensions() function in clover::basic_image
/third_party/mesa3d/src/mesa/main/
H A Dpbo.c66 _mesa_validate_pbo_access(GLuint dimensions, in _mesa_validate_pbo_access() argument
178 _mesa_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, in _mesa_validate_pbo_source() argument
221 _mesa_validate_pbo_source_compressed(struct gl_context *ctx, GLuint dimensions, in _mesa_validate_pbo_source_compressed() argument
258 _mesa_map_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) _mesa_map_validate_pbo_source() argument
336 _mesa_map_validate_pbo_dest(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *ptr, const char *where) _mesa_map_validate_pbo_dest() argument
395 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack, const char *funcName) _mesa_validate_pbo_teximage() argument
437 _mesa_validate_pbo_compressed_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei imageSize, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, const char *funcName) _mesa_validate_pbo_compressed_teximage() argument
[all...]

Completed in 10 milliseconds

1234567