Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.h384 angle::Result getPixelExecutableForCachedOutputLayout(d3d::Context *context,
H A DProgramD3D.cpp363 mResult = mExecutable->getPixelExecutableForCachedOutputLayout( in operator ()()
H A DProgramExecutableD3D.cpp1443 angle::Result ProgramExecutableD3D::getPixelExecutableForCachedOutputLayout( in getPixelExecutableForCachedOutputLayout() function in rx::ProgramExecutableD3D
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp1024 ANGLE_TRY(executableD3D->getPixelExecutableForCachedOutputLayout(this, mRenderer, &pixelExe, in triggerDrawCallProgramRecompilation()
H A DStateManager11.cpp3030 ANGLE_TRY(mExecutableD3D->getPixelExecutableForCachedOutputLayout(context11, renderer, in syncProgram()
H A DRenderer11.cpp1802 ANGLE_TRY(executableD3D->getPixelExecutableForCachedOutputLayout( in drawWithGeometryShaderAndTransformFeedback()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp1810 ANGLE_TRY(executableD3D->getPixelExecutableForCachedOutputLayout(context9, renderer, &pixelExe, in applyShaders()