Home
last modified time | relevance | path

Searched defs:readHeight (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/neon/test/
H A DNeonLayerTests.cpp400 …unsigned int readHeight = (inHeight + descriptor.m_PadTop + descriptor.m_PadBottom) - (filterHeigh… in CreateOutputTensorInfo() local
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DDepthwiseConvolution2dLayer.cpp87 …unsigned int readHeight = (inputHeight + m_Param.m_PadTop + m_Param.m_PadBottom) - dilatedFilter… in InferOutputShapes() local
H A DConvolution2dLayer.cpp89 …unsigned int readHeight = (inHeight + m_Param.m_PadTop + m_Param.m_PadBottom) - dilatedFilterHeigh… in InferOutputShapes() local
H A DConvolution3dLayer.cpp89 …unsigned int readHeight = (inHeight + m_Param.m_PadTop + m_Param.m_PadBottom) - dilatedFilterHeigh… in InferOutputShapes() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp117 …GLuint readWidth, GLint readHeight, GLint readColorFormat, GLint readDepthstencilFormat, GLint rea… in initDefaultFBO()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp89 …GLuint readWidth, GLint readHeight, GLint readColorFormat, GLint readDepthstencilFormat, GLint rea… in initDefaultFBO()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp1201 EGLint width, height, readWidth, readHeight; in eglMakeCurrent() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2291 …GLuint readWidth, GLint readHeight, GLint readColorFormat, GLint readDepthStencilFormat, GLint rea… in initDefaultFBO()