Lines Matching defs:base
1698 * base type differs */
2099 const struct dxil_value *base,
2104 /* DXIL is width, offset, insert, base, NIR is base, insert, offset, width */
2106 width, offset, insert, base);
2870 /* The base binding here will almost always be zero. The only cases where we end
2876 * In that case, the base is 1, because uniforms use 0 and cannot by dynamically
4476 const struct dxil_value *base = get_src(ctx, &instr->parent, 0, nir_type_uint32);
4478 if (!base || !offset)
4487 binding = dxil_emit_binop(&ctx->mod, DXIL_BINOP_ADD, base, offset, 0);