Searched refs:PixelExecutable (Results 1 – 2 of 2) sorted by relevance
408 class PixelExecutable411 PixelExecutable(const std::vector<GLenum> &outputSignature,413 ~PixelExecutable();541 std::vector<std::unique_ptr<PixelExecutable>> mPixelExecutables;
659 ProgramD3D::PixelExecutable::PixelExecutable(const std::vector<GLenum> &outputSignature, in PixelExecutable() function in rx::ProgramD3D::PixelExecutable664 ProgramD3D::PixelExecutable::~PixelExecutable() in ~PixelExecutable()1223 std::unique_ptr<PixelExecutable>(new PixelExecutable(outputs, shaderExecutable))); in loadBinaryShaderExecutables()1470 PixelExecutable *pixelExecutable = mPixelExecutables[pixelExecutableIndex].get(); in save()1563 mPixelExecutables.push_back(std::unique_ptr<PixelExecutable>( in getPixelExecutableForCachedOutputLayout()1564 new PixelExecutable(mPixelShaderOutputLayoutCache, pixelExecutable))); in getPixelExecutableForCachedOutputLayout()