/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderIsolines.hpp | 75 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);
|
D | esextcTessellationShaderTCTE.hpp | 387 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 …]
|
D | esextcTessellationShaderTriangles.hpp | 84 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…
|
D | esextcTessellationShaderProperties.hpp | 93 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;
|
D | esextcTessellationShaderPoints.hpp | 92 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;
|
D | esextcTessellationShaderXFB.hpp | 64 typedef struct _test_descriptor struct in glcts::TessellationShaderXFB 81 _test_descriptor() in _test_descriptor() argument 92 } _test_descriptor; typedef in glcts::TessellationShaderXFB
|
D | esextcTessellationShaderTessellation.hpp | 296 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,
|
D | esextcTessellationShaderProperties.cpp | 290 _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()
|
D | esextcTessellationShaderXFB.cpp | 577 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()
|
D | esextcTessellationShaderTriangles.cpp | 146 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()
|
D | esextcTessellationShaderPoints.cpp | 106 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()
|
D | esextcTessellationShaderTCTE.cpp | 3194 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 …]
|
D | esextcTessellationShaderIsolines.cpp | 610 _test_descriptor test; in initTest() 636 float irrelevant_tess_level, _test_descriptor& test) in initTestDescriptor() 683 const _test_descriptor& test = *test_iterator; in iterate()
|
D | esextcTessellationShaderTessellation.cpp | 1682 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()
|