Home
last modified time | relevance | path

Searched refs:ir3_shader_compute_state_create (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.h30 void *ir3_shader_compute_state_create(struct pipe_context *pctx,
H A Dir3_gallium.c262 ir3_shader_compute_state_create(struct pipe_context *pctx, in ir3_shader_compute_state_create() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_compute.c177 pctx->create_compute_state = ir3_shader_compute_state_create; in fd5_compute_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_compute.c193 pctx->create_compute_state = ir3_shader_compute_state_create; in fd4_compute_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_compute.cc281 hwcso->hwcso = ir3_shader_compute_state_create(pctx, cso); in fd6_compute_state_create()