Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp7287 unsigned int n_fs_subroutine = ((n_subroutine_permutation & (1 << 0)) != 0) ? 1 : 0; in iterate() local
7300 {GL_FRAGMENT_SHADER, fs_po_id, fs_subroutine_indices + n_fs_subroutine}, in iterate()
7330 …verifyReadBuffer(n_fs_idx, n_fs_subroutine, n_gs_idx, n_gs_subroutine, n_tc_idx, n_tc_subroutine, … in iterate()
7368 void FunctionalTest13::verifyReadBuffer(unsigned int n_fs_id, unsigned int n_fs_subroutine, unsigne… in verifyReadBuffer() argument
7381 if (n_fs_subroutine == 0) in verifyReadBuffer()
7460 … << n_fs_id << " n_fs_subroutine:" << n_fs_subroutine << " n_gs_id:" << n_gs_id in verifyReadBuffer()
H A Dgl4cShaderSubroutineTests.hpp764 void verifyReadBuffer(unsigned int n_fs_id, unsigned int n_fs_subroutine, unsigned int n_gs_id,