Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DVariablePacker.cpp237 if (GetTypePackingComponentsPerRow(variable.type) != 4) in checkExpandedVariablesWithinPackingLimits()
253 if (GetTypePackingComponentsPerRow(variable.type) != 3) in checkExpandedVariablesWithinPackingLimits()
275 if (GetTypePackingComponentsPerRow(variable.type) != 2) in checkExpandedVariablesWithinPackingLimits()
303 ASSERT(1 == GetTypePackingComponentsPerRow(variable.type)); in checkExpandedVariablesWithinPackingLimits()
338 int GetTypePackingComponentsPerRow(sh::GLenum type) in GetTypePackingComponentsPerRow() function
H A DVariablePacker.h20 int GetTypePackingComponentsPerRow(sh::GLenum type);
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DVariablePacker_test.cpp89 int num_components_per_row = sh::GetTypePackingComponentsPerRow(type); in TEST()
155 EXPECT_EQ(expectedComponents, sh::GetTypePackingComponentsPerRow(type)); in TEST()