Home
last modified time | relevance | path

Searched defs:blorp_batch (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c88 blorp_emit_dwords(struct blorp_batch *blorp_batch, unsigned n) in blorp_emit_dwords()
95 blorp_emit_reloc(struct blorp_batch *blorp_batch, UNUSED void *location, in blorp_emit_reloc()
117 blorp_surface_reloc(struct blorp_batch *blorp_batch, uint32_t ss_offset, in blorp_surface_reloc()
132 blorp_get_surface_address(struct blorp_batch *blorp_batch, in blorp_get_surface_address()
141 blorp_get_surface_base_address(struct blorp_batch *blorp_batch) in blorp_get_surface_base_address()
152 blorp_alloc_dynamic_state(struct blorp_batch *blorp_batch, in blorp_alloc_dynamic_state()
163 blorp_alloc_general_state(struct blorp_batch *blorp_batch, in blorp_alloc_general_state()
173 blorp_alloc_binding_table(struct blorp_batch *blorp_batch, in blorp_alloc_binding_table()
201 blorp_alloc_vertex_buffer(struct blorp_batch *blorp_batch, in blorp_alloc_vertex_buffer()
227 blorp_vf_invalidate_for_vb_48b_transitions(struct blorp_batch *blorp_batch, in blorp_vf_invalidate_for_vb_48b_transitions()
[all …]
Dgen4_blorp_exec.h25 dynamic_state_address(struct blorp_batch *blorp_batch, uint32_t offset) in dynamic_state_address()
37 instruction_state_address(struct blorp_batch *blorp_batch, uint32_t offset) in instruction_state_address()
48 blorp_emit_vs_state(struct blorp_batch *blorp_batch) in blorp_emit_vs_state()
67 blorp_emit_sf_state(struct blorp_batch *blorp_batch, in blorp_emit_sf_state()
102 blorp_emit_wm_state(struct blorp_batch *blorp_batch, in blorp_emit_wm_state()
157 blorp_emit_color_calc_state(struct blorp_batch *blorp_batch) in blorp_emit_color_calc_state()
170 blorp_emit_pipeline(struct blorp_batch *blorp_batch, in blorp_emit_pipeline()
Dcrocus_program_cache.c239 crocus_blorp_lookup_shader(struct blorp_batch *blorp_batch, const void *key, in crocus_blorp_lookup_shader()
258 crocus_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, in crocus_blorp_upload_shader()
Dcrocus_clear.c296 struct blorp_batch blorp_batch; in fast_clear_color() local
373 struct blorp_batch blorp_batch; in clear_color() local
598 struct blorp_batch blorp_batch; in clear_depth_stencil() local
Dcrocus_resolve.c555 struct blorp_batch blorp_batch; in crocus_resolve_color() local
585 struct blorp_batch blorp_batch; in crocus_mcs_partial_resolve() local
688 struct blorp_batch blorp_batch; in crocus_hiz_exec() local
Dcrocus_blit.c528 struct blorp_batch blorp_batch; in crocus_blit() local
684 struct blorp_batch blorp_batch; in crocus_copy_region() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c82 blorp_emit_dwords(struct blorp_batch *blorp_batch, unsigned n) in blorp_emit_dwords()
89 combine_and_pin_address(struct blorp_batch *blorp_batch, in combine_and_pin_address()
103 blorp_emit_reloc(struct blorp_batch *blorp_batch, UNUSED void *location, in blorp_emit_reloc()
110 blorp_surface_reloc(struct blorp_batch *blorp_batch, uint32_t ss_offset, in blorp_surface_reloc()
117 blorp_get_surface_address(struct blorp_batch *blorp_batch, in blorp_get_surface_address()
124 blorp_get_surface_base_address(UNUSED struct blorp_batch *blorp_batch) in blorp_get_surface_base_address()
130 blorp_alloc_dynamic_state(struct blorp_batch *blorp_batch, in blorp_alloc_dynamic_state()
143 blorp_alloc_general_state(struct blorp_batch *blorp_batch, in blorp_alloc_general_state()
153 blorp_alloc_binding_table(struct blorp_batch *blorp_batch, in blorp_alloc_binding_table()
194 blorp_alloc_vertex_buffer(struct blorp_batch *blorp_batch, in blorp_alloc_vertex_buffer()
[all …]
Diris_program_cache.c198 iris_blorp_lookup_shader(struct blorp_batch *blorp_batch, in iris_blorp_lookup_shader()
222 iris_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, in iris_blorp_upload_shader()
Diris_clear.c276 struct blorp_batch blorp_batch; in fast_clear_color() local
355 struct blorp_batch blorp_batch; in clear_color() local
582 struct blorp_batch blorp_batch; in clear_depth_stencil() local
Diris_blit.c465 struct blorp_batch blorp_batch; in iris_blit() local
658 struct blorp_batch blorp_batch; in iris_copy_region() local
Diris_resolve.c472 struct blorp_batch blorp_batch; in iris_resolve_color() local
506 struct blorp_batch blorp_batch; in iris_mcs_partial_resolve() local
615 struct blorp_batch blorp_batch; in iris_hiz_exec() local
/third_party/mesa3d/src/intel/blorp/
Dblorp.h97 struct blorp_batch { struct
100 enum blorp_batch_flags flags; argument
103 void blorp_batch_init(struct blorp_context *blorp, struct blorp_batch *batch, argument
/third_party/mesa3d/src/intel/vulkan/
DgenX_blorp_exec.c111 blorp_get_surface_address(struct blorp_batch *blorp_batch, in blorp_get_surface_address()