Searched refs:pixelTask (Results 1 – 3 of 3) sorted by relevance
373 void finishRendering(Task &pixelTask);
982 void Renderer::finishRendering(Task &pixelTask) in finishRendering() argument984 int unit = pixelTask.primitiveUnit; in finishRendering()985 int cluster = pixelTask.pixelCluster; in finishRendering()
1792 std::shared_ptr<ProgramD3D::GetPixelExecutableTask> pixelTask, in GraphicsProgramLinkEvent() argument1799 mPixelTask(pixelTask), in GraphicsProgramLinkEvent()1944 auto pixelTask = std::make_shared<GetPixelExecutableTask>(this); in compileProgramExecutables() local1954 vertexTask, pixelTask, geometryTask, useGS, in compileProgramExecutables()