Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp294 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(context11, &shader, nullptr)); in createInputLayout()
DContext11.cpp629 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(this, &vertexExe, &infoLog)); in triggerDrawCallProgramRecompilation()
DStateManager11.cpp2901 ANGLE_TRY(mProgramD3D->getVertexExecutableForCachedInputLayout(context11, &vertexExe, nullptr)); in syncProgram()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h220 angle::Result getVertexExecutableForCachedInputLayout(d3d::Context *context,
DProgramD3D.cpp1579 angle::Result ProgramD3D::getVertexExecutableForCachedInputLayout( in getVertexExecutableForCachedInputLayout() function in rx::ProgramD3D
1695 ANGLE_TRY(mProgram->getVertexExecutableForCachedInputLayout(this, &mExecutable, &mInfoLog)); in run()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1742 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(contextD3D, &vertexExe, nullptr)); in applyShaders()