Searched refs:fixed_function (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_blend_cso.h39 bool fixed_function : 1; member in struct:pan_blend_info
H A Dpan_cmdstream.c356 cfg.fixed_function.num_comps = 4;
357 cfg.fixed_function.conversion.memory_format =
359 cfg.fixed_function.conversion.register_format =
361 cfg.fixed_function.rt = i;
3475 .fixed_function = !blend->logicop_enable &&
3491 if (so->info[c].fixed_function) {
H A Dpan_context.c168 if (info.fixed_function && panfrost_blendable_formats_v7[fmt].internal &&
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
H A Dtest-blend.c33 bool fixed_function; member in struct:test
51 .fixed_function = true,
68 .fixed_function = true,
86 .fixed_function = true,
103 .fixed_function = true,
121 .fixed_function = true,
138 .fixed_function = true,
154 .fixed_function = true,
166 .fixed_function = true,
182 .fixed_function
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c632 cfg.fixed_function.num_comps = desc->nr_channels;
633 cfg.fixed_function.rt = rt;
642 cfg.fixed_function.conversion.register_format =
646 cfg.fixed_function.conversion.register_format =
651 cfg.fixed_function.conversion.register_format =
655 cfg.fixed_function.conversion.register_format =
660 cfg.fixed_function.conversion.register_format =
664 cfg.fixed_function.conversion.register_format =
671 cfg.fixed_function.conversion.memory_format =
H A Dpan_blitter.c155 cfg.internal.fixed_function.num_comps = 4;
156 cfg.internal.fixed_function.conversion.memory_format =
158 cfg.internal.fixed_function.conversion.register_format =
161 cfg.internal.fixed_function.rt = rt;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h1636 struct MALI_BLEND_FIXED_FUNCTION fixed_function; member in struct:MALI_INTERNAL_BLEND
1641 .fixed_function = { MALI_BLEND_FIXED_FUNCTION_header }
1649 __gen_uint(values->fixed_function.num_comps - 1, 3, 4) |
1650 __gen_uint(values->fixed_function.alpha_zero_nop, 5, 5) |
1651 __gen_uint(values->fixed_function.alpha_one_store, 6, 6) |
1652 __gen_uint(values->fixed_function.rt, 16, 19);
1654 __gen_uint(values->fixed_function.conversion.memory_format, 0, 21) |
1655 __gen_uint(values->fixed_function.conversion.raw, 22, 22) |
1656 __gen_uint(values->fixed_function.conversion.register_format, 24, 26);
1670 values->fixed_function
[all...]
H A Dv7_pack.h1688 struct MALI_BLEND_FIXED_FUNCTION fixed_function; member in struct:MALI_INTERNAL_BLEND
1693 .fixed_function = { MALI_BLEND_FIXED_FUNCTION_header }
1701 __gen_uint(values->fixed_function.num_comps - 1, 3, 4) |
1702 __gen_uint(values->fixed_function.alpha_zero_nop, 5, 5) |
1703 __gen_uint(values->fixed_function.alpha_one_store, 6, 6) |
1704 __gen_uint(values->fixed_function.rt, 16, 19);
1706 __gen_uint(values->fixed_function.conversion.memory_format, 0, 21) |
1707 __gen_uint(values->fixed_function.conversion.raw, 22, 22) |
1708 __gen_uint(values->fixed_function.conversion.register_format, 24, 26);
1722 values->fixed_function
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c645 cfg.internal.fixed_function.num_comps = 4;
646 cfg.internal.fixed_function.conversion.memory_format =
648 cfg.internal.fixed_function.conversion.register_format =
650 cfg.internal.fixed_function.rt = rt;
H A Dpanvk_vX_meta_clear.c243 cfg.internal.fixed_function.num_comps = 4;
244 cfg.internal.fixed_function.conversion.memory_format =
246 cfg.internal.fixed_function.conversion.register_format =
H A Dpanvk_vX_meta_copy.c308 cfg.internal.fixed_function.num_comps = 4;
310 cfg.internal.fixed_function.conversion.memory_format =
312 cfg.internal.fixed_function.conversion.register_format =
317 cfg.internal.fixed_function.conversion.memory_format =
319 cfg.internal.fixed_function.conversion.register_format =

Completed in 36 milliseconds