Searched refs:allocate_system_value_inputs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c989 ctx->shader->input[i].gpr = ctx->face_gpr; /* already allocated by allocate_system_value_inputs */
1110 break; /* Already handled from allocate_system_value_inputs */
1191 static int allocate_system_value_inputs(struct r600_shader_ctx *ctx, int gpr_offset) function in typeref:typename:int
1328 return allocate_system_value_inputs(ctx, 0);
3487 ctx.file_offset[TGSI_FILE_INPUT] = allocate_system_value_inputs(&ctx, ctx.file_offset[TGSI_FILE_INPUT]);
6969 /* Interpolators have been marked for use already by allocate_system_value_inputs */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1077 ctx->shader->input[i].gpr = ctx->face_gpr; /* already allocated by allocate_system_value_inputs */
1198 break; /* Already handled from allocate_system_value_inputs */
1279 static int allocate_system_value_inputs(struct r600_shader_ctx *ctx, int gpr_offset) function in typeref:typename:int
1416 return allocate_system_value_inputs(ctx, 0);
3576 ctx.file_offset[TGSI_FILE_INPUT] = allocate_system_value_inputs(&ctx, ctx.file_offset[TGSI_FILE_INPUT]);
7067 /* Interpolators have been marked for use already by allocate_system_value_inputs */

Completed in 25 milliseconds