Searched refs:bc_src (Results 1 – 1 of 1) sorted by relevance
469 static void r600_bytecode_src(struct r600_bytecode_alu_src *bc_src,4383 static void r600_bytecode_src(struct r600_bytecode_alu_src *bc_src, in r600_bytecode_src() argument4387 bc_src->sel = shader_src->sel; in r600_bytecode_src()4388 bc_src->chan = shader_src->swizzle[chan]; in r600_bytecode_src()4389 bc_src->neg = shader_src->neg; in r600_bytecode_src()4390 bc_src->abs = shader_src->abs; in r600_bytecode_src()4391 bc_src->rel = shader_src->rel; in r600_bytecode_src()4392 bc_src->value = shader_src->value[bc_src->chan]; in r600_bytecode_src()4393 bc_src->kc_bank = shader_src->kc_bank; in r600_bytecode_src()4394 bc_src->kc_rel = shader_src->kc_rel; in r600_bytecode_src()[all …]