Lines Matching defs:compiler
88 } else if (ctx->compiler->flat_bypass) {
89 if (ctx->compiler->gen >= 6) {
201 src_type = ctx->compiler->bool_type;
675 create_immed_typed(ctx->block, 1, ctx->compiler->bool_type);
772 if (ctx->compiler->gen < 5 || (src[0]->dsts[0]->flags & IR3_REG_HALF)) {
842 if (ctx->compiler->has_dp4acc) {
844 } else if (ctx->compiler->has_dp2acc) {
945 const unsigned ptrsz = ir3_pointer_size(ctx->compiler);
1059 resinfo->cat6.d = ctx->compiler->gen >= 6 ? 1 : 2;
1067 if (ctx->compiler->gen >= 6) {
1146 if (ctx->so->type == MESA_SHADER_TESS_CTRL && ctx->compiler->tess_use_shared)
1176 ctx->compiler->tess_use_shared)
1445 if (ctx->compiler->gen >= 5 &&
1523 if (ctx->compiler->levels_add_one) {
1577 if (ctx->compiler->gen < 6)
1635 if (ctx->compiler->gen >= 6) {
1680 if (ctx->compiler->gen >= 6)
1698 if (ctx->compiler->gen < 6)
1835 if (ctx->compiler->gen < 6)
1842 if (ctx->compiler->gen < 6)
2074 * constlen in the compiler (to worst-case value)
2389 if (ctx->compiler->has_shared_regfile) {
2433 assert(ctx->compiler->has_getfiberid);
2454 cond = create_immed_typed(b, 1, ctx->compiler->bool_type);
3065 if (ctx->compiler->unminify_coords && (opc == OPC_ISAML)) {
3113 if (ctx->compiler->txf_ms_with_isaml) {
3174 if (tex->op == nir_texop_tg4 && ctx->compiler->gen == 4 &&
3316 if (ctx->compiler->levels_add_one)
3367 if (ctx->compiler->levels_add_one) {
3897 if ((ctx->compiler->gen < 5) &&
4307 ctx->ir = ir3_create(ctx->compiler, ctx->so);
4406 ctx->compiler->tess_use_shared) {
4599 ir3_compile_shader_nir(struct ir3_compiler *compiler,
4610 ctx = ir3_context_init(compiler, shader, so);
4763 if (ctx->compiler->gen >= 6 && so->binning_pass &&
4798 if (so->binning_pass && (ctx->compiler->gen < 6))
4813 if (ctx->compiler->gen != 4)
4825 if (so->binning_pass && (ctx->compiler->gen >= 6)) {
4851 bool pre_assign_inputs = (ir->compiler->gen >= 6) &&
4955 if (ctx->compiler->gen == 4 && ctx->s->info.uses_texture_gather)