/third_party/mesa3d/src/gallium/drivers/crocus/ |
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() 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 …]
|
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()
|
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()
|
D | crocus_clear.c | 296 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
|
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 688 struct blorp_batch blorp_batch; in crocus_hiz_exec() local
|
D | crocus_blit.c | 528 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/ |
D | iris_blorp.c | 82 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 …]
|
D | iris_program_cache.c | 198 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()
|
D | iris_clear.c | 276 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
|
D | iris_blit.c | 465 struct blorp_batch blorp_batch; in iris_blit() local 658 struct blorp_batch blorp_batch; in iris_copy_region() local
|
D | iris_resolve.c | 472 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/ |
D | blorp.h | 97 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/ |
D | genX_blorp_exec.c | 111 blorp_get_surface_address(struct blorp_batch *blorp_batch, in blorp_get_surface_address()
|