Home
last modified time | relevance | path

Searched refs:IS_BIFROST (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/panfrost/include/
Dpanfrost-quirks.h48 #define IS_BIFROST (1 << 3) macro
78 #define BIFROST_QUIRKS (IS_BIFROST | NO_BLEND_PACKS | MIDGARD_NO_AFBC)
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c117 if (dev->quirks & IS_BIFROST) in pan_upload_shader_descriptor()
254 if (dev->quirks & IS_BIFROST) in panfrost_shader_compile()
272 if (!(dev->quirks & IS_BIFROST)) { in panfrost_shader_compile()
357 if (dev->quirks & IS_BIFROST) in panfrost_shader_compile()
389 if (dev->quirks & IS_BIFROST) in panfrost_shader_compile()
Dpan_screen.c105 bool is_bifrost = (dev->quirks & IS_BIFROST); in panfrost_get_param()
289 bool is_bifrost = dev->quirks & IS_BIFROST; in panfrost_get_shader_param()
438 bool is_bifrost = (dev->quirks & IS_BIFROST); in panfrost_is_format_supported()
725 if (pan_device(pscreen)->quirks & IS_BIFROST) in panfrost_screen_get_compiler_options()
Dpan_mfbd.c184 if (!(dev->quirks & IS_BIFROST)) in panfrost_mfbd_rt_set_buf()
485 if (dev->quirks & IS_BIFROST) in panfrost_attach_mfbd()
567 if (dev->quirks & IS_BIFROST) in panfrost_mfbd_fragment()
605 if (dev->quirks & IS_BIFROST) in panfrost_mfbd_fragment()
Dpan_blend_shaders.c209 options.is_bifrost = !!(dev->quirks & IS_BIFROST); in panfrost_create_blend_shader()
300 if (dev->quirks & IS_BIFROST) { in panfrost_compile_blend_shader()
Dpan_context.c298 if (!(device->quirks & IS_BIFROST)) in panfrost_draw_emit_vertex()
338 bool is_bifrost = device->quirks & IS_BIFROST; in panfrost_draw_emit_tiler()
388 if (!(device->quirks & IS_BIFROST)) in panfrost_draw_emit_tiler()
470 bool is_bifrost = device->quirks & IS_BIFROST; in panfrost_draw_vbo()
672 if (device->quirks & IS_BIFROST) in panfrost_create_sampler_state()
1001 if (device->quirks & IS_BIFROST) { in panfrost_create_sampler_view_bo()
1602 if (!(dev->quirks & IS_BIFROST)) { in panfrost_create_context()
Dpan_cmdstream.c364 if (dev->quirks & IS_BIFROST) in panfrost_emit_blend()
493 if (dev->quirks & IS_BIFROST) in panfrost_prepare_fs_state()
1029 if (device->quirks & IS_BIFROST) { in panfrost_emit_texture_descriptors()
1104 bool is_bifrost = !!(dev->quirks & IS_BIFROST); in panfrost_emit_vertex_data()
1451 if (fs->reads_frag_coord && !(quirks & IS_BIFROST)) in pan_varying_present()
1481 cfg.offset_enable = quirks & IS_BIFROST ? false : true; in pan_emit_vary()
1544 cfg.offset_enable = quirks & IS_BIFROST ? false : true; in pan_emit_vary_xfb()
1728 if (dev->quirks & IS_BIFROST) in panfrost_emit_varying_descriptor()
Dpan_compute.c145 if (!(dev->quirks & IS_BIFROST)) in panfrost_launch_grid()
Dpan_job.c737 unsigned size = (dev->quirks & IS_BIFROST) ? in panfrost_batch_reserve_framebuffer()
746 if (!(dev->quirks & (MIDGARD_SFBD | IS_BIFROST))) in panfrost_batch_reserve_framebuffer()
865 if (batch->pool.dev->quirks & IS_BIFROST) { in panfrost_load_surface()
1004 pandecode_jc(submit.jc, dev->quirks & IS_BIFROST, dev->gpu_id, minimal); in panfrost_batch_submit_ioctl()
Dpan_resource.c88 if (dev->quirks & IS_BIFROST && in panfrost_resource_from_handle()
/external/mesa3d/src/panfrost/lib/
Dpan_scoreboard.c118 bool is_bifrost = !!(pool->dev->quirks & IS_BIFROST); in panfrost_add_job()
200 if (pool->dev->quirks & IS_BIFROST || !scoreboard->tiler_dep) in panfrost_scoreboard_initialize_tiler()
Dpan_blit.c111 if (dev->quirks & IS_BIFROST) in panfrost_build_blit_shader()
126 bool is_bifrost = !!(dev->quirks & IS_BIFROST); in panfrost_init_blit_shaders()
/external/mesa3d/docs/relnotes/
D20.1.0.rst628 - panfrost: Add IS_BIFROST quirk
4284 - panfrost: Pass IS_BIFROST to pandecode_jc