Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp59 struct GraphicsDriverUniforms struct
84 static_assert(sizeof(GraphicsDriverUniforms) % (sizeof(uint32_t) * 4) == 0,
90 GraphicsDriverUniforms common;
4715 GraphicsDriverUniforms *driverUniforms; in handleDirtyGraphicsDriverUniforms()
4724 driverUniformSize = sizeof(GraphicsDriverUniforms); in handleDirtyGraphicsDriverUniforms()
4784 driverUniforms = reinterpret_cast<GraphicsDriverUniforms *>(ptr); in handleDirtyGraphicsDriverUniforms()