Home
last modified time | relevance | path

Searched defs:rowPitch (Results 1 – 25 of 93) sorted by relevance

1234

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1044 int rowPitch = deAlign32(levelW * m_texFormat.getPixelSize(), m_alignment); in createTexture() local
1101 int rowPitch = deAlign32(m_texFormat.getPixelSize() * levelSize, m_alignment); in createTexture() local
1145 int rowPitch = deAlign32(rowLength * pixelSize, m_alignment); in createTexture() local
1206 int rowPitch = deAlign32(rowLength * pixelSize, m_alignment); in createTexture() local
1459 int rowPitch = deAlign32(rowLength * pixelSize, m_alignment); in createTexture() local
1753 int rowPitch = deAlign32(m_texFormat.getPixelSize() * m_subW, m_alignment); in createTexture() local
1826 int rowPitch = deAlign32(m_texFormat.getPixelSize() * m_subW, m_alignment); in createTexture() local
1885 int rowPitch = deAlign32(pixelSize * m_width, 4); in createTexture() local
1900 int rowPitch = deAlign32(rowLength * pixelSize, m_alignment); in createTexture() local
2414 int rowPitch = deAlign32(rowLength * pixelSize, m_alignment); in createTexture() local
[all …]
H A Des3fReadPixelsTests.cpp313 …const int rowPitch = m_alignment * deCeilFloatToInt32(float(pixelSize * rowWidth) / (float)m_align… in clearColor() local
356 …const int rowPitch = m_alignment * deCeilFloatToInt32((float)(pixelSize * rowWidth) / (float)m_ali… in iterate() local
/aosp_15_r20/external/angle/src/image_util/
H A Dstoreimage_paletted.cpp25 inline T *OffsetDataPointer(uint8_t *data, size_t y, size_t z, size_t rowPitch, size_t depthPitch) in OffsetDataPointer()
34 size_t rowPitch, in OffsetDataPointer()
/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp1787 GLuint rowPitch, in computeDepthPitch()
1811 GLuint rowPitch = 0; in computeDepthPitch() local
1836 GLuint rowPitch, in computeCompressedImageDepthPitch()
1868 GLuint rowPitch; in computeCompressedImageSize() local
1927 GLuint rowPitch, in computeSkipBytes()
1955 GLuint rowPitch = 0; in computePackUnpackEndByte() local
H A DCLContext.cpp182 size_t rowPitch, in createImage2D()
196 size_t rowPitch, in createImage3D()
H A Dcl_types.h172 size_t rowPitch; member
H A DvalidationCL.cpp276 size_t rowPitch, in ValidateBufferRect()
468 size_t rowPitch, in ValidateHostRegionForImage()
2977 const size_t rowPitch = image_desc->image_row_pitch != 0u ? image_desc->image_row_pitch in ValidateCreateImage() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp448 int rowPitch = deAlign32(rowLength * pixelSize, m_alignment); in createTexture() local
540 int rowPitch = deAlign32(pixelSize * m_size, 4); in createTexture() local
555 int rowPitch = deAlign32(rowLength * pixelSize, m_alignment); in createTexture() local
732 int rowPitch = deAlign32(rowLength * pixelSize, alignment); in createTexture() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp644 SpirvEmitter::TexelAddressData SpirvEmitter::setupTexelAddressData(SIMD::Int rowPitch, SIMD::Int sl… in setupTexelAddressData()
707 auto rowPitch = (descriptor + (useStencilAspect in GetNonUniformTexelAddress() local
768 auto rowPitch = SIMD::Int(*Pointer<Int>(descriptor + (useStencilAspect in GetTexelAddress() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dtest_functions_api.cpp542 size_t rowPitch = 0; in api_functions() local
596 size_t rowPitch = 0; in api_functions() local
H A Dtest_other_data_types.cpp423 size_t rowPitch = 0; in other_data_types() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
H A Dtest_3D.cpp109 cl_ulong rowPitch; in test_get_image_info_3D() local
H A Dtest_2D_array.cpp248 cl_ulong rowPitch; in test_get_image_info_2D_array() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp896 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture() local
947 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture() local
1280 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture() local
1341 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture() local
H A Des2fReadPixelsTests.cpp206 …const int rowPitch = m_alignment * deCeilFloatToInt32(float(pixelSize * width) / (float)m_alignmen… in iterate() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_enqueue_map.cpp193 size_t rowPitch; in test_enqueue_map_image() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp47 vk::VkDeviceSize rowPitch = rowPitchOrZero; in pack() local
93 vk::VkDeviceSize rowPitch = rowPitchOrZero; in unpack() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clCopyImage/
H A Dtest_copy_generic.cpp507 size_t rowPitch = dstImageInfo->rowPitch; in test_copy_image_generic() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglAndroidUtil.cpp345 const int rowPitch = texFormat.getPixelSize() * desc.stride; in createBuffer() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLCommandQueueVk.cpp599 size_t rowPitch, in enqueueReadImage()
861 size_t rowPitch = (extent.width * elementSize); in enqueueMapImage() local
H A DCLMemoryVk.cpp403 const size_t rowPitch, in copyStagingToFromWithPitch()
/aosp_15_r20/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp293 uint32_t rowPitch, in addGainMap()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DimageHelpers.h123 size_t rowPitch; member
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTextureUtil.cpp372 const int rowPitch = access.getRowPitch(); in flipYAccess() local
387 const int rowPitch = access.getRowPitch(); in flipYAccess() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp3749 const uint32_t rowPitch = planeRowPitches[planeNdx]; in getChannelAccess() local
3790 const uint32_t rowPitch = planeRowPitches[planeNdx]; in getChannelAccess() local

1234