Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:txd
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_tex.c
796
/* 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
D
video.mak
321
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
D
nv50_ir_lowering_nvc0.cpp
974
// 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
D
sfn_shader.h
205
void set_last_txd(Instr *
txd
){m_last_txd =
txd
;}
in set_last_txd()
argument
/third_party/ffmpeg/libavformat/
H
A
D
Makefile
576
OBJS-$(CONFIG_TXD_DEMUXER) +=
txd
.o
/third_party/ffmpeg/libavcodec/
H
A
D
Makefile
703
OBJS-$(CONFIG_TXD_DECODER) +=
txd
.o
Completed in 9 milliseconds