Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c393 agx_channel_from_pipe(enum pipe_swizzle in) in agx_channel_from_pipe() function
478 cfg.swizzle_r = agx_channel_from_pipe(out_swizzle[0]); in agx_create_sampler_view()
479 cfg.swizzle_g = agx_channel_from_pipe(out_swizzle[1]); in agx_create_sampler_view()
480 cfg.swizzle_b = agx_channel_from_pipe(out_swizzle[2]); in agx_create_sampler_view()
481 cfg.swizzle_a = agx_channel_from_pipe(out_swizzle[3]); in agx_create_sampler_view()
764 cfg.swizzle_r = agx_channel_from_pipe(desc->swizzle[0]); in agx_set_framebuffer_state()
765 cfg.swizzle_g = agx_channel_from_pipe(desc->swizzle[1]); in agx_set_framebuffer_state()
766 cfg.swizzle_b = agx_channel_from_pipe(desc->swizzle[2]); in agx_set_framebuffer_state()
767 cfg.swizzle_a = agx_channel_from_pipe(desc->swizzle[3]); in agx_set_framebuffer_state()
1259 cfg.swizzle_r = agx_channel_from_pipe(des in agx_build_reload_pipeline()
[all...]

Completed in 3 milliseconds