Home
last modified time | relevance | path

Searched refs:txd (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c801 nir_tex_instr *txd = nir_tex_instr_create(b->shader, tex->num_srcs + 2); in lower_tex_to_txd() local
803 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 …]
/third_party/ffmpeg/tests/fate/
Dvideo.mak321 FATE_TXD += fate-txd-16bpp
322 fate-txd-16bpp: CMD = framecrc -i $(TARGET_SAMPLES)/txd/misc.txd -an
324 FATE_TXD += fate-txd-odd
325 fate-txd-odd: CMD = framecrc -i $(TARGET_SAMPLES)/txd/odd.txd -an
327 FATE_TXD-$(call FRAMECRC, TXD, TXD, SCALE_FILTER) += fate-txd-pal8
328 fate-txd-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/txd/outro.txd -pix_fmt rgb24 -an -vf scale
332 fate-txd: $(FATE_TXD-yes)
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp1301 NVC0LoweringPass::handleTXD(TexInstruction *txd) in handleTXD() argument
1303 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 …]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.h205 void set_last_txd(Instr *txd){m_last_txd = txd;} in set_last_txd() argument
/third_party/ffmpeg/
DMAINTAINERS251 txd.c Ivo van Poorten
507 txd.c Ivo van Poorten
DBUILD.gn922 # "//third_party/ffmpeg/libavcodec/txd.c",
1497 # "//third_party/ffmpeg/libavformat/txd.c",
/third_party/mesa3d/src/gallium/drivers/nouveau/ci/
Dnouveau-gf108-fails.txt277 # These are on the "manual" txd path. Something off?
/third_party/ffmpeg/libavformat/
DMakefile576 OBJS-$(CONFIG_TXD_DEMUXER) += txd.o
/third_party/ffmpeg/libavcodec/
DMakefile703 OBJS-$(CONFIG_TXD_DECODER) += txd.o
/third_party/python/Lib/test/
Dmime.types410 application/vnd.genomatix.tuxedo txd
/third_party/mesa3d/docs/gallium/
Dscreen.rst629 …ntend. NIR drivers with the cap unavailable will have GL_CLAMP lowered to txd/txl with a saturate…
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1262 - nir/lower_tex: Modify txd instructions instead of replacing them
2202 - nir: Add a new lowering option to lower 3D surfaces from txd to txl.
D20.0.0.rst368 - pan/midgard: Lower txd with lower_tex
D21.2.0.rst3110 - intel/compiler: Lower txd for 3D samplers on XeHP.
D21.1.0.rst4035 - nir/lower_tex: rewrite tex/txb -> txd/txl before saturating srcs