Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c104 [MESA_SHADER_VERTEX] = ir3_get_shader(key->vs), in ir3_cache_lookup()
105 [MESA_SHADER_TESS_CTRL] = ir3_get_shader(key->hs), in ir3_cache_lookup()
106 [MESA_SHADER_TESS_EVAL] = ir3_get_shader(key->ds), in ir3_cache_lookup()
107 [MESA_SHADER_GEOMETRY] = ir3_get_shader(key->gs), in ir3_cache_lookup()
108 [MESA_SHADER_FRAGMENT] = ir3_get_shader(key->fs), in ir3_cache_lookup()
H A Dir3_gallium.h37 * The ir3 hwcso type, use ir3_get_shader() to dereference the
52 struct ir3_shader *ir3_get_shader(struct ir3_shader_state *hwcso);
H A Dir3_gallium.c441 ir3_get_shader(struct ir3_shader_state *hwcso) in ir3_get_shader() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_compute.c118 ir3_shader_variant(ir3_get_shader(ctx->compute), key, false, &ctx->debug);
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c124 if (fd3_needs_manual_clipping(ir3_get_shader(ctx->prog.vs), ctx->rasterizer))
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_compute.c121 v = ir3_shader_variant(ir3_get_shader(ctx->compute), key, false, &ctx->debug);
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_compute.c126 struct ir3_shader *shader = ir3_get_shader(ctx->compute);

Completed in 4 milliseconds