Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c796 /* tex(s, coord) = txd(s, coord, dfdx(coord), dfdy(coord)) */
801 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 in lower_tex_to_txd()
[all...]
/third_party/ffmpeg/tests/fate/
H A 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
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp974 // array (+ offsets for txd in upper 16 bits) in handleTEX()
979 // offsets (same as fermi, except txd which takes it with array) in handleTEX()
990 // Maxwell (txd): in handleTEX()
1301 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 in handleTXD()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h205 void set_last_txd(Instr *txd){m_last_txd = txd;} in set_last_txd() argument
/third_party/ffmpeg/libavformat/
H A DMakefile576 OBJS-$(CONFIG_TXD_DEMUXER) += txd.o
/third_party/ffmpeg/libavcodec/
H A DMakefile703 OBJS-$(CONFIG_TXD_DECODER) += txd.o

Completed in 9 milliseconds