Searched refs:r_input (Results 1 – 2 of 2) sorted by relevance
29 struct nvfx_reg r_input[PIPE_MAX_SHADER_INPUTS]; member383 src.reg = fpc->r_input[fsrc->Register.Index]; in tgsi_src()893 fpc->r_input[idx] = nvfx_reg(NVFXSR_INPUT, hw); in nvfx_fragprog_parse_decl_input()923 fpc->r_input[idx] = nvfx_reg(NVFXSR_INPUT, hw); in nvfx_fragprog_assign_generic()
1612 for (i, (r_input, a, w, expected_retval, expected_r)) in TEST_CASES.iter().enumerate() { in test_mul_add_words()1614 let mut r = std::vec::Vec::from(*r_input); in test_mul_add_words()