Searched refs:texop (Results 1 – 4 of 4) sorted by relevance
43 nir_texop texop; in lower_cl_images_to_tex_impl() local46 texop = nir_texop_txf; in lower_cl_images_to_tex_impl()50 texop = nir_texop_txs; in lower_cl_images_to_tex_impl()73 tex->op = texop; in lower_cl_images_to_tex_impl()
2573 nir_texop texop; in vtn_handle_texture() local2579 texop = nir_texop_tex; in vtn_handle_texture()2586 texop = nir_texop_txl; in vtn_handle_texture()2591 texop = nir_texop_txf_ms; in vtn_handle_texture()2593 texop = nir_texop_txf; in vtn_handle_texture()2599 texop = nir_texop_tg4; in vtn_handle_texture()2604 texop = nir_texop_txs; in vtn_handle_texture()2609 texop = nir_texop_lod; in vtn_handle_texture()2614 texop = nir_texop_query_levels; in vtn_handle_texture()2619 texop = nir_texop_texture_samples; in vtn_handle_texture()[all …]
1929 ir_texture_opcode_for_nir_texop(nir_texop texop) in ir_texture_opcode_for_nir_texop() argument1933 switch (texop) { in ir_texture_opcode_for_nir_texop()
1081 - nir: Add new texop nir_texop_tex_prefetch