Searched refs:idx_gpr (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 8653 static int load_index_src(struct r600_shader_ctx *ctx, int src_index, int *idx_gpr) argument 8706 *idx_gpr = temp_reg; 8803 int idx_gpr; local in function:tgsi_load_rat 8812 r = load_index_src(ctx, 1, &idx_gpr); 8827 cf->output.index_gpr = idx_gpr; 8986 int val_gpr, idx_gpr; local in function:tgsi_store_rat 8992 r = load_index_src(ctx, 0, &idx_gpr); 9029 cf->output.index_gpr = idx_gpr; 9126 int idx_gpr; local in function:tgsi_atomic_op_rat 9143 idx_gpr [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 8752 static int load_index_src(struct r600_shader_ctx *ctx, int src_index, int *idx_gpr) argument 8805 *idx_gpr = temp_reg; 8902 int idx_gpr; local in function:tgsi_load_rat 8911 r = load_index_src(ctx, 1, &idx_gpr); 8926 cf->output.index_gpr = idx_gpr; 9085 int val_gpr, idx_gpr; local in function:tgsi_store_rat 9091 r = load_index_src(ctx, 0, &idx_gpr); 9128 cf->output.index_gpr = idx_gpr; 9225 int idx_gpr; local in function:tgsi_atomic_op_rat 9242 idx_gpr [all...] |
Completed in 20 milliseconds