/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 1044 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 D | es3fReadPixelsTests.cpp | 313 …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 D | storeimage_paletted.cpp | 25 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 D | formatutils.cpp | 1787 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 D | CLContext.cpp | 182 size_t rowPitch, in createImage2D() 196 size_t rowPitch, in createImage3D()
|
H A D | cl_types.h | 172 size_t rowPitch; member
|
H A D | validationCL.cpp | 276 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 D | es31fTextureSpecificationTests.cpp | 448 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 D | SpirvShaderImage.cpp | 644 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 D | test_functions_api.cpp | 542 size_t rowPitch = 0; in api_functions() local 596 size_t rowPitch = 0; in api_functions() local
|
H A D | test_other_data_types.cpp | 423 size_t rowPitch = 0; in other_data_types() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
H A D | test_3D.cpp | 109 cl_ulong rowPitch; in test_get_image_info_3D() local
|
H A D | test_2D_array.cpp | 248 cl_ulong rowPitch; in test_get_image_info_2D_array() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 896 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 D | es2fReadPixelsTests.cpp | 206 …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 D | test_enqueue_map.cpp | 193 size_t rowPitch; in test_enqueue_map_image() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawImageObjectUtil.cpp | 47 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 D | test_copy_generic.cpp | 507 size_t rowPitch = dstImageInfo->rowPitch; in test_copy_image_generic() local
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglAndroidUtil.cpp | 345 const int rowPitch = texFormat.getPixelSize() * desc.stride; in createBuffer() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | CLCommandQueueVk.cpp | 599 size_t rowPitch, in enqueueReadImage() 861 size_t rowPitch = (extent.width * elementSize); in enqueueMapImage() local
|
H A D | CLMemoryVk.cpp | 403 const size_t rowPitch, in copyStagingToFromWithPitch()
|
/aosp_15_r20/frameworks/av/media/img_utils/src/ |
H A D | DngUtils.cpp | 293 uint32_t rowPitch, in addGainMap()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | imageHelpers.h | 123 size_t rowPitch; member
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTextureUtil.cpp | 372 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 D | vkImageUtil.cpp | 3749 const uint32_t rowPitch = planeRowPitches[planeNdx]; in getChannelAccess() local 3790 const uint32_t rowPitch = planeRowPitches[planeNdx]; in getChannelAccess() local
|