Searched refs:nliteral (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c723 uint32_t literal[4], unsigned *nliteral)
732 for (j = 0; j < *nliteral; ++j) {
739 if (*nliteral >= 4)
741 literal[(*nliteral)++] = value;
749 uint32_t literal[4], unsigned nliteral)
757 for (j = 0; j < nliteral; ++j) {
774 unsigned nliteral = 0, prev_nliteral = 0; local in function:merge_inst_groups
808 if (r600_bytecode_alu_nliterals(prev[i], literal, &nliteral))
829 if (slots[i] && r600_bytecode_alu_nliterals(slots[i], literal, &nliteral))
1277 unsigned nliteral; local in function:r600_bytecode_add_alu_type
722 r600_bytecode_alu_nliterals(struct r600_bytecode_alu * alu,uint32_t literal[4],unsigned * nliteral) argument
748 r600_bytecode_alu_adjust_literals(struct r600_bytecode_alu * alu,uint32_t literal[4],unsigned nliteral) argument
1745 unsigned nliteral; local in function:r600_bytecode_build
2092 unsigned nliteral; local in function:r600_bytecode_disasm
[all...]
H A Dr600_shader.c2275 int i, j, k, nliteral, r; local in function:tgsi_split_literal_constant
2277 for (i = 0, nliteral = 0; i < inst->Instruction.NumSrcRegs; i++) {
2279 nliteral++;
2282 for (i = 0, j = nliteral - 1; i < inst->Instruction.NumSrcRegs; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.c715 uint32_t literal[4], unsigned *nliteral)
724 for (j = 0; j < *nliteral; ++j) {
731 if (*nliteral >= 4)
733 literal[(*nliteral)++] = value;
741 uint32_t literal[4], unsigned nliteral)
749 for (j = 0; j < nliteral; ++j) {
768 unsigned nliteral = 0, prev_nliteral = 0; local in function:merge_inst_groups
813 if (r600_bytecode_alu_nliterals(prev[i], literal, &nliteral))
834 if (slots[i] && r600_bytecode_alu_nliterals(slots[i], literal, &nliteral))
1282 unsigned nliteral; local in function:r600_bytecode_add_alu_type
714 r600_bytecode_alu_nliterals(struct r600_bytecode_alu * alu,uint32_t literal[4],unsigned * nliteral) argument
740 r600_bytecode_alu_adjust_literals(struct r600_bytecode_alu * alu,uint32_t literal[4],unsigned nliteral) argument
1752 unsigned nliteral; local in function:r600_bytecode_build
2099 unsigned nliteral; local in function:r600_bytecode_disasm
[all...]
H A Dr600_shader.c2363 int i, j, k, nliteral, r; local in function:tgsi_split_literal_constant
2365 for (i = 0, nliteral = 0; i < inst->Instruction.NumSrcRegs; i++) {
2367 nliteral++;
2370 for (i = 0, j = nliteral - 1; i < inst->Instruction.NumSrcRegs; i++) {

Completed in 28 milliseconds