Home
last modified time | relevance | path

Searched refs:LocalMatrixShaderBlock (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/precompile/
H A DPrecompileShader.cpp662 LocalMatrixShaderBlock::LMShaderData lmShaderData(matrix); in addToKey()
664 LocalMatrixShaderBlock::BeginBlock(keyContext, builder, gatherer, matrix); in addToKey()
861 LocalMatrixShaderBlock::LMShaderData kIgnoredLMShaderData(SkMatrix::I()); in addToKey()
863 LocalMatrixShaderBlock::BeginBlock(keyContext, builder, gatherer, kIgnoredLMShaderData); in addToKey()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DKeyHelpers.cpp494 void LocalMatrixShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
1612 LocalMatrixShaderBlock::LMShaderData lmShaderData(lmInverse); in add_to_key()
1616 LocalMatrixShaderBlock::BeginBlock(newContext, builder, gatherer, lmShaderData); in add_to_key()
2086 LocalMatrixShaderBlock::LMShaderData lmShaderData(lmInverse); in add_to_key()
2090 LocalMatrixShaderBlock::BeginBlock(newContext, builder, gatherer, lmShaderData); in add_to_key()
H A DKeyHelpers.h143 struct LocalMatrixShaderBlock { struct