Searched refs:txd (Results 1 – 15 of 15) sorted by relevance
801 nir_tex_instr *txd = nir_tex_instr_create(b->shader, tex->num_srcs + 2); in lower_tex_to_txd() local803 txd->op = nir_texop_txd; in lower_tex_to_txd()804 txd->sampler_dim = tex->sampler_dim; in lower_tex_to_txd()805 txd->dest_type = tex->dest_type; in lower_tex_to_txd()806 txd->coord_components = tex->coord_components; in lower_tex_to_txd()807 txd->texture_index = tex->texture_index; in lower_tex_to_txd()808 txd->sampler_index = tex->sampler_index; in lower_tex_to_txd()809 txd->is_array = tex->is_array; in lower_tex_to_txd()810 txd->is_shadow = tex->is_shadow; in lower_tex_to_txd()811 txd->is_new_style_shadow = tex->is_new_style_shadow; in lower_tex_to_txd()[all …]
321 FATE_TXD += fate-txd-16bpp322 fate-txd-16bpp: CMD = framecrc -i $(TARGET_SAMPLES)/txd/misc.txd -an324 FATE_TXD += fate-txd-odd325 fate-txd-odd: CMD = framecrc -i $(TARGET_SAMPLES)/txd/odd.txd -an327 FATE_TXD-$(call FRAMECRC, TXD, TXD, SCALE_FILTER) += fate-txd-pal8328 fate-txd-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/txd/outro.txd -pix_fmt rgb24 -an -vf scale332 fate-txd: $(FATE_TXD-yes)
1301 NVC0LoweringPass::handleTXD(TexInstruction *txd) in handleTXD() argument1303 int dim = txd->tex.target.getDim() + txd->tex.target.isCube(); in handleTXD()1304 unsigned arg = txd->tex.target.getArgCount(); in handleTXD()1309 if (!txd->tex.target.isArray() && txd->tex.useOffsets) in handleTXD()1311 if (txd->tex.rIndirectSrc >= 0 || txd->tex.sIndirectSrc >= 0) in handleTXD()1314 if (txd->tex.useOffsets) in handleTXD()1316 if (!txd->tex.target.isArray() && ( in handleTXD()1317 txd->tex.rIndirectSrc >= 0 || txd->tex.sIndirectSrc >= 0)) in handleTXD()1323 txd->tex.target.isShadow()) in handleTXD()1324 txd->op = OP_TEX; in handleTXD()[all …]
205 void set_last_txd(Instr *txd){m_last_txd = txd;} in set_last_txd() argument
251 txd.c Ivo van Poorten507 txd.c Ivo van Poorten
922 # "//third_party/ffmpeg/libavcodec/txd.c",1497 # "//third_party/ffmpeg/libavformat/txd.c",
277 # These are on the "manual" txd path. Something off?
576 OBJS-$(CONFIG_TXD_DEMUXER) += txd.o
703 OBJS-$(CONFIG_TXD_DECODER) += txd.o
410 application/vnd.genomatix.tuxedo txd
629 …ntend. NIR drivers with the cap unavailable will have GL_CLAMP lowered to txd/txl with a saturate…
1262 - nir/lower_tex: Modify txd instructions instead of replacing them2202 - nir: Add a new lowering option to lower 3D surfaces from txd to txl.
368 - pan/midgard: Lower txd with lower_tex
3110 - intel/compiler: Lower txd for 3D samplers on XeHP.
4035 - nir/lower_tex: rewrite tex/txb -> txd/txl before saturating srcs