Home
last modified time | relevance | path

Searched refs:state_mask (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c1438 cso_save_state(struct cso_context *cso, unsigned state_mask) in cso_save_state() argument
1442 cso->saved_state = state_mask; in cso_save_state()
1444 if (state_mask & CSO_BIT_BLEND) in cso_save_state()
1446 if (state_mask & CSO_BIT_DEPTH_STENCIL_ALPHA) in cso_save_state()
1448 if (state_mask & CSO_BIT_FRAGMENT_SAMPLERS) in cso_save_state()
1450 if (state_mask & CSO_BIT_FRAGMENT_SHADER) in cso_save_state()
1452 if (state_mask & CSO_BIT_FRAMEBUFFER) in cso_save_state()
1454 if (state_mask & CSO_BIT_GEOMETRY_SHADER) in cso_save_state()
1456 if (state_mask & CSO_BIT_MIN_SAMPLES) in cso_save_state()
1458 if (state_mask & CSO_BIT_RASTERIZER) in cso_save_state()
[all …]
Dcso_context.h176 void cso_save_state(struct cso_context *cso, unsigned state_mask);
179 void cso_save_compute_state(struct cso_context *cso, unsigned state_mask);
/third_party/iptables/include/linux/netfilter/
Dxt_conntrack.h46 __u8 state_mask, status_mask; member
59 __u16 state_mask, status_mask; member
72 __u16 state_mask, status_mask; member
/third_party/iptables/extensions/
Dlibxt_conntrack.c233 info->state_mask |= XT_CONNTRACK_STATE_INVALID; in conntrack_ps_state()
235 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_NEW); in conntrack_ps_state()
237 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_ESTABLISHED); in conntrack_ps_state()
239 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_RELATED); in conntrack_ps_state()
241 info->state_mask |= XT_CONNTRACK_STATE_UNTRACKED; in conntrack_ps_state()
243 info->state_mask |= XT_CONNTRACK_STATE_SNAT; in conntrack_ps_state()
245 info->state_mask |= XT_CONNTRACK_STATE_DNAT; in conntrack_ps_state()
510 memcpy((r), (l), offsetof(typeof(*(l)), state_mask)); \
511 (r)->state_mask = (l)->state_mask; \
799 print_state(info->state_mask); in conntrack_dump()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state_validate.c535 uint32_t state_mask; in nv50_state_validate() local
542 state_mask = *dirty & mask; in nv50_state_validate()
544 if (state_mask) { in nv50_state_validate()
548 if (state_mask & validate->states) in nv50_state_validate()
551 *dirty &= ~state_mask; in nv50_state_validate()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw.c90 prepare_draw(struct st_context *st, struct gl_context *ctx, uint64_t state_mask, in prepare_draw() argument
102 if ((st->dirty | ctx->NewDriverState) & st->active_states & state_mask || in prepare_draw()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c966 uint32_t state_mask; in nvc0_state_validate() local
973 state_mask = *dirty & mask; in nvc0_state_validate()
975 if (state_mask) { in nvc0_state_validate()
979 if (state_mask & validate->states) in nvc0_state_validate()
982 *dirty &= ~state_mask; in nvc0_state_validate()