Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.h46 void *ir3_shader_compute_state_create(struct pipe_context *pctx,
Dir3_gallium.c269 ir3_shader_compute_state_create(struct pipe_context *pctx, in ir3_shader_compute_state_create() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_compute.c195 pctx->create_compute_state = ir3_shader_compute_state_create; in fd5_compute_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_compute.c210 pctx->create_compute_state = ir3_shader_compute_state_create; in fd6_compute_init()