Home
last modified time | relevance | path

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

12

/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.cpp314 …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) / (floa… in iterate() local
Des3fTextureSpecificationTests.cpp989 int rowPitch = deAlign32(levelW*m_texFormat.getPixelSize(), m_alignment); in createTexture() local
1043 int rowPitch = deAlign32(m_texFormat.getPixelSize()*levelSize, m_alignment); in createTexture() local
1082 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
1150 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
1397 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
1671 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture() local
1740 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture() local
1814 int rowPitch = deAlign32(pixelSize*m_width, 4); in createTexture() local
1826 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
2318 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
[all …]
/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/angle/src/libANGLE/
DCLtypes.h80 size_t rowPitch; member
DCLContext.cpp151 size_t rowPitch, in createImage2D()
166 size_t rowPitch, in createImage3D()
Dformatutils.cpp1542 GLuint rowPitch, in computeDepthPitch()
1572 GLuint rowPitch = 0; in computeDepthPitch() local
1633 GLuint rowPitch, in computeSkipBytes()
1661 GLuint rowPitch = 0; in computePackUnpackEndByte() local
DvalidationCL.cpp265 size_t rowPitch, in ValidateBufferRect()
455 size_t rowPitch, in ValidateHostRegionForImage()
2730 const size_t rowPitch = image_desc->image_row_pitch != 0u ? image_desc->image_row_pitch in ValidateCreateImage() local
DCLCommandQueue.cpp339 size_t rowPitch, in enqueueReadImage()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_enqueue_map.cpp173 size_t rowPitch; in test_enqueue_map_image() local
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp208 …const int rowPitch = m_alignment * deCeilFloatToInt32(float(pixelSize * width) / (float)m_alignmen… in iterate() local
Des2fTextureSpecificationTests.cpp862 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture() local
910 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture() local
1226 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture() local
1283 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture() local
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_generic.cpp503 size_t rowPitch = dstImageInfo->rowPitch; in test_copy_image_generic() local
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp434 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
537 int rowPitch = deAlign32(pixelSize*m_size, 4); in createTexture() local
549 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
728 int rowPitch = deAlign32(rowLength*pixelSize, alignment); in createTexture() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp53 vk::VkDeviceSize rowPitch = rowPitchOrZero; in pack() local
105 vk::VkDeviceSize rowPitch = rowPitchOrZero; in unpack() local
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h123 size_t rowPitch; member
/external/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp516 auto rowPitch = SIMD::Int(*Pointer<Int>(descriptor + (useStencilAspect in GetTexelAddress() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp336 const int rowPitch = access.getRowPitch(); in flipYAccess() local
350 const int rowPitch = access.getRowPitch(); in flipYAccess() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3332 const deUint32 rowPitch = planeRowPitches[planeNdx]; in getChannelAccess() local
3377 const deUint32 rowPitch = planeRowPitches[planeNdx]; in getChannelAccess() local
DvkTypeUtil.inl148 …ut makeSubresourceLayout (VkDeviceSize offset, VkDeviceSize size, VkDeviceSize rowPitch, VkDeviceS…
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc275 uint32_t rowPitch, in CreateBufferCopyView()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2575 GLuint rowPitch = 0; in ShouldApplyLastRowPaddingWorkaround() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2187 unsigned int rowPitch = dxgiFormatInfo.pixelBytes * width; in GenerateInitialTextureData() local

12