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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c333 bool *spilled_arrays; member in struct:r600_shader_ctx
883 bool *spilled = ctx->spilled_arrays; // assumed calloc:ed
921 if (ctx->spilled_arrays[i]) {
935 if (ctx->spilled_arrays[i]) {
954 if (ctx->spilled_arrays[i]) {
3365 ctx.spilled_arrays = calloc(narrays, sizeof(bool));
4272 free(ctx.spilled_arrays);
4278 free(ctx.spilled_arrays);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c415 bool *spilled_arrays; member in struct:r600_shader_ctx
971 bool *spilled = ctx->spilled_arrays; // assumed calloc:ed
1009 if (ctx->spilled_arrays[i]) {
1023 if (ctx->spilled_arrays[i]) {
1042 if (ctx->spilled_arrays[i]) {
3454 ctx.spilled_arrays = calloc(narrays, sizeof(bool));
4361 free(ctx.spilled_arrays);
4367 free(ctx.spilled_arrays);

Completed in 25 milliseconds