Searched refs:nliteral (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 707 uint32_t literal[4], unsigned *nliteral) in r600_bytecode_alu_nliterals() argument 716 for (j = 0; j < *nliteral; ++j) { in r600_bytecode_alu_nliterals() 723 if (*nliteral >= 4) in r600_bytecode_alu_nliterals() 725 literal[(*nliteral)++] = value; in r600_bytecode_alu_nliterals() 734 uint32_t literal[4], unsigned nliteral) in r600_bytecode_alu_adjust_literals() argument 742 for (j = 0; j < nliteral; ++j) { in r600_bytecode_alu_adjust_literals() 759 unsigned nliteral = 0, prev_nliteral = 0; in merge_inst_groups() local 793 if (r600_bytecode_alu_nliterals(bc, prev[i], literal, &nliteral)) in merge_inst_groups() 814 if (slots[i] && r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral)) in merge_inst_groups() 1261 unsigned nliteral; in r600_bytecode_add_alu_type() local [all …]
|
D | r600_shader.c | 1939 int i, j, k, nliteral, r; in tgsi_split_literal_constant() local 1941 for (i = 0, nliteral = 0; i < inst->Instruction.NumSrcRegs; i++) { in tgsi_split_literal_constant() 1943 nliteral++; in tgsi_split_literal_constant() 1946 for (i = 0, j = nliteral - 1; i < inst->Instruction.NumSrcRegs; i++) { in tgsi_split_literal_constant()
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-09-26.canonical | 3 !!str "\n\nliteral\n\ntext\n"
|
D | spec-09-28.canonical | 3 !!str "\n\nliteral\n\ntext\n"
|
D | spec-09-27.canonical | 3 !!str "\n\nliteral\n\ntext\n"
|
/external/llvm/test/YAMLParser/ |
D | spec-09-26.test | 2 # CHECK: !!str "\n\nliteral\n\ntext\n"
|