• Home
  • Raw
  • Download

Lines Matching refs:SharedProgramExecutable

49 SharedProgramExecutable ProgramPipelineState::makeNewExecutable(  in makeNewExecutable()
51 ShaderMap<SharedProgramExecutable> &&ppoProgramExecutables) in makeNewExecutable()
53 SharedProgramExecutable newExecutable = std::make_shared<ProgramExecutable>(factory, &mInfoLog); in makeNewExecutable()
132 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateExecutableTextures()
148 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateExecutableSpecConstUsageBits()
194 for (SharedProgramExecutable &executable : mProgramExecutablesToDiscard) in destroyDiscardedExecutables()
292 const SharedProgramExecutable &vertexExecutable = in updateExecutableAttributes()
323 const SharedProgramExecutable &lastPreFragmentExecutable = in updateTransformFeedbackMembers()
343 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateShaderStorageBlocks()
368 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateImageBindings()
386 const SharedProgramExecutable &geometryExecutable = in updateExecutableGeometryProperties()
406 const SharedProgramExecutable &tessControlExecutable = in updateExecutableTessellationProperties()
408 const SharedProgramExecutable &tessEvalExecutable = in updateExecutableTessellationProperties()
428 const SharedProgramExecutable &fragmentExecutable = in updateFragmentInoutRangeAndEnablesPerSampleShading()
447 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateLinkedVaryings()
457 const SharedProgramExecutable &computeExecutable = in updateLinkedVaryings()
511 SharedProgramExecutable newExecutable = mState.makeNewExecutable( in link()
552 const SharedProgramExecutable &fragmentExecutable = in link()
582 const SharedProgramExecutable *tfExecutable = in link()
607 const SharedProgramExecutable &executable = getShaderProgramExecutable(ShaderType::Vertex); in link()
615 const SharedProgramExecutable &executable = getShaderProgramExecutable(shaderType); in link()
625 const SharedProgramExecutable &executable = in link()
660 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in linkVaryings()
668 const SharedProgramExecutable &previousExecutable = in linkVaryings()
688 const SharedProgramExecutable &vertexExecutable = in linkVaryings()
690 const SharedProgramExecutable &fragmentExecutable = in linkVaryings()
805 const SharedProgramExecutable &executable = getShaderProgramExecutable(shaderType); in onSubjectStateChange()
817 const SharedProgramExecutable &executable = in onSubjectStateChange()