Searched refs:derivative_control (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/virtio/virtio-gpu/ |
D | virgl_hw.h | 516 unsigned derivative_control:1; member
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_screen.c | 249 return vscreen->caps.caps.v1.bset.derivative_control; in virgl_get_param()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 600 derivative_control(const _mesa_glsl_parse_state *state) in derivative_control() function 6790 UNOP(dFdxCoarse, ir_unop_dFdx_coarse, derivative_control) in UNOP() 6791 UNOP(dFdxFine, ir_unop_dFdx_fine, derivative_control) in UNOP() 6793 UNOP(dFdyCoarse, ir_unop_dFdy_coarse, derivative_control) in UNOP() 6794 UNOP(dFdyFine, ir_unop_dFdy_fine, derivative_control) in UNOP() 6811 MAKE_SIG(type, derivative_control, 1, p); in _fwidthCoarse() 6823 MAKE_SIG(type, derivative_control, 1, p); in _fwidthFine()
|