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:is_tex
(Results
1 - 18
of
18
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_opt_copy_prop.c
62
bool
is_tex
= q->type == TAG_TEXTURE_4;
in midgard_opt_copy_prop()
local
66
if (!(
is_tex
|| is_ldst || is_branch)) continue;
in midgard_opt_copy_prop()
73
is_tex
? 2 :
in midgard_opt_copy_prop()
H
A
D
mir_promote_uniforms.c
246
bool
is_tex
= ins->type == TAG_TEXTURE_4;
in mir_special_indices()
local
249
if (!(is_ldst ||
is_tex
|| is_writeout))
in mir_special_indices()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_info.h
76
unsigned
is_tex
:1;
member
H
A
D
tgsi_scan.c
75
tgsi_get_opcode_info(opcode)->
is_tex
);
in is_texture_inst()
86
if (tgsi_get_opcode_info(opcode)->
is_tex
) {
in computes_derivative()
H
A
D
tgsi_text.c
1058
if (info->num_dst + info->num_src + info->
is_tex
== 0) {
in parse_instruction()
1103
for (i = 0; i < info->num_dst + info->num_src + info->
is_tex
; i++) {
in parse_instruction()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_print.c
223
is_tex
(instr) ? instr->cat5.tex_base : instr->cat6.base);
in print_instr_name()
359
if (
is_tex
(instr)) {
in print_instr()
393
if (
is_tex
(instr) && !(instr->flags & IR3_INSTR_S2EN)) {
in print_instr()
H
A
D
ir3_delay.c
78
if (is_flow(consumer) || is_sfu(consumer) ||
is_tex
(consumer) ||
in ir3_delayslots()
H
A
D
ir3_cp.c
643
if (
is_tex
(instr) && (instr->flags & IR3_INSTR_S2EN) &&
in instr_cp()
H
A
D
ir3_postsched.c
615
} else if (
is_tex
(instr) || is_mem(instr)) {
in sched_dag_init()
H
A
D
ir3_legalize.c
293
if (
is_tex
(n) || is_sfu(n) || is_mem(n)) {
in legalize_block()
H
A
D
ir3_sched.c
377
if (ctx->remaining_kills && (
is_tex
(instr) || is_mem(instr))) {
in should_skip()
H
A
D
ir3.h
954
is_tex
(struct ir3_instruction *instr)
in is_tex()
function
962
return
is_tex
(instr) || (instr->opc == OPC_META_TEX_PREFETCH);
in is_tex_or_prefetch()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_ir.h
94
bool
is_tex
() const;
H
A
D
brw_shader.cpp
891
backend_instruction::
is_tex
() const
in is_tex()
function in backend_instruction
H
A
D
brw_fs.cpp
237
if (
is_tex
())
in is_send_from_grf()
314
if (
is_tex
())
in is_payload()
941
if (
is_tex
() && arg == 0 && src[0].file == VGRF)
2846
if (!inst->
is_tex
())
H
A
D
brw_vec4.cpp
300
if (
is_tex
())
in can_do_writemask()
/third_party/mesa3d/src/gallium/drivers/virgl/
H
A
D
virgl_tgsi.c
324
if (tgsi_get_opcode_info(inst->Instruction.Opcode)->
is_tex
&&
in virgl_tgsi_transform_instruction()
392
!tgsi_get_opcode_info(inst->Instruction.Opcode)->
is_tex
&&
in virgl_tgsi_transform_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
nir_to_tgsi.c
52
bool
is_tex
: 1;
member
328
if (insn->
is_tex
&& insn->tex_offset.File == TGSI_FILE_TEMPORARY)
in ntt_live_reg_setup_def_use()
508
if (insn->
is_tex
&& insn->tex_offset.File == TGSI_FILE_TEMPORARY) {
in ntt_allocate_regs()
2752
insn->
is_tex
= true;
in ntt_emit_texture()
2950
if (insn->
is_tex
) {
in ntt_emit_block_ureg()
Completed in 32 milliseconds