Home
last modified time | relevance | path

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

123

/external/angle/src/image_util/
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()
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_3D.cpp109 cl_ulong rowPitch; in test_get_image_info_3D() local
Dtest_2D_array.cpp248 cl_ulong rowPitch; in test_get_image_info_2D_array() local
/external/deqp/modules/gles3/functional/
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
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 …]
/external/angle/src/libANGLE/
DCLContext.cpp182 size_t rowPitch, in createImage2D()
196 size_t rowPitch, in createImage3D()
Dformatutils.cpp1778 GLuint rowPitch, in computeDepthPitch()
1802 GLuint rowPitch = 0; in computeDepthPitch() local
1827 GLuint rowPitch, in computeCompressedImageDepthPitch()
1859 GLuint rowPitch; in computeCompressedImageSize() local
1918 GLuint rowPitch, in computeSkipBytes()
1946 GLuint rowPitch = 0; in computePackUnpackEndByte() local
Dcl_types.h134 size_t rowPitch; member
DvalidationCL.cpp276 size_t rowPitch, in ValidateBufferRect()
468 size_t rowPitch, in ValidateHostRegionForImage()
3019 const size_t rowPitch = image_desc->image_row_pitch != 0u ? image_desc->image_row_pitch in ValidateCreateImage() local
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_functions_api.cpp542 size_t rowPitch = 0; in api_functions() local
596 size_t rowPitch = 0; in api_functions() local
Dtest_other_data_types.cpp423 size_t rowPitch = 0; in other_data_types() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_enqueue_map.cpp193 size_t rowPitch; in test_enqueue_map_image() local
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp206 …const int rowPitch = m_alignment * deCeilFloatToInt32(float(pixelSize * width) / (float)m_alignmen… in iterate() local
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
/external/swiftshader/src/Pipeline/
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
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_generic.cpp507 size_t rowPitch = dstImageInfo->rowPitch; in test_copy_image_generic() local
/external/deqp/modules/gles31/functional/
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
/external/angle/src/libANGLE/renderer/vulkan/
DCLMemoryVk.cpp219 size_t rowPitch, in copyToWithPitch()
454 const size_t rowPitch, in copyStagingToFromWithPitch()
DCLCommandQueueVk.cpp824 size_t rowPitch, in enqueueReadImage()
1096 size_t rowPitch = (extent.width * elementSize); in enqueueMapImage() local
/external/deqp/modules/egl/
DteglAndroidUtil.cpp345 const int rowPitch = texFormat.getPixelSize() * desc.stride; in createBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp47 vk::VkDeviceSize rowPitch = rowPitchOrZero; in pack() local
93 vk::VkDeviceSize rowPitch = rowPitchOrZero; in unpack() local
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h123 size_t rowPitch; member
/external/deqp/framework/common/
DtcuTextureUtil.cpp373 const int rowPitch = access.getRowPitch(); in flipYAccess() local
388 const int rowPitch = access.getRowPitch(); in flipYAccess() local
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkTypeUtil.inl132 …ut makeSubresourceLayout (VkDeviceSize offset, VkDeviceSize size, VkDeviceSize rowPitch, VkDeviceS…
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc275 uint32_t rowPitch, in CreateBufferCopyView()

123