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:input_vertices
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_tcs.cpp
131
for (unsigned i = 0; i < key->
input_vertices
; i += 2) {
in emit_thread_end()
136
const bool is_unpaired = i == key->
input_vertices
- 1;
in emit_thread_end()
253
brw_imm_d(key->
input_vertices
)));
in nir_emit_intrinsic()
395
prog_data->patch_count_threshold = brw::get_patch_count_threshold(key->
input_vertices
);
in brw_compile_tcs()
399
2 + has_primitive_id + key->
input_vertices
<= (devinfo->ver >= 12 ? 63 : 31)) {
in brw_compile_tcs()
H
A
D
brw_debug_recompile.c
125
found |= check("input vertices",
input_vertices
);
in debug_tcs_recompile()
H
A
D
brw_compiler.h
357
unsigned
input_vertices
;
member
H
A
D
brw_nir.c
1613
nir->info.tess.tcs_vertices_out = key->
input_vertices
;
in brw_nir_create_passthrough_tcs()
H
A
D
brw_fs_nir.cpp
2818
icp_offset_bytes, brw_imm_ud(tcs_key->
input_vertices
* REG_SIZE));
2862
brw_imm_d(tcs_key->
input_vertices
));
H
A
D
brw_fs.cpp
6718
assert(tcs_key->
input_vertices
> 0);
6723
tcs_key->
input_vertices
;
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_program.c
123
.
input_vertices
= key->
input_vertices
,
in iris_to_brw_tcs_key()
1613
.
input_vertices
=
in iris_update_compiled_tcs()
2630
key.tcs.
input_vertices
= info->tess.tcs_vertices_out;
in iris_create_shader_state()
H
A
D
iris_context.h
243
uint8_t
input_vertices
;
member
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_pipeline.c
332
unsigned
input_vertices
,
in populate_tcs_prog_key()
339
key->
input_vertices
=
input_vertices
;
in populate_tcs_prog_key()
330
populate_tcs_prog_key(const struct anv_device *device, bool robust_buffer_acccess, unsigned
input_vertices
, struct brw_tcs_prog_key *key)
populate_tcs_prog_key()
argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program.c
1531
.
input_vertices
= ice->state.vertices_per_patch,
in crocus_update_compiled_tcs()
2805
key.
input_vertices
= info->tess.tcs_vertices_out;
in crocus_create_tcs_state()
Completed in 39 milliseconds