Home
last modified time | relevance | path

Searched refs:r_input (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c29 struct nvfx_reg r_input[PIPE_MAX_SHADER_INPUTS]; member
383 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()
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs1612 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()