Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5426 LoadImageFunction stencilLoadFunction = nullptr; in stageSubresourceUpdateImpl() local
5459 stencilLoadFunction = angle::LoadX24S8ToS8; in stageSubresourceUpdateImpl()
5472 stencilLoadFunction = nullptr; in stageSubresourceUpdateImpl()
5477 stencilLoadFunction = angle::LoadX32S8ToS8; in stageSubresourceUpdateImpl()
5481 stencilLoadFunction = angle::LoadX24S8ToS8; in stageSubresourceUpdateImpl()
5596 ASSERT(stencilLoadFunction != nullptr); in stageSubresourceUpdateImpl()
5597 stencilLoadFunction(glExtents.width, glExtents.height, glExtents.depth, source, in stageSubresourceUpdateImpl()