Searched refs:is_point_mode_enabled (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderUtils.hpp | 277 bool is_point_mode_enabled); 318 bool is_point_mode_enabled; member 339 is_point_mode_enabled = false; in _tessellation_vertex_counter_program() 387 _tessellation_primitive_mode primitive_mode, bool is_point_mode_enabled,
|
D | esextcTessellationShaderVertexOrdering.cpp | 342 …_tessellation_shader_vertex_ordering vertex_ordering, bool is_point_mode_enabled, TessellationShad… in initTestIteration() argument 349 TESSELLATION_SHADER_VERTEX_SPACING_EQUAL, primitive_mode, vertex_ordering, is_point_mode_enabled); in initTestIteration() 400 test_iteration.is_point_mode_enabled = is_point_mode_enabled; in initTestIteration() 405 is_point_mode_enabled); in initTestIteration() 420 …f_mode = TessellationShaderUtils::getTFModeForPrimitiveMode(primitive_mode, is_point_mode_enabled); in initTestIteration() 683 DE_ASSERT(test_iteration_a.is_point_mode_enabled); in verifyVertexOrderingDoesNotChangeGeneratedPoints() 684 DE_ASSERT(test_iteration_b.is_point_mode_enabled); in verifyVertexOrderingDoesNotChangeGeneratedPoints()
|
D | esextcTessellationShaderVertexOrdering.hpp | 83 bool is_point_mode_enabled; member 109 _tessellation_shader_vertex_ordering vertex_ordering, bool is_point_mode_enabled,
|
D | esextcTessellationShaderUtils.cpp | 110 if (!program.is_point_mode_enabled) in captureTessellationData() 144 …ationShaderUtils::getTFModeForPrimitiveMode(program.primitive_mode, program.is_point_mode_enabled); in captureTessellationData() 610 bool is_point_mode_enabled) in getAmountOfVerticesGeneratedByTessellator() argument 629 vertex_spacing, primitive_mode, is_point_mode_enabled, test_program); in getAmountOfVerticesGeneratedByTessellator() 1231 bool is_point_mode_enabled, _tessellation_vertex_counter_program& result_descriptor) in initTessellationVertexCounterProgram() argument 1256 is_point_mode_enabled); in initTessellationVertexCounterProgram() 1300 result_descriptor.is_point_mode_enabled = is_point_mode_enabled; in initTessellationVertexCounterProgram()
|
D | esextcTessellationShaderTCTE.hpp | 282 bool is_point_mode_enabled);
|
D | esextcTessellationShaderTCTE.cpp | 2063 bool is_point_mode_enabled) in getTessellationEvaluationShaderCode() argument 2207 (is_point_mode_enabled) ? ", point_mode" : ""); in getTessellationEvaluationShaderCode() 2334 bool is_point_mode_enabled = point_mode_enabled_flags[n_point_mode_enabled_flag]; in initTest() local 2339 if (!m_is_tessellation_shader_point_size_supported && is_point_mode_enabled) in initTest() 2350 run.point_mode = is_point_mode_enabled; in initTest()
|