Home
last modified time | relevance | path

Searched refs:should_use_glInvocationID_indexed_input (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.hpp294 …ring getGenericTCCode(unsigned int n_patch_vertices, bool should_use_glInvocationID_indexed_input);
H A DesextcTessellationShaderUtils.cpp364 bool should_use_glInvocationID_indexed_input) in getGenericTCCode() argument
419 result = (should_use_glInvocationID_indexed_input) ? tc_body_true : tc_body_false; in getGenericTCCode()