Home
last modified time | relevance | path

Searched defs:float_data (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp161 glw::GLfloat float_data; member in glcts::MultisampleTextureGetTexLevelParametervInvalidTextureTargetRejectedTest
177 glw::GLfloat float_data; member in glcts::MultisampleTextureGetTexLevelParametervInvalidValueArgumentRejectedTest
196 glw::GLfloat float_data; member in glcts::MultisampleTextureGetTexLevelParametervNegativeLodIsRejectedTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp83 template <> struct float_data<float> { struct
84 static const size_t mangled_size = 8;
85 static const size_t max_demangled_size = 24;
86 static const char *spec;
90 template <> struct float_data<double> { struct
91 static const size_t mangled_size = 16;
92 static const size_t max_demangled_size = 32;
93 static const char *spec;
98 template <> struct float_data<long double> { struct
101 static const size_t mangled_size = 32;
[all …]
/third_party/libsnd/tests/
Dchannel_test.c58 { static float float_data [1024] ; in channel_test() local
Dcompression_size_test.c49 { static float float_data [DFT_DATA_LENGTH] ; in vorbis_test() local
Dlong_read_write_test.c49 static float float_data [BUFFER_LENGTH] ; variable
Dcommand_test.c71 static float float_data [BUFFER_LEN] ; variable
/third_party/mesa3d/src/util/tests/
Droundeven_test.cpp38 } float_data[] = { in TEST() local
/third_party/spirv-tools/test/fuzz/
Dtransformation_replace_constant_with_uniform_test.cpp875 uint32_t float_data[1]; in TEST() local
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc242 const float* float_data = static_cast<const float*>(byte_data.data()); in decodeTextShadows() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_replace_constant_with_uniform_test.cpp875 uint32_t float_data[1]; in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_replace_constant_with_uniform_test.cpp875 uint32_t float_data[1]; in TEST() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp4560 static const GLfloat float_data[16] = { 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, in prepareUniforms() local
5263 static const GLfloat float_data[4] = { 0.5f, 0.125f, 0.375f, 0.0f }; in prepareUniforms() local
6736 static const GLfloat float_data[4] = { 0.0f, 0.0f, 1.0f, 1.0f }; in prepareUniforms() local
7052 static const GLfloat float_data[4] = { 1.0f, 1.0f, 0.0f, 0.0f }; in prepareUniforms() local
7367 static const GLfloat float_data[4] = { 1.0f, 1.0f, 0.0f, 0.0f }; in prepareUniforms() local
7691 static const GLfloat float_data[4] = { 1.0f, 1.0f, 0.0f, 0.0f }; in prepareUniforms() local
13474 …static const GLfloat float_data[16] = { m_value, m_value, m_value, m_value, m_value, m_value, m_va… in prepareUniforms() local
15381 static const GLfloat float_data[16] = { float_value, float_value, float_value, float_value, in prepareUniforms() local
15428 static const GLfloat float_data[16] = { float_value, float_value, float_value, float_value, in prepareVertexBuffer() local
Dgl4cShaderSubroutineTests.cpp4885 GLfloat* float_data = (GLfloat*)feedback_data; in testDraw() local
/third_party/libbpf/src/
Dbtf_dump.c1952 union float_data { union
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp253 float float_data; member