Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp36 const unsigned int kBytesPerComponent = sizeof(float); member
54 const unsigned int kBytesPerComponent = sizeof(GLuint); member
520 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
810 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
841 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
881 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
913 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
944 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
988 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
1023 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
[all …]
H A DComputeShaderTest.cpp4032 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
4094 constexpr unsigned int kBytesPerComponent = sizeof(GLint); in TEST_P() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dblocklayout.h138 static constexpr size_t kBytesPerComponent = 4u; variable