Home
last modified time | relevance | path

Searched defs:GENX (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/genxml/
Dgen_macros.h63 # 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/
Dgen_macros.h82 # 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
Ddecode.c1152 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/
Dpan_cs.c87 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
Dpan_indirect_dispatch.c115 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
Dpan_shader.c36 GENX(pan_shader_get_compiler_options)(void) in GENX() function
181 GENX(pan_shader_compile)(nir_shader *s, in GENX() function
Dpan_blend.c515 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
Dpan_blitter.c1212 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
Dpan_texture.c484 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
Dpan_indirect_draw.c1290 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/
Dpan_cmdstream.c3653 GENX(panfrost_cmdstream_screen_init)(struct panfrost_screen *screen) in GENX() function