Searched refs:fs_derivative_control (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 445 fs_derivative_control(const _mesa_glsl_parse_state *state) in fs_derivative_control() function 5391 UNOP(dFdxCoarse, ir_unop_dFdx_coarse, fs_derivative_control) in UNOP() 5392 UNOP(dFdxFine, ir_unop_dFdx_fine, fs_derivative_control) in UNOP() 5394 UNOP(dFdyCoarse, ir_unop_dFdy_coarse, fs_derivative_control) in UNOP() 5395 UNOP(dFdyFine, ir_unop_dFdy_fine, fs_derivative_control) in UNOP() 5412 MAKE_SIG(type, fs_derivative_control, 1, p); in _fwidthCoarse() 5424 MAKE_SIG(type, fs_derivative_control, 1, p); in _fwidthFine()
|