Lines Matching defs:anv_state
743 struct anv_state {
750 #define ANV_STATE_NULL ((struct anv_state) { .alloc_size = 0 })
764 struct anv_state state;
808 struct anv_state block;
840 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool,
842 struct anv_state anv_state_pool_alloc_back(struct anv_state_pool *pool);
843 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state);
848 struct anv_state anv_state_stream_alloc(struct anv_state_stream *stream,
856 struct anv_state anv_state_reserved_pool_alloc(struct anv_state_reserved_pool *pool);
858 struct anv_state state);
869 struct anv_state* anv_free_list_pop(union anv_free_list *list,
873 static inline struct anv_state *
901 struct anv_state surf_states[16];
1209 struct anv_state null_surface_state;
1215 struct anv_state border_colors;
1217 struct anv_state slice_hash;
1227 struct anv_state cps_states;
1310 static inline struct anv_state
1321 anv_binding_table_pool_free(struct anv_device *device, struct anv_state state) {
1959 struct anv_state desc_mem;
1961 struct anv_state desc_surface_state;
1989 struct anv_state surface_state;
1990 struct anv_state storage_surface_state;
1991 struct anv_state lowered_storage_surface_state;
2534 struct anv_state state;
2634 struct anv_state push_constants_state;
2655 struct anv_state att_states;
2659 struct anv_state null_surface_state;
2702 struct anv_state push_data;
2738 struct anv_state binding_tables[MESA_VULKAN_SHADER_STAGES];
2739 struct anv_state samplers[MESA_VULKAN_SHADER_STAGES];
2838 struct anv_state bt_next;
2923 struct anv_state anv_cmd_buffer_emit_dynamic(struct anv_cmd_buffer *cmd_buffer,
2925 struct anv_state anv_cmd_buffer_merge_dynamic(struct anv_cmd_buffer *cmd_buffer,
2931 struct anv_state
2934 struct anv_state
2936 struct anv_state
2945 struct anv_state
2947 struct anv_state
2954 struct anv_state *bt_state);
2995 struct anv_state state;
3025 struct anv_state kernel;
4026 struct anv_state state,
4084 struct anv_state bindless_state;
4086 struct anv_state custom_border_color;