Searched refs:texop (Results 1 – 2 of 2) sorted by relevance
1884 nir_texop texop; in vtn_handle_texture() local1890 texop = nir_texop_tex; in vtn_handle_texture()1897 texop = nir_texop_txl; in vtn_handle_texture()1902 texop = nir_texop_txf_ms; in vtn_handle_texture()1904 texop = nir_texop_txf; in vtn_handle_texture()1910 texop = nir_texop_tg4; in vtn_handle_texture()1915 texop = nir_texop_txs; in vtn_handle_texture()1919 texop = nir_texop_lod; in vtn_handle_texture()1923 texop = nir_texop_query_levels; in vtn_handle_texture()1927 texop = nir_texop_texture_samples; in vtn_handle_texture()[all …]
2017 ir_texture_opcode_for_nir_texop(nir_texop texop) in ir_texture_opcode_for_nir_texop() argument2021 switch (texop) { in ir_texture_opcode_for_nir_texop()