HomeSort by: relevance | last modified time | path
    Searched defs:sel_ctx (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_compiler.cpp 386 get_provoking_vertex(struct d3d12_selection_context *sel_ctx, bool *alternate)
388 struct d3d12_shader_selector *vs = sel_ctx->ctx->gfx_stages[PIPE_SHADER_VERTEX];
389 struct d3d12_shader_selector *gs = sel_ctx->ctx->gfx_stages[PIPE_SHADER_GEOMETRY];
403 mode = sel_ctx->dinfo ? (enum pipe_prim_type)sel_ctx->dinfo->mode : PIPE_PRIM_TRIANGLES;
409 bool flatshade_first = sel_ctx->ctx->gfx_pipeline_state.rast &&
410 sel_ctx->ctx->gfx_pipeline_state.rast->base.flatshade_first;
435 needs_vertex_reordering(struct d3d12_selection_context *sel_ctx)
437 struct d3d12_context *ctx = sel_ctx->ctx;
441 if (fill_mode_lowered(ctx, sel_ctx->dinfo) != PIPE_POLYGON_MODE_FILL
1093 struct d3d12_selection_context sel_ctx = {0}; local
1109 struct d3d12_selection_context sel_ctx; local
    [all...]

Completed in 31 milliseconds