Lines Matching defs:row
3177 /* NIR has these as 1 row, N cols, but DXIL wants them as N rows, 1 col. We muck with these in the signature
3185 const struct dxil_value *row = NULL;
3190 row = get_src(ctx, &intr->src[row_index], 0, nir_type_int);
3228 row = dxil_module_get_int32_const(&ctx->mod, i + base_component);
3232 if (!col || !row || !value)
3236 opcode, output_id, row, col, value
3314 /* NIR has these as 1 row, N cols, but DXIL wants them as N rows, 1 col. We muck with these in the signature
3322 const struct dxil_value *row = NULL;
3327 row = get_src(ctx, &intr->src[row_index], 0, nir_type_int);
3365 row = dxil_module_get_int32_const(&ctx->mod, i + base_component);
3369 if (!row || !comp)
3373 opcode, input_id, row, comp, vertex_id