Lines Matching defs:rctx
62 struct r600_context *rctx = (struct r600_context *)ctx;
74 ptr = (uint32_t*)rctx->ws->buffer_map(shader->bo->cs_buf, rctx->cs, PIPE_TRANSFER_WRITE);
82 rctx->ws->buffer_unmap(shader->bo->cs_buf);
87 if (rctx->chip_class >= EVERGREEN) {
94 if (rctx->chip_class >= EVERGREEN) {
106 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader);
111 struct r600_context *rctx = (struct r600_context *)ctx;
139 r = r600_shader_from_tgsi(rctx, shader);
1163 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader)
1188 r600_bytecode_init(ctx.bc, rctx->chip_class, rctx->family);
1204 shader->two_side = (ctx.type == TGSI_PROCESSOR_FRAGMENT) && rctx->two_side;
1261 rctx->family, dump)) {
1339 if (shader->fs_write_all && rctx->chip_class >= EVERGREEN)
1582 if (next_pixel_base && next_pixel_base >= (rctx->nr_cbufs + rctx->dual_src_blend * 1)) {
1587 output[j].swizzle_w = rctx->alpha_to_one && rctx->multisample_enable && !rctx->cb0_is_integer ? 5 : 3;
1591 if (shader->fs_write_all && (rctx->chip_class >= EVERGREEN)) {
1592 for (k = 1; k < rctx->nr_cbufs; k++) {
1600 output[j].swizzle_w = rctx->alpha_to_one && rctx->multisample_enable && !rctx->cb0_is_integer ? 5 : 3;