Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp7284 for (int n_subroutine_permutation = 0; n_subroutine_permutation < 32; /* 2^5 */ in iterate() local
7285 ++n_subroutine_permutation) in iterate()
7287 unsigned int n_fs_subroutine = ((n_subroutine_permutation & (1 << 0)) != 0) ? 1 : 0; in iterate()
7288 unsigned int n_gs_subroutine = ((n_subroutine_permutation & (1 << 1)) != 0) ? 1 : 0; in iterate()
7289 unsigned int n_tc_subroutine = ((n_subroutine_permutation & (1 << 2)) != 0) ? 1 : 0; in iterate()
7290 unsigned int n_te_subroutine = ((n_subroutine_permutation & (1 << 3)) != 0) ? 1 : 0; in iterate()
7291 unsigned int n_vs_subroutine = ((n_subroutine_permutation & (1 << 4)) != 0) ? 1 : 0; in iterate()