Searched defs:nliteral (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c707 uint32_t literal[4], unsigned *nliteral)
716 for (j = 0; j < *nliteral; ++j) {
723 if (*nliteral >= 4)
725 literal[(*nliteral)++] = value;
734 uint32_t literal[4], unsigned nliteral)
742 for (j = 0; j < nliteral; ++j) {
759 unsigned nliteral = 0, prev_nliteral = 0; local
793 if (r600_bytecode_alu_nliterals(bc, prev[i], literal, &nliteral))
814 if (slots[i] && r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral))
1261 unsigned nliteral; local
706 r600_bytecode_alu_nliterals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned *nliteral) argument
732 r600_bytecode_alu_adjust_literals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned nliteral) argument
1687 unsigned nliteral; local
2017 unsigned nliteral; local
[all...]
H A Dr600_shader.c1939 int i, j, k, nliteral, r; local
1941 for (i = 0, nliteral = 0; i < inst->Instruction.NumSrcRegs; i++) {
1943 nliteral++;
1946 for (i = 0, j = nliteral - 1; i < inst->Instruction.NumSrcRegs; i++) {

Completed in 95 milliseconds