Lines Matching refs:builder
156 internal::CommandCacheBuilder builder; in ResBinaryShader_Setup() local
157 builder.Begin(); in ResBinaryShader_Setup()
163 builder.End(); in ResBinaryShader_Setup()
165 resBinaryShader.ref().m_CommandCache = builder.AllocAndCopy(); in ResBinaryShader_Setup()
166 resBinaryShader.ref().m_CommandCacheSize = builder.GetSize(); in ResBinaryShader_Setup()
168 builder.Rollback(); in ResBinaryShader_Setup()
318 internal::CommandCacheBuilder builder; in Setup() local
319 builder.Begin(); in Setup()
332 builder.End(); in Setup()
334 ref().m_CommandCache = builder.AllocAndCopy(); in Setup()
335 ref().m_CommandCacheSize = builder.GetSize(); in Setup()
337 builder.Rollback(); in Setup()