Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DShaderStorageBufferTest.cpp36 const unsigned int kBytesPerComponent = sizeof(float); member
54 const unsigned int kBytesPerComponent = sizeof(GLuint); member
338 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
630 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
661 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
701 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
733 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
764 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
808 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
843 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
[all …]
DComputeShaderTest.cpp3446 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
3508 constexpr unsigned int kBytesPerComponent = sizeof(GLint); in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dblocklayout.h90 static constexpr size_t kBytesPerComponent = 4u; variable