Home
last modified time | relevance | path

Searched defs:first_param (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dast_function.cpp1457 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); in emit_inline_vector_constructor() local
1660 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); in emit_inline_matrix_constructor() local
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c1419 for (int first_param = list->FirstStateVarIndex; in _mesa_optimize_state_parameters() local
/third_party/python/Lib/test/
Dtest_posix.py710 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument