Home
last modified time | relevance | path

Searched defs:kBytesPerComponent (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/tests/gl_tests/
DShaderStorageBufferTest.cpp36 const unsigned int kBytesPerComponent = sizeof(float); member
54 const unsigned int kBytesPerComponent = sizeof(GLuint); member
335 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
627 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
658 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
698 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
730 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
761 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
805 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
840 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
[all …]
DComputeShaderTest.cpp3816 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
3878 constexpr unsigned int kBytesPerComponent = sizeof(GLint); in TEST_P() local
/external/angle/src/compiler/translator/
Dblocklayout.h95 static constexpr size_t kBytesPerComponent = 4u; variable