Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h238 angle::Result getPixelExecutableForCachedOutputLayout(d3d::Context *context,
DProgramD3D.cpp1564 angle::Result ProgramD3D::getPixelExecutableForCachedOutputLayout( in getPixelExecutableForCachedOutputLayout() function in rx::ProgramD3D
1757 ANGLE_TRY(mProgram->getPixelExecutableForCachedOutputLayout(this, &mExecutable, &mInfoLog)); in run()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp1008 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(this, &pixelExe, &infoLog)); in triggerDrawCallProgramRecompilation()
DStateManager11.cpp3006 ANGLE_TRY(mProgramD3D->getPixelExecutableForCachedOutputLayout(context11, &pixelExe, nullptr)); in syncProgram()
DRenderer11.cpp1822 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(context11, &pixelExe, nullptr)); in drawWithGeometryShaderAndTransformFeedback()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1806 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(contextD3D, &pixelExe, nullptr)); in applyShaders()