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

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h213 unsigned call_sp; member in struct:r600_bytecode
H A Dr600_shader.c4940 ctx->bc->callstack[ctx->bc->call_sp].current--;
4944 ctx->bc->callstack[ctx->bc->call_sp].current -= 4;
4948 ctx->bc->callstack[ctx->bc->call_sp].current --;
4968 if ((ctx->bc->callstack[ctx->bc->call_sp].current + diff) >
4969 ctx->bc->callstack[ctx->bc->call_sp].max) {
4970 ctx->bc->callstack[ctx->bc->call_sp].max =
4971 ctx->bc->callstack[ctx->bc->call_sp].current + diff;
4977 ctx->bc->callstack[ctx->bc->call_sp].current++;
4981 ctx->bc->callstack[ctx->bc->call_sp].current += 4;
4984 ctx->bc->callstack[ctx->bc->call_sp]
[all...]

Completed in 120 milliseconds