Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp7274 unsigned int n_tc_subroutine = ((n_subroutine_permutation & (1 << 2)) != 0) ? 1 : 0; in iterate() local
7287 { GL_TESS_CONTROL_SHADER, tc_po_id, tc_subroutine_indices + n_tc_subroutine }, in iterate()
7315 …verifyReadBuffer(n_fs_idx, n_fs_subroutine, n_gs_idx, n_gs_subroutine, n_tc_idx, n_tc_subroutine, … in iterate()
7355 unsigned int n_tc_subroutine, unsigned int n_te_id, in verifyReadBuffer() argument
7390 if (n_tc_subroutine == 0) in verifyReadBuffer()
7447 << " n_tc_subroutine:" << n_tc_subroutine << " n_te_id:" << n_te_id in verifyReadBuffer()
Dgl4cShaderSubroutineTests.hpp765 unsigned int n_gs_subroutine, unsigned int n_tc_id, unsigned int n_tc_subroutine,