Searched refs:m_ref_patch_attributes (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTessellation.cpp2198 m_ref_patch_attributes[0] = 0.0f;
2199 m_ref_patch_attributes[1] = 0.0f;
2200 m_ref_patch_attributes[2] = 0.0f;
2201 m_ref_patch_attributes[3] = 0.0f;
2403 compareValues("Per-patch components test ", m_ref_patch_attributes, 1 /* amount of output vectors */);
2646 * Fills m_ref_vertex_attributes and m_ref_patch_attributes arrays.
2737 m_ref_patch_attributes[0] = 0.0f;
2738 m_ref_patch_attributes[1] = 0.0f;
2739 m_ref_patch_attributes[2] = 0.0f;
2740 m_ref_patch_attributes[
[all...]
H A DesextcTessellationShaderTessellation.hpp454 glw::GLfloat m_ref_patch_attributes[4]; /* reference values for max per-patch attributes case 2 */ member in class:glcts::TessellationShaderTessellationMaxInOut

Completed in 118 milliseconds