Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DVariablePacker.cpp237 if (GetTypePackingComponentsPerRow(variable.type) != 4) in checkExpandedVariablesWithinPackingLimits()
254 if (GetTypePackingComponentsPerRow(variable.type) != 3) in checkExpandedVariablesWithinPackingLimits()
276 if (GetTypePackingComponentsPerRow(variable.type) != 2) in checkExpandedVariablesWithinPackingLimits()
304 ASSERT(1 == GetTypePackingComponentsPerRow(variable.type)); in checkExpandedVariablesWithinPackingLimits()
339 int GetTypePackingComponentsPerRow(sh::GLenum type) in GetTypePackingComponentsPerRow() function
DVariablePacker.h20 int GetTypePackingComponentsPerRow(sh::GLenum type);
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DVariablePacker_test.cpp89 int num_components_per_row = sh::GetTypePackingComponentsPerRow(type); in TEST()
155 EXPECT_EQ(expectedComponents, sh::GetTypePackingComponentsPerRow(type)); in TEST()