Home
last modified time | relevance | path

Searched refs:ntt_options (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.h46 const struct nir_to_tgsi_options *ntt_options);
Dnir_to_tgsi.c3523 const struct nir_to_tgsi_options *ntt_options) in ntt_fix_nir_options() argument
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1957 const struct nir_to_tgsi_options *ntt_options; in r300_create_vs_state() local
1960 ntt_options = &hwtcl_r500_options; in r300_create_vs_state()
1964 ntt_options = &hwtcl_r300_options; in r300_create_vs_state()
1966 ntt_options = &swtcl_options; in r300_create_vs_state()
1969 ntt_options); in r300_create_vs_state()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c551 static const struct nir_to_tgsi_options ntt_options = { in i915_create_fs_state() local
554 ifs->state.tokens = nir_to_tgsi_options(s, pipe->screen, &ntt_options); in i915_create_fs_state()