Home
last modified time | relevance | path

Searched refs:fixed_function (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/panfrost/lib/tests/
H A Dtest-blend.c33 bool fixed_function; member
54 .fixed_function = true,
72 .fixed_function = true,
90 .fixed_function = true,
108 .fixed_function = true,
126 .fixed_function = true,
144 .fixed_function = true,
162 .fixed_function = true,
176 .fixed_function = true,
194 .fixed_function = true,
[all …]
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_blend.c239 cfg.internal.fixed_function.num_comps = 4; in emit_blend_desc()
240 cfg.internal.fixed_function.conversion.memory_format = in emit_blend_desc()
245 (cfg.internal.fixed_function.conversion.memory_format & 0xff) == in emit_blend_desc()
249 cfg.internal.fixed_function.conversion.memory_format &= ~0xff; in emit_blend_desc()
250 cfg.internal.fixed_function.conversion.memory_format |= in emit_blend_desc()
255 cfg.internal.fixed_function.rt = rt_idx; in emit_blend_desc()
261 cfg.internal.fixed_function.conversion.register_format = in emit_blend_desc()
264 cfg.internal.fixed_function.conversion.register_format = in emit_blend_desc()
269 cfg.internal.fixed_function.alpha_zero_nop = in emit_blend_desc()
271 cfg.internal.fixed_function.alpha_one_store = in emit_blend_desc()
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_blend.c724 cfg.fixed_function.num_comps = desc->nr_channels; in GENX()
725 cfg.fixed_function.rt = rt; in GENX()
734 cfg.fixed_function.conversion.register_format = in GENX()
738 cfg.fixed_function.conversion.register_format = in GENX()
743 cfg.fixed_function.conversion.register_format = in GENX()
747 cfg.fixed_function.conversion.register_format = in GENX()
752 cfg.fixed_function.conversion.register_format = in GENX()
756 cfg.fixed_function.conversion.register_format = in GENX()
763 cfg.fixed_function.conversion.memory_format = in GENX()
H A Dpan_blitter.c169 cfg.internal.fixed_function.num_comps = 4; in pan_blitter_emit_blend()
170 cfg.internal.fixed_function.conversion.memory_format = GENX( in pan_blitter_emit_blend()
172 cfg.internal.fixed_function.conversion.register_format = in pan_blitter_emit_blend()
175 cfg.internal.fixed_function.rt = rt; in pan_blitter_emit_blend()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c386 cfg.fixed_function.num_comps = 4; in panfrost_emit_blend()
387 cfg.fixed_function.conversion.memory_format = GENX( in panfrost_emit_blend()
389 cfg.fixed_function.rt = i; in panfrost_emit_blend()
393 (cfg.fixed_function.conversion.memory_format & 0xff) == in panfrost_emit_blend()
397 cfg.fixed_function.conversion.memory_format &= ~0xff; in panfrost_emit_blend()
398 cfg.fixed_function.conversion.memory_format |= in panfrost_emit_blend()
404 cfg.fixed_function.alpha_zero_nop = info.alpha_zero_nop; in panfrost_emit_blend()
405 cfg.fixed_function.alpha_one_store = info.alpha_one_store; in panfrost_emit_blend()
409 cfg.fixed_function.conversion.register_format = GENX( in panfrost_emit_blend()
412 cfg.fixed_function.conversion.register_format = in panfrost_emit_blend()
[all …]
H A Dpan_blend_cso.h40 bool fixed_function : 1; member
H A Dpan_context.c176 if (info.fixed_function && dev->blendable_formats[fmt].internal && in panfrost_get_blend()