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

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c986 uint32_t literal[4], unsigned *nliteral)
995 for (j = 0; j < *nliteral; ++j) {
1002 if (*nliteral >= 4)
1004 literal[(*nliteral)++] = value;
1013 uint32_t literal[4], unsigned nliteral)
1021 for (j = 0; j < nliteral; ++j) {
1038 unsigned nliteral = 0, prev_nliteral = 0; local
1072 if (r600_bytecode_alu_nliterals(bc, prev[i], literal, &nliteral))
1083 if (slots[i] && r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral))
1503 unsigned nliteral; local
985 r600_bytecode_alu_nliterals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned *nliteral) argument
1011 r600_bytecode_alu_adjust_literals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned nliteral) argument
1908 unsigned nliteral; local
2242 unsigned nliteral; local
[all...]
H A Dr600_shader.c1090 int i, j, k, nliteral, r; local
1092 for (i = 0, nliteral = 0; i < inst->Instruction.NumSrcRegs; i++) {
1094 nliteral++;
1097 for (i = 0, j = nliteral - 1; i < inst->Instruction.NumSrcRegs; i++) {

Completed in 83 milliseconds