Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c761 uint32_t literal[4], unsigned *nliteral) in r600_bytecode_alu_nliterals()
770 for (j = 0; j < *nliteral; ++j) { in r600_bytecode_alu_nliterals()
777 if (*nliteral >= 4) in r600_bytecode_alu_nliterals()
779 literal[(*nliteral)++] = value; in r600_bytecode_alu_nliterals()
787 uint32_t literal[4], unsigned nliteral) in r600_bytecode_alu_adjust_literals()
795 for (j = 0; j < nliteral; ++j) { in r600_bytecode_alu_adjust_literals()
814 unsigned nliteral = 0, prev_nliteral = 0; in merge_inst_groups() local
863 if (r600_bytecode_alu_nliterals(prev[i], literal, &nliteral)) in merge_inst_groups()
884 if (slots[i] && r600_bytecode_alu_nliterals(slots[i], literal, &nliteral)) in merge_inst_groups()
1348 unsigned nliteral; in r600_bytecode_add_alu_type() local
760 r600_bytecode_alu_nliterals(struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned *nliteral) r600_bytecode_alu_nliterals() argument
786 r600_bytecode_alu_adjust_literals(struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned nliteral) r600_bytecode_alu_adjust_literals() argument
1834 unsigned nliteral; r600_bytecode_build() local
2181 unsigned nliteral; r600_bytecode_disasm() local
[all...]
H A Dr600_shader.c2374 int i, j, k, nliteral, r; in tgsi_split_literal_constant() local
2376 for (i = 0, nliteral = 0; i < inst->Instruction.NumSrcRegs; i++) { in tgsi_split_literal_constant()
2378 nliteral++; in tgsi_split_literal_constant()
2381 for (i = 0, j = nliteral - 1; i < inst->Instruction.NumSrcRegs; i++) { in tgsi_split_literal_constant()

Completed in 15 milliseconds