Searched refs:hasGeometryExecutableForPrimitiveType (Results 1 – 4 of 4) sorted by relevance
967 bool recompileGS = !programD3D->hasGeometryExecutableForPrimitiveType(glState, drawMode); in triggerDrawCallProgramRecompilation()997 if (!programD3D->hasGeometryExecutableForPrimitiveType(glState, drawMode)) in triggerDrawCallProgramRecompilation()
2999 ASSERT(mProgramD3D->hasGeometryExecutableForPrimitiveType(glState, drawMode)); in syncProgram()
337 bool hasGeometryExecutableForPrimitiveType(const gl::State &state, gl::PrimitiveMode drawMode);
3311 bool ProgramD3D::hasGeometryExecutableForPrimitiveType(const gl::State &state, in hasGeometryExecutableForPrimitiveType() function in rx::ProgramD3D