Home
last modified time | relevance | path

Searched refs:getTextureLoadFunction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_format_utils.h62 LoadImageFunctionInfo getTextureLoadFunction(GLenum type) const in getTextureLoadFunction() function
H A Dwgpu_helpers.cpp241 LoadImageFunctionInfo loadFunctionInfo = webgpuFormat.getTextureLoadFunction(type); in stageTextureUpload()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.h116 LoadImageFunctionInfo getTextureLoadFunction(ImageAccess access, GLenum type) const in getTextureLoadFunction() function
H A Dvk_helpers.cpp8501 LoadImageFunctionInfo loadFunctionInfo = vkFormat.getTextureLoadFunction(access, type); in stageSubresourceUpdateImpl()
9298 LoadImageFunctionInfo loadFunctionInfo = vkFormat.getTextureLoadFunction(access, type); in stagePartialClear()
9456 LoadImageFunctionInfo loadFunction = vkFormat.getTextureLoadFunction(access, formatInfo.type); in stageSubresourceUpdateFromFramebuffer()