Lines Matching full:path
4671 "3. Verify that 'switch' statment which selects different execution path for each CS thread works as "
5034 return NL "1. Verify case where each of the four threads takes different execution path in the CS." NL
5035 "2. Execution path for each thread is not known at the compilation time." NL
5043 "sampling." NL "2. In each execution path use different resources (buffers, samplers, uniform "
5072 " const int path = texelFetch(g_path_buffer, id).x;" NL NL " if (path == 0) {" NL
5074 " } else if (path == 1) {" NL " return;" NL " } else if (path == 2) {" NL " Path2(id);" NL
5075 " return;" NL " } else if (path == 3) {" NL " g_output[id] = g_input2[path - 1];" NL
5098 /* init 'path' buffer */