Searched refs:GetTypePackingComponentsPerRow (Results 1 – 3 of 3) sorted by relevance
237 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
20 int GetTypePackingComponentsPerRow(sh::GLenum type);
89 int num_components_per_row = sh::GetTypePackingComponentsPerRow(type); in TEST()155 EXPECT_EQ(expectedComponents, sh::GetTypePackingComponentsPerRow(type)); in TEST()