Searched refs:derivative_control (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/virtio/virtio-gpu/ |
D | virgl_hw.h | 518 unsigned derivative_control:1; member
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_screen.c | 253 return vscreen->caps.caps.v1.bset.derivative_control; in virgl_get_param()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 607 derivative_control(const _mesa_glsl_parse_state *state) in derivative_control() function 7487 UNOP(dFdxCoarse, ir_unop_dFdx_coarse, derivative_control) in UNOP() 7488 UNOP(dFdxFine, ir_unop_dFdx_fine, derivative_control) in UNOP() 7490 UNOP(dFdyCoarse, ir_unop_dFdy_coarse, derivative_control) in UNOP() 7491 UNOP(dFdyFine, ir_unop_dFdy_fine, derivative_control) in UNOP() 7508 MAKE_SIG(type, derivative_control, 1, p); in _fwidthCoarse() 7520 MAKE_SIG(type, derivative_control, 1, p); in _fwidthFine()
|