Home
last modified time | relevance | path

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

/external/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 …]
/external/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
94 #define GENX(X) X##_v9 macro
97 #define GENX(X) X##_v10 macro
Ddecode.c112 GENX(pandecode_fbd)(struct pandecode_context *ctx, uint64_t gpu_va, in GENX() function
208 GENX(pandecode_blend)(struct pandecode_context *ctx, void *descs, int rt_no, in GENX() function
308 GENX(pandecode_texture)(struct pandecode_context *ctx, mali_ptr u, unsigned tex) in GENX() function
321 GENX(pandecode_texture)(struct pandecode_context *ctx, const void *cl, in GENX() function
348 GENX(pandecode_tiler)(struct pandecode_context *ctx, mali_ptr gpu_va, in GENX() function
365 GENX(pandecode_fau)(struct pandecode_context *ctx, mali_ptr addr, in GENX() function
383 GENX(pandecode_shader)(struct pandecode_context *ctx, mali_ptr addr, in GENX() function
428 GENX(pandecode_resource_tables)(struct pandecode_context *ctx, mali_ptr addr, in GENX() function
453 GENX(pandecode_depth_stencil)(struct pandecode_context *ctx, mali_ptr addr) in GENX() function
461 GENX(pandecode_shader_environment)(struct pandecode_context *ctx, in GENX() function
[all …]
Ddecode_jm.c256 GENX(pandecode_dcd)(struct pandecode_context *ctx, const struct MALI_DRAW *p, in GENX() function
596 GENX(pandecode_jc)(struct pandecode_context *ctx, mali_ptr jc_gpu_va, in GENX() function
676 GENX(pandecode_abort_on_fault)(struct pandecode_context *ctx, in GENX() function
Ddecode_csf.c745 GENX(pandecode_cs)(struct pandecode_context *ctx, mali_ptr queue, uint32_t size, in GENX() function
/external/mesa3d/src/panfrost/lib/
Dpan_shader.c35 GENX(pan_shader_get_compiler_options)(void) in GENX() function
73 GENX(pan_fixup_blend_type)(nir_alu_type T_size, enum pipe_format format) in GENX() function
107 GENX(pan_shader_compile)(nir_shader *s, struct panfrost_compile_inputs *inputs, in GENX() function
Dpan_desc.c81 GENX(pan_select_crc_rt)(const struct pan_fb_info *fb, unsigned tile_size) in GENX() function
529 GENX(pan_emit_tls)(const struct pan_tls_info *info, void *out) in GENX() function
676 GENX(pan_emit_fbd)(const struct pan_fb_info *fb, const struct pan_tls_info *tls, in GENX() function
821 GENX(pan_emit_fbd)(const struct pan_fb_info *fb, const struct pan_tls_info *tls, in GENX() function
934 GENX(pan_emit_fragment_job)(const struct pan_fb_info *fb, mali_ptr fbd, in GENX() function
Dpan_format.h204 GENX(panfrost_format_from_pipe_format)(enum pipe_format f) in GENX() function
210 GENX(panfrost_blendable_format_from_pipe_format)(enum pipe_format f) in GENX() function
217 GENX(panfrost_dithered_format_from_pipe_format)(enum pipe_format f, bool dithered) in GENX() function
Dpan_blend.c731 GENX(pan_blend_get_internal_desc)(enum pipe_format fmt, unsigned rt, in GENX() function
803 GENX(pan_inline_rt_conversion)(nir_shader *s, enum pipe_format *formats) in GENX() function
812 GENX(pan_blend_get_shader_locked)(struct pan_blend_shader_cache *cache, in GENX() function
Dpan_indirect_dispatch.c153 GENX(pan_indirect_dispatch_emit)(struct pan_indirect_dispatch_meta *meta, in GENX() function
Dpan_texture.c175 GENX(panfrost_estimate_texture_payload_size)(const struct pan_image_view *iview) in GENX() function
668 GENX(panfrost_new_texture)(const struct pan_image_view *iview, void *out, in GENX() function
772 GENX(pan_afbc_compression_mode)(enum pipe_format format) in GENX() function
Dpan_blitter.c1381 GENX(pan_preload_fb)(struct pan_blitter_cache *cache, struct pan_pool *pool, in GENX() function
1419 GENX(pan_blit_ctx_init)(struct pan_blitter_cache *cache, in GENX() function
1570 GENX(pan_blit)(struct pan_blit_context *ctx, struct pan_pool *pool, in GENX() function
1693 GENX(pan_blitter_cache_init)(struct pan_blitter_cache *cache, in GENX() function
1716 GENX(pan_blitter_cache_cleanup)(struct pan_blitter_cache *cache) in GENX() function
Dpan_format.c617 GENX(pan_decompose_swizzle)(enum mali_rgb_component_order order) in GENX() function
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_jm.c42 GENX(jm_init_batch)(struct panfrost_batch *batch) in GENX() function
193 GENX(jm_submit_batch)(struct panfrost_batch *batch) in GENX() function
233 GENX(jm_preload_fb)(struct panfrost_batch *batch, struct pan_fb_info *fb) in GENX() function
243 GENX(jm_emit_fragment_job)(struct panfrost_batch *batch, in GENX() function
271 GENX(jm_launch_grid)(struct panfrost_batch *batch, in GENX() function
814 GENX(jm_launch_xfb)(struct panfrost_batch *batch, in GENX() function
887 GENX(jm_launch_draw)(struct panfrost_batch *batch, in GENX() function
Dpan_cmdstream.c3760 GENX(panfrost_cmdstream_screen_init)(struct panfrost_screen *screen) in GENX() function
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_compute.c261 static inline struct GENX(INTERFACE_DESCRIPTOR_DATA) in GENX() function
695 static struct GENX(RT_SHADER_TABLE) in GENX() function