Home
last modified time | relevance | path

Searched refs:_test_descriptor (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderIsolines.hpp75 struct _test_descriptor;
88 const _test_descriptor* parent;
115 typedef struct _test_descriptor struct in glcts::TessellationShadersIsolines
124 _test_descriptor() : irrelevant_tess_level(0) in _test_descriptor() function
133 } _test_descriptor; typedef in glcts::TessellationShadersIsolines
140 typedef std::vector<_test_descriptor> _tests;
167 const float* outer_tess_levels, float irrelevant_tess_level, _test_descriptor& test);
DesextcTessellationShaderTCTE.hpp387 typedef struct _test_descriptor struct in glcts::TessellationShaderTCTEgl_TessLevel
401 _test_descriptor() in _test_descriptor() argument
415 } _test_descriptor; typedef in glcts::TessellationShaderTCTEgl_TessLevel
417 typedef std::vector<_test_descriptor> _tests;
421 void deinitTestDescriptor(_test_descriptor* test_ptr);
423 void initTestDescriptor(_tessellation_test_type test_type, _test_descriptor* out_test_ptr,
470 typedef struct _test_descriptor struct in glcts::TessellationShaderTCTEgl_PatchVerticesIn
482 _test_descriptor() in _test_descriptor() function
493 } _test_descriptor; typedef in glcts::TessellationShaderTCTEgl_PatchVerticesIn
495 typedef std::vector<_test_descriptor> _tests;
[all …]
DesextcTessellationShaderTriangles.hpp84 typedef struct _test_descriptor struct in glcts::TessellationShaderTrianglesDegenerateTriangle
90 _test_descriptor() in _test_descriptor() function
96 } _test_descriptor; typedef in glcts::TessellationShaderTrianglesDegenerateTriangle
98 typedef std::vector<_test_descriptor> _tests;
102 void deinitTestDescriptor(_test_descriptor& test);
104 …void initTestDescriptor(_test_descriptor& test, _tessellation_shader_vertex_spacing vertex_spacing…
DesextcTessellationShaderProperties.hpp93 typedef struct _test_descriptor struct in glcts::TessellationShaderPropertiesProgramObject
103 _test_descriptor() in _test_descriptor() function
113 } _test_descriptor; typedef in glcts::TessellationShaderPropertiesProgramObject
115 typedef std::vector<_test_descriptor> _tests;
DesextcTessellationShaderPoints.hpp92 typedef struct _test_descriptor struct in glcts::TessellationShaderPointsgl_PointSize
109 _test_descriptor() in _test_descriptor() function
126 } _test_descriptor; typedef in glcts::TessellationShaderPointsgl_PointSize
128 typedef std::vector<_test_descriptor> _tests;
DesextcTessellationShaderXFB.hpp64 typedef struct _test_descriptor struct in glcts::TessellationShaderXFB
81 _test_descriptor() in _test_descriptor() argument
92 } _test_descriptor; typedef in glcts::TessellationShaderXFB
DesextcTessellationShaderTessellation.hpp296 typedef struct _test_descriptor struct in glcts::TessellationShaderTessellationgl_TessCoord
311 _test_descriptor() in _test_descriptor() argument
327 } _test_descriptor; typedef in glcts::TessellationShaderTessellationgl_TessCoord
330 typedef std::vector<_test_descriptor> _tests;
339 void deinitTestDescriptor(_test_descriptor& test);
341 void initTestDescriptor(_test_descriptor& test, _tessellation_shader_vertex_spacing vertex_spacing,
DesextcTessellationShaderProperties.cpp290 _test_descriptor test_1; in iterate()
317 _test_descriptor test_2; in iterate()
344 _test_descriptor test_3; in iterate()
371 _test_descriptor test_4; in iterate()
408 const _test_descriptor& test = *test_iterator; in iterate()
DesextcTessellationShaderXFB.cpp577 typedef std::vector<_test_descriptor> _tests; in iterate()
584 _test_descriptor test_1; /* vs+tc+te+gs */ in iterate()
585 _test_descriptor test_2; /* vs+tc+te */ in iterate()
586 _test_descriptor test_3; /* vs+tc */ in iterate()
671 const _test_descriptor& test = *test_iterator; in iterate()
DesextcTessellationShaderTriangles.cpp146 void TessellationShaderTrianglesDegenerateTriangle::deinitTestDescriptor(_test_descriptor& test) in deinitTestDescriptor()
258 _test_descriptor test_equal_spacing; in initTest()
259 _test_descriptor test_fractional_odd_spacing; in initTest()
286 _test_descriptor& test, _tessellation_shader_vertex_spacing vertex_spacing) in initTestDescriptor()
427 const _test_descriptor& test = *test_iterator; in iterate()
DesextcTessellationShaderPoints.cpp106 const _test_descriptor& test = *it; in deinit()
202 _test_descriptor pass_fs_gs_tes_vs; in initTest()
314 _test_descriptor pass_fs_tes_vs; in initTest()
487 _test_descriptor& test = *test_iterator; in iterate()
DesextcTessellationShaderTCTE.cpp3194 void TessellationShaderTCTEgl_TessLevel::deinitTestDescriptor(_test_descriptor* test_ptr) in deinitTestDescriptor()
3263 _test_descriptor test_tcs_tes_equal; in initTest()
3264 _test_descriptor test_tcs_tes_fe; in initTest()
3265 _test_descriptor test_tcs_tes_fo; in initTest()
3266 _test_descriptor test_tes_equal; in initTest()
3267 _test_descriptor test_tes_fe; in initTest()
3268 _test_descriptor test_tes_fo; in initTest()
3319 _test_descriptor* out_test_ptr, in initTestDescriptor()
3757 void TessellationShaderTCTEgl_PatchVerticesIn::deinitTestDescriptor(_test_descriptor* test_ptr) in deinitTestDescriptor()
3844 _test_descriptor test_tcs_tes_4; in initTest()
[all …]
DesextcTessellationShaderIsolines.cpp610 _test_descriptor test; in initTest()
636 float irrelevant_tess_level, _test_descriptor& test) in initTestDescriptor()
683 const _test_descriptor& test = *test_iterator; in iterate()
DesextcTessellationShaderTessellation.cpp1682 void TessellationShaderTessellationgl_TessCoord::deinitTestDescriptor(_test_descriptor& test) in deinitTestDescriptor()
1833 _test_descriptor test; in initTest()
1869 _test_descriptor& test, _tessellation_shader_vertex_spacing vertex_spacing, in initTestDescriptor()
2031 const _test_descriptor& test = *test_iterator; in iterate()