Home
last modified time | relevance | path

Searched refs:state_index (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.c856 const unsigned state_index = batch->state.bo->index; in submit_batch() local
857 if (state_index < batch->exec_count && in submit_batch()
858 batch->exec_bos[state_index] == batch->state.bo) { in submit_batch()
860 &batch->validation_list[state_index]; in submit_batch()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp3626 int state_index = -1;
3632 state_index = SI_STATE_IDX(ls);
3635 state_index = SI_STATE_IDX(es);
3637 state_index = SI_STATE_IDX(gs);
3639 state_index = SI_STATE_IDX(vs);
3643 state_index = SI_STATE_IDX(hs);
3648 state_index = SI_STATE_IDX(es);
3650 state_index = SI_STATE_IDX(gs);
3652 state_index = SI_STATE_IDX(vs);
3657 state_index
[all...]
/third_party/astc-encoder/Source/
H A Dtinyexr.h2423 #define TINFL_CR_RETURN(state_index, result) \
2426 r->m_state = state_index; \
2428 case state_index:; \
2431 #define TINFL_CR_RETURN_FOREVER(state_index, result) \
2434 TINFL_CR_RETURN(state_index, result); \
2445 #define TINFL_GET_BYTE(state_index, c) \
2450 TINFL_CR_RETURN(state_index, TINFL_STATUS_NEEDS_MORE_INPUT); \
2465 #define TINFL_NEED_BITS(state_index, n) \
2468 TINFL_GET_BYTE(state_index, c); \
2472 #define TINFL_SKIP_BITS(state_index,
[all...]

Completed in 15 milliseconds