HomeSort by: relevance | last modified time | path
    Searched refs:mir_op_computes_derivatives (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_helper_invocations.c 71 if (mir_op_computes_derivatives(stage, ins->op))
154 if (!mir_op_computes_derivatives(ctx->stage, ins->op)) continue;
200 if (!mir_op_computes_derivatives(ctx->stage, ins->op)) continue;
midgard_derivatives.c 76 mir_op_computes_derivatives(gl_shader_stage stage, unsigned op) function
compiler.h 646 bool mir_op_computes_derivatives(gl_shader_stage stage, unsigned op);
midgard_emit.c 1065 if (mir_op_computes_derivatives(ctx->stage, ins->op)) {

Completed in 6 milliseconds