Home
last modified time | relevance | path

Searched refs:store_value (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2212 nir_ssa_def *store_value = nir_ssa_for_src(b, src, 4); in ttn_add_output_stores() local
2219 store_value = nir_channel(b, store_value, 2); in ttn_add_output_stores()
2221 store_value = nir_channel(b, store_value, 1); in ttn_add_output_stores()
2226 store_value = nir_channel(b, store_value, 0); in ttn_add_output_stores()
2230 nir_store_deref(b, nir_build_deref_var(b, var), store_value, in ttn_add_output_stores()
2231 (1 << store_value->num_components) - 1); in ttn_add_output_stores()
/external/python/cpython3/Doc/library/
Doptparse.rst1770 def store_value(option, opt_str, value, parser):
1774 action="callback", callback=store_value,
/external/python/cpython2/Doc/library/
Doptparse.rst1772 def store_value(option, opt_str, value, parser):
1776 action="callback", callback=store_value,