Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
Dr600_asm.c986 uint32_t literal[4], unsigned *nliteral) in r600_bytecode_alu_nliterals() argument
995 for (j = 0; j < *nliteral; ++j) { in r600_bytecode_alu_nliterals()
1002 if (*nliteral >= 4) in r600_bytecode_alu_nliterals()
1004 literal[(*nliteral)++] = value; in r600_bytecode_alu_nliterals()
1013 uint32_t literal[4], unsigned nliteral) in r600_bytecode_alu_adjust_literals() argument
1021 for (j = 0; j < nliteral; ++j) { in r600_bytecode_alu_adjust_literals()
1038 unsigned nliteral = 0, prev_nliteral = 0; in merge_inst_groups() local
1072 if (r600_bytecode_alu_nliterals(bc, prev[i], literal, &nliteral)) in merge_inst_groups()
1083 if (slots[i] && r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral)) in merge_inst_groups()
1503 unsigned nliteral; in r600_bytecode_add_alu_type() local
[all …]
Dr600_shader.c1090 int i, j, k, nliteral, r; in tgsi_split_literal_constant() local
1092 for (i = 0, nliteral = 0; i < inst->Instruction.NumSrcRegs; i++) { in tgsi_split_literal_constant()
1094 nliteral++; in tgsi_split_literal_constant()
1097 for (i = 0, j = nliteral - 1; i < inst->Instruction.NumSrcRegs; i++) { in tgsi_split_literal_constant()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c986 uint32_t literal[4], unsigned *nliteral) in r600_bytecode_alu_nliterals() argument
995 for (j = 0; j < *nliteral; ++j) { in r600_bytecode_alu_nliterals()
1002 if (*nliteral >= 4) in r600_bytecode_alu_nliterals()
1004 literal[(*nliteral)++] = value; in r600_bytecode_alu_nliterals()
1013 uint32_t literal[4], unsigned nliteral) in r600_bytecode_alu_adjust_literals() argument
1021 for (j = 0; j < nliteral; ++j) { in r600_bytecode_alu_adjust_literals()
1038 unsigned nliteral = 0, prev_nliteral = 0; in merge_inst_groups() local
1072 if (r600_bytecode_alu_nliterals(bc, prev[i], literal, &nliteral)) in merge_inst_groups()
1083 if (slots[i] && r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral)) in merge_inst_groups()
1503 unsigned nliteral; in r600_bytecode_add_alu_type() local
[all …]
Dr600_shader.c1090 int i, j, k, nliteral, r; in tgsi_split_literal_constant() local
1092 for (i = 0, nliteral = 0; i < inst->Instruction.NumSrcRegs; i++) { in tgsi_split_literal_constant()
1094 nliteral++; in tgsi_split_literal_constant()
1097 for (i = 0, j = nliteral - 1; i < inst->Instruction.NumSrcRegs; i++) { in tgsi_split_literal_constant()