Searched refs:ProgramInfo (Results 1 – 3 of 3) sorted by relevance
59 class ProgramInfo final : angle::NonCopyable62 ProgramInfo();63 ~ProgramInfo();123 ProgramInfo &getGraphicsDefaultProgramInfo() { return mGraphicsProgramInfos[0]; } in getGraphicsDefaultProgramInfo()124 ProgramInfo &getGraphicsProgramInfo(ProgramTransformOptionBits optionBits) in getGraphicsProgramInfo()128 ProgramInfo &getComputeProgramInfo() { return mComputeProgramInfo; } in getComputeProgramInfo()244 ProgramInfo mGraphicsProgramInfos[static_cast<int>(ProgramTransformOption::PermutationCount)];245 ProgramInfo mComputeProgramInfo;
130 ProgramInfo &programInfo) in initGraphicsShaderProgram()135 ANGLE_INLINE angle::Result initComputeProgram(ContextVk *contextVk, ProgramInfo &programInfo) in initComputeProgram()174 ProgramInfo *programInfo) in initProgram()
109 ProgramInfo::ProgramInfo() {} in ProgramInfo() function in rx::ProgramInfo111 ProgramInfo::~ProgramInfo() = default;113 angle::Result ProgramInfo::initProgram(ContextVk *contextVk, in initProgram()155 void ProgramInfo::release(ContextVk *contextVk) in release()205 for (ProgramInfo &programInfo : mGraphicsProgramInfos) in reset()578 ProgramInfo &programInfo = getGraphicsProgramInfo(mTransformOptionBits); in getGraphicsPipeline()613 ProgramInfo &programInfo = getComputeProgramInfo(); in getComputePipeline()