Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp63 FormatInfo::FormatInfo(glw::GLenum internalFormat, glw::GLuint offsetAlignment) in FormatInfo()
546 glw::GLuint FormatInfo::countAlignedSize(glw::GLuint offsetAlignment, glw::GLuint totalSize) in countAlignedSize()
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCaps.cpp931 size_t offsetAlignment = SkAlignTo(GrDxgiFormatBytesPerBlock(dxgiFormat), in supportedWritePixelsColorType() local
1064 size_t offsetAlignment = D3D12_TEXTURE_DATA_PLACEMENT_ALIGNMENT; in onSupportedReadPixelsColorType() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTransformFeedbackVk.cpp211 const VkDeviceSize offsetAlignment = contextVk->getRenderer() in getBufferOffsets() local
H A DContextVk.cpp7049 const VkDeviceSize offsetAlignment = in writeAtomicCounterBufferDriverUniformOffsets() local
H A Dvk_cache_utils.cpp6292 VkDeviceSize offsetAlignment = in updateTransformFeedbackBuffer() local
/aosp_15_r20/external/skia/tests/
H A DTransferPixelsTest.cpp384 size_t offsetAlignment = allowedRead.fOffsetAlignmentForTransferBuffer; in basic_transfer_from_test() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkCaps.cpp1712 size_t offsetAlignment = align_to_4(skgpu::VkFormatBytesPerBlock(vkFormat)); in supportedWritePixelsColorType() local
1950 size_t offsetAlignment = align_to_4(skgpu::VkFormatBytesPerBlock(vkFormat)); in onSupportedReadPixelsColorType() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTextureTest.cpp15043 GLint offsetAlignment = 0; in TestInt() local