Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp7273 unsigned int n_gs_subroutine = ((n_subroutine_permutation & (1 << 1)) != 0) ? 1 : 0; in iterate() local
7286 { GL_GEOMETRY_SHADER, gs_po_id, gs_subroutine_indices + n_gs_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()
7354 unsigned int n_gs_subroutine, unsigned int n_tc_id, in verifyReadBuffer() argument
7381 if (n_gs_subroutine == 0) in verifyReadBuffer()
7446 << " n_gs_subroutine:" << n_gs_subroutine << " n_tc_id:" << n_tc_id in verifyReadBuffer()
Dgl4cShaderSubroutineTests.hpp765 unsigned int n_gs_subroutine, unsigned int n_tc_id, unsigned int n_tc_subroutine,