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
459 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
749 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
780 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
820 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
852 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
883 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
927 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
962 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
[all …]
DComputeShaderTest.cpp4050 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
4112 constexpr unsigned int kBytesPerComponent = sizeof(GLint); in TEST_P() local
/external/angle/src/compiler/translator/
Dblocklayout.h137 static constexpr size_t kBytesPerComponent = 4u; variable