Searched refs:texop (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_readonly_images_to_tex.c108 nir_texop texop; local in function:lower_readonly_image_op
111 texop = nir_texop_txf;
115 texop = nir_texop_txs;
125 tex->op = texop;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2122 nir_texop texop; local in function:vtn_handle_texture
2128 texop = nir_texop_tex;
2135 texop = nir_texop_txl;
2140 texop = nir_texop_txf_ms;
2142 texop = nir_texop_txf;
2148 texop = nir_texop_tg4;
2153 texop = nir_texop_txs;
2157 texop = nir_texop_lod;
2161 texop = nir_texop_query_levels;
2165 texop
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2665 nir_texop texop; local in function:vtn_handle_texture
2673 texop = nir_texop_tex;
2682 texop = nir_texop_txl;
2688 texop = nir_texop_txf_ms;
2690 texop = nir_texop_txf;
2698 texop = nir_texop_tg4;
2703 texop = nir_texop_txs;
2708 texop = nir_texop_lod;
2713 texop = nir_texop_query_levels;
2718 texop
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1950 ir_texture_opcode_for_nir_texop(nir_texop texop) argument
1954 switch (texop) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1960 ir_texture_opcode_for_nir_texop(nir_texop texop) argument
1964 switch (texop) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst1081 - nir: Add new texop nir_texop_tex_prefetch

Completed in 19 milliseconds