Lines Matching refs:rgba2
4079 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; in exec_atomop_img() local
4116 rgba2[0][j] = value2[0].f[j]; in exec_atomop_img()
4117 rgba2[1][j] = value2[1].f[j]; in exec_atomop_img()
4118 rgba2[2][j] = value2[2].f[j]; in exec_atomop_img()
4119 rgba2[3][j] = value2[3].f[j]; in exec_atomop_img()
4125 rgba, rgba2); in exec_atomop_img()
4147 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; in exec_atomop_buf() local
4175 rgba2[0][j] = value2[0].f[j]; in exec_atomop_buf()
4176 rgba2[1][j] = value2[1].f[j]; in exec_atomop_buf()
4177 rgba2[2][j] = value2[2].f[j]; in exec_atomop_buf()
4178 rgba2[3][j] = value2[3].f[j]; in exec_atomop_buf()
4184 rgba, rgba2); in exec_atomop_buf()