Home
last modified time | relevance | path

Searched refs:textureLoadFunctions (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp130 textureLoadFunctions(), in Format()
283 format.textureLoadFunctions = in initialize()
Dvk_format_utils.h135 LoadFunctionMap textureLoadFunctions; member
Dvk_helpers.cpp5425 LoadImageFunctionInfo loadFunctionInfo = vkFormat.textureLoadFunctions(type); in stageSubresourceUpdateImpl()
5886 LoadImageFunctionInfo loadFunction = vkFormat.textureLoadFunctions(formatInfo.type); in stageSubresourceUpdateFromFramebuffer()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.h93 LoadFunctionMap textureLoadFunctions = nullptr; member
Dmtl_format_utils.mm192 mPixelFormatTable[i].textureLoadFunctions = angle::GetLoadFunctionsMap(
DTextureMtl.mm1760 LoadImageFunctionInfo loadFunctionInfo = mFormat.textureLoadFunctions
1761 ? mFormat.textureLoadFunctions(type)