OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cso_changed
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c
378
#define
cso_changed
(x) (!old_cso || (old_cso->x != new_cso->x))
macro
1502
if (
cso_changed
(alpha_ref_value))
1505
if (
cso_changed
(alpha_enabled))
1508
if (
cso_changed
(alpha_func))
1511
if (
cso_changed
(depth_writes_enabled) ||
cso_changed
(stencil_writes_enabled))
1518
if (
cso_changed
(depth_bounds))
1920
if (
cso_changed
(half_pixel_center))
1923
if (
cso_changed
(line_stipple_enable) ||
cso_changed
(poly_stipple_enable)
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c
458
#define
cso_changed
(x) (!old_cso || (old_cso->x != new_cso->x))
macro
1134
if (
cso_changed
(alpha.ref_value))
1137
if (
cso_changed
(alpha.enabled))
1140
if (
cso_changed
(alpha.func))
1143
if (
cso_changed
(depth_writes_enabled))
1366
if (
cso_changed
(half_pixel_center))
1369
if (
cso_changed
(line_stipple_enable) ||
cso_changed
(poly_stipple_enable))
1372
if (
cso_changed
(rasterizer_discard))
1375
if (
cso_changed
(flatshade_first)
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_state.c
399
#define
cso_changed
(x) (!old_cso || (old_cso->x != new_cso->x))
macro
1753
if (
cso_changed
(cso.alpha_ref_value))
1756
if (
cso_changed
(cso.alpha_enabled))
1759
if (
cso_changed
(cso.alpha_enabled))
1762
if (
cso_changed
(cso.alpha_func))
1766
if (
cso_changed
(cso.alpha_enabled))
1770
if (
cso_changed
(depth_writes_enabled))
2168
if (
cso_changed
(cso.half_pixel_center))
2170
if (
cso_changed
(cso.scissor))
2172
if (
cso_changed
(cso.multisample)
[
all
...]
Completed in 10 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026