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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_draw.cpp202 if (prog && prog != ctx->curr_program)
204 if (ctx->curr_program)
205 ctx->gfx_pipeline_state.final_hash ^= ctx->curr_program->last_variant_hash;
206 ctx->curr_program = prog;
207 ctx->gfx_pipeline_state.final_hash ^= ctx->curr_program->last_variant_hash;
211 ctx->gfx_pipeline_state.final_hash ^= ctx->curr_program->last_variant_hash;
212 zink_update_gfx_program(ctx, ctx->curr_program);
214 ctx->gfx_pipeline_state.final_hash ^= ctx->curr_program->last_variant_hash;
241 VKCTX(CmdPushConstants)(ctx->batch.state->cmdbuf, ctx->curr_program->base.layout, VK_SHADER_STAGE_VERTEX_BIT,
422 VkPipeline pipeline = zink_get_gfx_pipeline(ctx, ctx->curr_program,
[all...]
H A Dzink_program.c801 if (ctx->curr_program)
802 ctx->gfx_pipeline_state.final_hash ^= ctx->curr_program->last_variant_hash;
803 ctx->curr_program = NULL;
H A Dzink_context.h239 struct zink_gfx_program *curr_program; member in struct:zink_context
H A Dzink_descriptors_lazy.c466 struct zink_program *pg = is_compute ? &ctx->curr_compute->base : &ctx->curr_program->base;
526 struct zink_program *pg = is_compute ? &ctx->curr_compute->base : &ctx->curr_program->base;
H A Dzink_descriptors.c766 struct zink_program *pg = is_compute ? (struct zink_program *)ctx->curr_compute : (struct zink_program *)ctx->curr_program;
1230 struct zink_program *pg = is_compute ? &ctx->curr_compute->base : &ctx->curr_program->base;
1403 struct zink_program *pg = is_compute ? (struct zink_program *)ctx->curr_compute : (struct zink_program *)ctx->curr_program;
H A Dzink_context.c2396 if (ctx->curr_program)
2397 zink_batch_reference_program(batch, &ctx->curr_program->base);

Completed in 15 milliseconds