Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTransformFeedbackVk.cpp281 const VkDeviceSize offsetAlignment = in updateDescriptorSet() local
323 const VkDeviceSize offsetAlignment = contextVk->getRenderer() in getBufferOffsets() local
DContextVk.cpp5518 const VkDeviceSize offsetAlignment = in writeAtomicCounterBufferDriverUniformOffsets() local
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
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()
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp906 size_t offsetAlignment = SkAlignTo(GrDxgiFormatBytesPerBlock(dxgiFormat), in supportedWritePixelsColorType() local
1039 size_t offsetAlignment = D3D12_TEXTURE_DATA_PLACEMENT_ALIGNMENT; in onSupportedReadPixelsColorType() local
/external/skia/tests/
DTransferPixelsTest.cpp346 size_t offsetAlignment = allowedRead.fOffsetAlignmentForTransferBuffer; in basic_transfer_from_test() local
/external/skia/src/gpu/vk/
DGrVkCaps.cpp1538 size_t offsetAlignment = align_to_4(GrVkFormatBytesPerBlock(vkFormat)); in supportedWritePixelsColorType() local
1773 size_t offsetAlignment = align_to_4(GrVkFormatBytesPerBlock(vkFormat)); in onSupportedReadPixelsColorType() local