Searched refs:WaitableCompileEvent (Results 1 – 14 of 14) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
D | ShaderImpl.cpp | 16 WaitableCompileEvent::WaitableCompileEvent(std::shared_ptr<angle::WaitableEvent> waitableEvent) in WaitableCompileEvent() function in rx::WaitableCompileEvent 20 WaitableCompileEvent::~WaitableCompileEvent() in ~WaitableCompileEvent() 25 void WaitableCompileEvent::wait() in wait() 30 bool WaitableCompileEvent::isReady() in isReady() 35 const std::string &WaitableCompileEvent::getInfoLog() in getInfoLog() 64 class WaitableCompileEventImpl final : public WaitableCompileEvent 69 : WaitableCompileEvent(waitableEvent), mTranslateTask(translateTask) in WaitableCompileEventImpl() 80 std::shared_ptr<WaitableCompileEvent> ShaderImpl::compileImpl( in compileImpl()
|
D | ShaderImpl.h | 27 class WaitableCompileEvent : public angle::WaitableEvent 30 WaitableCompileEvent(std::shared_ptr<angle::WaitableEvent> waitableEvent); 31 ~WaitableCompileEvent() override; 56 virtual std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context, 65 std::shared_ptr<WaitableCompileEvent> compileImpl(const gl::Context *context,
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | ShaderGL.cpp | 67 class WaitableCompileEventWorkerContext final : public WaitableCompileEvent 74 : WaitableCompileEvent(waitableEvent), in WaitableCompileEventWorkerContext() 101 class WaitableCompileEventNativeParallel final : public WaitableCompileEvent 108 : WaitableCompileEvent(std::shared_ptr<angle::WaitableEventDone>()), in WaitableCompileEventNativeParallel() 130 class WaitableCompileEventDone final : public WaitableCompileEvent 134 : WaitableCompileEvent(std::make_shared<angle::WaitableEventDone>()), in WaitableCompileEventDone() 239 std::shared_ptr<WaitableCompileEvent> ShaderGL::compile(const gl::Context *context, in compile()
|
D | ShaderGL.h | 30 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
D | ShaderD3D.cpp | 62 class WaitableCompileEventD3D final : public WaitableCompileEvent 69 : WaitableCompileEvent(waitableEvent), in WaitableCompileEventD3D() 255 std::shared_ptr<WaitableCompileEvent> ShaderD3D::compile(const gl::Context *context, in compile()
|
D | ShaderD3D.h | 41 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | ShaderVk.h | 24 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
|
D | ShaderVk.cpp | 24 std::shared_ptr<WaitableCompileEvent> ShaderVk::compile(const gl::Context *context, in compile()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/ |
D | ShaderMtl.h | 25 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
|
D | ShaderMtl.mm | 23 std::shared_ptr<WaitableCompileEvent> ShaderMtl::compile(const gl::Context *context,
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/ |
D | ShaderNULL.h | 24 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
|
D | ShaderNULL.cpp | 22 std::shared_ptr<WaitableCompileEvent> ShaderNULL::compile(const gl::Context *context, in compile()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Shader.h | 34 class WaitableCompileEvent; variable
|
D | Shader.cpp | 113 std::shared_ptr<rx::WaitableCompileEvent> compileEvent;
|