Home
last modified time | relevance | path

Searched refs:state_pos (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh560 int state_pos = 0; in sanitize() local
563 while (min_state < state_neg || state_pos <= max_state) in sanitize()
586 if (state_pos <= max_state) in sanitize()
593 if ((c->max_ops -= max_state - state_pos + 1) < 0) in sanitize()
601 for (const HBUSHORT *p = &states[state_pos * num_classes]; p < stop; p++) in sanitize()
603 state_pos = max_state + 1; in sanitize()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c889 uint32_t *state_pos = pipeline->blend_state.map; local
890 state_pos += GENX(BLEND_STATE_length);
912 GENX(BLEND_STATE_ENTRY_pack)(NULL, state_pos, &entry);
913 state_pos += GENX(BLEND_STATE_ENTRY_length);
973 GENX(BLEND_STATE_ENTRY_pack)(NULL, state_pos, &entry);
974 state_pos += GENX(BLEND_STATE_ENTRY_length);