Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h892 angle::Result handleDirtyComputePipeline(const gl::Context *context,
DContextVk.cpp703 mComputeDirtyBitHandlers[DIRTY_BIT_PIPELINE] = &ContextVk::handleDirtyComputePipeline;
1241 angle::Result ContextVk::handleDirtyComputePipeline(const gl::Context *context, in handleDirtyComputePipeline() function in rx::ContextVk