Home
last modified time | relevance | path

Searched refs:FormatByteSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program_util.h45 uint32_t FormatByteSize(BASE_NS::Format format); in RENDER_BEGIN_NAMESPACE()
H A Dgpu_program_util.cpp153 uint32_t FormatByteSize(Format format) in FormatByteSize() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dshader_module_vk.cpp80 bindingDesc.stride = GpuProgramUtil::FormatByteSize(attrib.format); in ShaderModuleVk()
H A Ddevice_vk.cpp581 GpuProgramUtil::FormatByteSize(format), in FillDeviceFormatSupport()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp170 bindingDesc.stride = GpuProgramUtil::FormatByteSize(attrib.format); in ProcessShaderModule()