Searched refs:anv_state (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/
H A Dstate_pool_free_list_only.c54 struct anv_state states[NUM_THREADS * STATES_PER_THREAD];
H A Dstate_pool_padding.c46 struct anv_state state = anv_state_pool_alloc(&state_pool, pool_size, 16);
H A Dstate_pool_test_helper.h41 struct anv_state states[chunk_size];
H A Dstate_pool_no_free.c50 struct anv_state state = anv_state_pool_alloc(job->pool, 16, 16);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
H A Dstate_pool_free_list_only.c54 struct anv_state states[NUM_THREADS * STATES_PER_THREAD];
H A Dstate_pool_padding.c49 struct anv_state state = anv_state_pool_alloc(&state_pool, pool_size, 16);
H A Dstate_pool_test_helper.h41 struct anv_state states[chunk_size];
H A Dstate_pool_no_free.c49 struct anv_state state = anv_state_pool_alloc(job->pool, 16, 16);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_blorp_exec.c101 struct anv_state state =
117 struct anv_state bt_state;
129 struct anv_state surface_state =
155 struct anv_state vb_state =
H A Danv_private.h718 struct anv_state { struct
725 #define ANV_STATE_NULL ((struct anv_state) { .alloc_size = 0 })
739 struct anv_state state;
774 struct anv_state block;
804 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool,
806 struct anv_state anv_state_pool_alloc_back(struct anv_state_pool *pool);
807 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state);
812 struct anv_state anv_state_stream_alloc(struct anv_state_stream *stream,
824 struct anv_state* anv_free_list_pop(union anv_free_list *list,
828 static inline struct anv_state *
[all...]
H A Danv_cmd_buffer.c672 struct anv_state
676 struct anv_state state;
686 struct anv_state
691 struct anv_state state;
739 struct anv_state
748 return (struct anv_state) { .offset = 0 };
757 return (struct anv_state) { .offset = 0 };
759 struct anv_state state =
774 struct anv_state
786 return (struct anv_state) {
[all...]
H A Dgen7_cmd_buffer.c54 struct anv_state scissor_state =
203 struct anv_state cc_state =
241 struct anv_state ds_state =
H A Dgen8_cmd_buffer.c42 struct anv_state sf_clip_state =
84 struct anv_state cc_state =
428 struct anv_state cc_state =
478 struct anv_state cc_state =
H A Danv_allocator.c349 struct anv_state *
1037 struct anv_state *state_i = anv_state_table_get(&pool->table,
1101 static struct anv_state
1107 struct anv_state *state;
1193 struct anv_state
1199 struct anv_state state = anv_state_pool_alloc_no_vg(pool, size, align);
1204 struct anv_state
1207 struct anv_state *state;
1234 anv_state_pool_free_no_vg(struct anv_state_pool *pool, struct anv_state state)
1250 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state stat
[all...]
H A Danv_batch_chain.c501 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states);
664 * \return An anv_state representing the binding table
666 struct anv_state
672 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states);
673 struct anv_state state;
678 return (struct anv_state) { 0 };
698 struct anv_state
706 struct anv_state
717 struct anv_state *bt_block = u_vector_add(&cmd_buffer->bt_block_states);
764 unsigned pow2_state_size = util_next_power_of_two(sizeof(struct anv_state));
[all...]
H A DgenX_cmd_buffer.c199 struct anv_state state, struct anv_address addr)
829 struct anv_state surface_state,
1179 struct anv_state next_state = state->render_pass_states;
1526 struct anv_state src_state = primary->state.render_pass_states;
1527 struct anv_state dst_state = secondary->state.render_pass_states;
2032 struct anv_state *bt_state)
2050 *bt_state = (struct anv_state) { 0, };
2056 *bt_state = (struct anv_state) { 0, };
2077 struct anv_state surface_state;
2105 struct anv_state surface_stat
[all...]
H A Danv_descriptor_set.c860 struct anv_state state;
863 static struct anv_state
870 struct anv_state state = entry->state;
881 struct anv_state state)
1084 anv_surface_state_to_handle(struct anv_state state)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_blorp_exec.c130 struct anv_state state =
145 struct anv_state state =
162 struct anv_state bt_state;
174 struct anv_state surface_state =
187 struct anv_state vb_state =
H A Danv_private.h636 struct anv_state { struct
643 #define ANV_STATE_NULL ((struct anv_state) { .alloc_size = 0 })
657 struct anv_state state;
701 struct anv_state block;
733 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool,
735 struct anv_state anv_state_pool_alloc_back(struct anv_state_pool *pool);
736 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state);
741 struct anv_state anv_state_stream_alloc(struct anv_state_stream *stream,
749 struct anv_state anv_state_reserved_pool_alloc(struct anv_state_reserved_pool *pool);
751 struct anv_state stat
[all...]
H A Danv_allocator.c341 struct anv_state *
956 struct anv_state *state_i = anv_state_table_get(&pool->table,
1022 static struct anv_state
1028 struct anv_state *state;
1114 struct anv_state
1120 struct anv_state state = anv_state_pool_alloc_no_vg(pool, size, align);
1125 struct anv_state
1128 struct anv_state *state;
1158 anv_state_pool_free_no_vg(struct anv_state_pool *pool, struct anv_state state)
1174 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state stat
[all...]
H A Danv_genX.h119 struct anv_state cps_states,
H A Danv_batch_chain.c560 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states);
773 * \return An anv_state representing the binding table
775 struct anv_state
779 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states);
783 struct anv_state state = cmd_buffer->bt_next;
785 return (struct anv_state) { 0 };
798 struct anv_state
806 struct anv_state
817 struct anv_state *bt_block = u_vector_add(&cmd_buffer->bt_block_states);
872 sizeof(struct anv_state));
[all...]
H A Dgfx7_cmd_buffer.c62 struct anv_state scissor_state =
267 struct anv_state cc_state =
332 struct anv_state ds_state =
460 struct anv_state blend_states =
H A Dgfx8_cmd_buffer.c44 struct anv_state sf_clip_state =
101 struct anv_state cc_state =
517 struct anv_state cc_state =
585 struct anv_state cc_state =
763 struct anv_state blend_states =
774 struct anv_state cps_states = ANV_STATE_NULL;
H A Danv_cmd_buffer.c1119 struct anv_state
1123 struct anv_state state;
1133 struct anv_state
1138 struct anv_state state;
1152 struct anv_state
1158 struct anv_state state =
1167 struct anv_state
1182 return (struct anv_state) { .offset = 0 };
1188 struct anv_state state;
1412 struct anv_state desc_me
[all...]

Completed in 40 milliseconds

12