Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_cl_images_to_tex.c43 nir_texop texop; in lower_cl_images_to_tex_impl() local
46 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()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2573 nir_texop texop; in vtn_handle_texture() local
2579 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 …]
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1929 ir_texture_opcode_for_nir_texop(nir_texop texop) in ir_texture_opcode_for_nir_texop() argument
1933 switch (texop) { in ir_texture_opcode_for_nir_texop()
/external/mesa3d/docs/relnotes/
D19.3.0.rst1081 - nir: Add new texop nir_texop_tex_prefetch