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