/third_party/mesa3d/src/intel/genxml/ |
D | gen_macros.h | 63 # define GENX(X) GFX4_##X macro 66 # define GENX(X) GFX45_##X macro 69 # define GENX(X) GFX5_##X macro 72 # define GENX(X) GFX6_##X macro 75 # define GENX(X) GFX7_##X macro 78 # define GENX(X) GFX75_##X macro 81 # define GENX(X) GFX8_##X macro 84 # define GENX(X) GFX9_##X macro 87 # define GENX(X) GFX11_##X macro 90 # define GENX(X) GFX12_##X macro [all …]
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
D | gen_macros.h | 82 # define GENX(X) X##_v4 macro 85 # define GENX(X) X##_v5 macro 88 # define GENX(X) X##_v6 macro 91 # define GENX(X) X##_v7 macro
|
D | decode.c | 1152 GENX(pandecode_jc)(mali_ptr jc_gpu_va, unsigned gpu_id) in GENX() function 1214 GENX(pandecode_abort_on_fault)(mali_ptr jc_gpu_va) in GENX() function
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_cs.c | 87 GENX(pan_select_crc_rt)(const struct pan_fb_info *fb) in GENX() function 473 GENX(pan_emit_tls)(const struct pan_tls_info *info, in GENX() function 848 GENX(pan_emit_fbd)(const struct panfrost_device *dev, in GENX() function 865 GENX(pan_emit_tiler_heap)(const struct panfrost_device *dev, in GENX() function 877 GENX(pan_emit_tiler_ctx)(const struct panfrost_device *dev, in GENX() function 898 GENX(pan_emit_fragment_job)(const struct pan_fb_info *fb, in GENX() function
|
D | pan_indirect_dispatch.c | 115 GENX(pan_indirect_dispatch_emit)(struct pan_pool *pool, in GENX() function 155 GENX(pan_indirect_dispatch_init)(struct panfrost_device *dev) in GENX() function 267 GENX(pan_indirect_dispatch_cleanup)(struct panfrost_device *dev) in GENX() function
|
D | pan_shader.c | 36 GENX(pan_shader_get_compiler_options)(void) in GENX() function 181 GENX(pan_shader_compile)(nir_shader *s, in GENX() function
|
D | pan_blend.c | 515 GENX(pan_blend_create_shader)(const struct panfrost_device *dev, in GENX() function 623 GENX(pan_blend_get_internal_desc)(const struct panfrost_device *dev, in GENX() function 680 GENX(pan_blend_get_shader_locked)(const struct panfrost_device *dev, in GENX() function
|
D | pan_blitter.c | 1212 GENX(pan_preload_fb)(struct pan_pool *pool, in GENX() function 1256 GENX(pan_blit_ctx_init)(struct panfrost_device *dev, in GENX() function 1387 GENX(pan_blit)(struct pan_blit_context *ctx, in GENX() function 1491 GENX(pan_blitter_init)(struct panfrost_device *dev, in GENX() function 1513 GENX(pan_blitter_cleanup)(struct panfrost_device *dev) in GENX() function
|
D | pan_texture.c | 484 GENX(panfrost_estimate_texture_payload_size)(const struct pan_image_view *iview) in GENX() function 708 GENX(panfrost_new_texture)(const struct panfrost_device *dev, in GENX() function
|
D | pan_indirect_draw.c | 1290 GENX(panfrost_emit_indirect_draw)(struct pan_pool *pool, in GENX() function 1390 GENX(panfrost_init_indirect_draw_shaders)(struct panfrost_device *dev, in GENX() function 1401 GENX(panfrost_cleanup_indirect_draw_shaders)(struct panfrost_device *dev) in GENX() function
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 3653 GENX(panfrost_cmdstream_screen_init)(struct panfrost_screen *screen) in GENX() function
|