/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blorp.c | 89 blorp_emit_dwords(struct blorp_batch *blorp_batch, unsigned n) in blorp_emit_dwords() 96 combine_and_pin_address(struct blorp_batch *blorp_batch, in combine_and_pin_address() 111 blorp_emit_reloc(struct blorp_batch *blorp_batch, UNUSED void *location, in blorp_emit_reloc() 118 blorp_surface_reloc(struct blorp_batch *blorp_batch, uint32_t ss_offset, in blorp_surface_reloc() 125 blorp_get_surface_address(struct blorp_batch *blorp_batch, in blorp_get_surface_address() 132 blorp_get_surface_base_address(UNUSED struct blorp_batch *blorp_batch) in blorp_get_surface_base_address() 145 blorp_alloc_dynamic_state(struct blorp_batch *blorp_batch, in blorp_alloc_dynamic_state() 158 blorp_alloc_general_state(struct blorp_batch *blorp_batch, in blorp_alloc_general_state() 168 blorp_alloc_binding_table(struct blorp_batch *blorp_batch, in blorp_alloc_binding_table() 211 blorp_alloc_vertex_buffer(struct blorp_batch *blorp_batch, in blorp_alloc_vertex_buffer() [all …]
|
H A D | iris_clear.c | 297 struct blorp_batch blorp_batch; in fast_clear_color() local 377 struct blorp_batch blorp_batch; in clear_color() local 640 struct blorp_batch blorp_batch; in clear_depth_stencil() local
|
H A D | iris_program_cache.c | 217 iris_blorp_lookup_shader(struct blorp_batch *blorp_batch, in iris_blorp_lookup_shader() 243 iris_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, in iris_blorp_upload_shader()
|
H A D | iris_resolve.c | 550 struct blorp_batch blorp_batch; in iris_resolve_color() local 591 struct blorp_batch blorp_batch; in iris_mcs_exec() local 739 struct blorp_batch blorp_batch; in iris_hiz_exec() local
|
H A D | iris_blit.c | 464 struct blorp_batch blorp_batch; in iris_blit() local 653 struct blorp_batch blorp_batch; in iris_copy_region() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blorp.c | 88 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() 203 blorp_alloc_vertex_buffer(struct blorp_batch *blorp_batch, in blorp_alloc_vertex_buffer() 229 blorp_vf_invalidate_for_vb_48b_transitions(struct blorp_batch *blorp_batch, in blorp_vf_invalidate_for_vb_48b_transitions() [all …]
|
H A D | gen4_blorp_exec.h | 25 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()
|
H A D | crocus_clear.c | 291 struct blorp_batch blorp_batch; in fast_clear_color() local 368 struct blorp_batch blorp_batch; in clear_color() local 573 struct blorp_batch blorp_batch; in clear_depth_stencil() local
|
H A D | crocus_program_cache.c | 239 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()
|
H A D | crocus_resolve.c | 555 struct blorp_batch blorp_batch; in crocus_resolve_color() local 585 struct blorp_batch blorp_batch; in crocus_mcs_partial_resolve() local 687 struct blorp_batch blorp_batch; in crocus_hiz_exec() local
|
H A D | crocus_blit.c | 527 struct blorp_batch blorp_batch; in crocus_blit() local 678 struct blorp_batch blorp_batch; in crocus_copy_region() local
|
/aosp_15_r20/external/mesa3d/src/intel/blorp/ |
H A D | blorp.h | 138 struct blorp_batch { struct 141 enum blorp_batch_flags flags; argument 144 void blorp_batch_init(struct blorp_context *blorp, struct blorp_batch *batch, argument
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | genX_blorp_exec.c | 104 blorp_get_surface_address(struct blorp_batch *blorp_batch, in blorp_get_surface_address() 254 blorp_pre_emit_urb_config(struct blorp_batch *blorp_batch, in blorp_pre_emit_urb_config()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | genX_blorp_exec.c | 97 blorp_get_surface_address(struct blorp_batch *blorp_batch, in blorp_get_surface_address() 266 blorp_pre_emit_urb_config(struct blorp_batch *blorp_batch, in blorp_pre_emit_urb_config()
|