Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1884 nir_texop texop; in vtn_handle_texture() local
1890 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 …]
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2017 ir_texture_opcode_for_nir_texop(nir_texop texop) in ir_texture_opcode_for_nir_texop() argument
2021 switch (texop) { in ir_texture_opcode_for_nir_texop()