Lines Matching refs:word0
2710 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r600_bytecode_alu_read() argument
2713 alu->src[0].sel = G_SQ_ALU_WORD0_SRC0_SEL(word0); in r600_bytecode_alu_read()
2714 alu->src[0].rel = G_SQ_ALU_WORD0_SRC0_REL(word0); in r600_bytecode_alu_read()
2715 alu->src[0].chan = G_SQ_ALU_WORD0_SRC0_CHAN(word0); in r600_bytecode_alu_read()
2716 alu->src[0].neg = G_SQ_ALU_WORD0_SRC0_NEG(word0); in r600_bytecode_alu_read()
2717 alu->src[1].sel = G_SQ_ALU_WORD0_SRC1_SEL(word0); in r600_bytecode_alu_read()
2718 alu->src[1].rel = G_SQ_ALU_WORD0_SRC1_REL(word0); in r600_bytecode_alu_read()
2719 alu->src[1].chan = G_SQ_ALU_WORD0_SRC1_CHAN(word0); in r600_bytecode_alu_read()
2720 alu->src[1].neg = G_SQ_ALU_WORD0_SRC1_NEG(word0); in r600_bytecode_alu_read()
2721 alu->index_mode = G_SQ_ALU_WORD0_INDEX_MODE(word0); in r600_bytecode_alu_read()
2722 alu->pred_sel = G_SQ_ALU_WORD0_PRED_SEL(word0); in r600_bytecode_alu_read()
2723 alu->last = G_SQ_ALU_WORD0_LAST(word0); in r600_bytecode_alu_read()
2760 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
2762 output->array_base = G_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(word0);
2763 output->type = G_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(word0);
2764 output->gpr = G_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(word0);
2765 output->elem_size = G_SQ_CF_ALLOC_EXPORT_WORD0_ELEM_SIZE(word0);