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
defs:vertex_id
(Results
1 - 17
of
17
) sorted by relevance
/third_party/mesa3d/src/amd/llvm/
H
A
D
ac_shader_abi.h
46
LLVMValueRef
vertex_id
;
member
H
A
D
ac_nir_to_llvm.c
3509
unsigned
vertex_id
= 2; /* P0 */
in visit_load()
local
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_shader.c
223
bool
vertex_id
= BITSET_TEST(s->info.system_values_read,
in pan_shader_compile()
local
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_context.h
87
struct ir3_instruction *
vertex_id
, *basevertex, *instance_id, *base_instance,
member
H
A
D
ir3_nir_lower_tess.c
271
nir_ssa_def *
vertex_id
= build_vertex_id(b, state);
in lower_block_to_explicit_output()
local
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_builder.c
460
nir_ssa_def *
vertex_id
;
in nir_gen_rect_vertices()
local
/third_party/mesa3d/src/amd/common/
H
A
D
ac_shader_args.h
82
struct ac_arg
vertex_id
;
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_meta_blit2d.c
406
nir_ssa_def *
vertex_id
= nir_load_vertex_id_zero_base(&b);
in build_nir_vertex_shader()
local
H
A
D
radv_meta_blit.c
59
nir_ssa_def *
vertex_id
= nir_load_vertex_id_zero_base(&b);
in build_nir_vertex_shader()
local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_shader_llvm_vs.c
48
LLVMValueRef
vertex_id
= ctx->abi.
vertex_id
;
in load_input_vs()
local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_tgsi.h
168
LLVMValueRef
vertex_id
;
member
/third_party/mesa3d/src/asahi/compiler/
H
A
D
agx_compile.c
240
agx_index
vertex_id
= agx_register(10, AGX_SIZE_32);
in agx_emit_load_attr()
local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_private.h
123
unsigned
vertex_id
:16;
member
H
A
D
draw_llvm.c
1201
LLVMValueRef
vertex_id
;
in adjust_mask()
local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H
A
D
esextcTessellationShaderTCTE.cpp
929
unsigned int
vertex_id
= n_vertex / run.n_result_vertices_per_patch;
in iterate()
local
990
unsigned int
vertex_id
= n_vertex / run.n_result_vertices_per_patch;
in iterate()
local
1035
unsigned int
vertex_id
= n_vertex / run.n_result_vertices_per_patch;
in iterate()
local
1071
unsigned int
vertex_id
= n_vertex / run.n_result_vertices_per_patch;
iterate()
local
1135
unsigned int
vertex_id
= n_vertex / run.n_result_vertices_per_patch;
iterate()
local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_meta_copy.c
3059
nir_ssa_def *
vertex_id
= nir_load_vertex_id(b);
in gen_tex_coords()
local
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
nir_to_dxil.c
3297
const struct dxil_value *
vertex_id
= NULL;
in emit_load_input_via_intrinsic()
local
Completed in 51 milliseconds