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:output_size_bytes
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_gs_visitor.cpp
762
unsigned
output_size_bytes
;
in brw_compile_gs()
local
764
output_size_bytes
=
in brw_compile_gs()
766
output_size_bytes
+= 32 * prog_data->control_data_header_size_hwords;
in brw_compile_gs()
768
output_size_bytes
= prog_data->output_vertex_size_hwords * 32;
in brw_compile_gs()
775
output_size_bytes
+= 32;
in brw_compile_gs()
781
if (
output_size_bytes
== 0)
in brw_compile_gs()
782
output_size_bytes
= 1;
in brw_compile_gs()
787
if (
output_size_bytes
> max_output_size_bytes)
in brw_compile_gs()
795
prog_data->base.urb_entry_size = ALIGN(
output_size_bytes
, 64) / 64;
in brw_compile_gs()
797
prog_data->base.urb_entry_size = ALIGN(
output_size_bytes
, 12
in brw_compile_gs()
[all...]
H
A
D
brw_vec4_tcs.cpp
430
unsigned
output_size_bytes
= 0;
in brw_compile_tcs()
local
432
output_size_bytes
+= num_per_patch_slots * 16;
in brw_compile_tcs()
433
output_size_bytes
+= nir->info.tess.tcs_vertices_out *
in brw_compile_tcs()
436
assert(
output_size_bytes
>= 1);
in brw_compile_tcs()
437
if (
output_size_bytes
> GFX7_MAX_HS_URB_ENTRY_SIZE_BYTES)
in brw_compile_tcs()
441
vue_prog_data->urb_entry_size = ALIGN(
output_size_bytes
, 64) / 64;
in brw_compile_tcs()
H
A
D
brw_shader.cpp
1352
unsigned
output_size_bytes
= prog_data->base.vue_map.num_slots * 4 * 4;
in brw_compile_tes()
local
1354
assert(
output_size_bytes
>= 1);
in brw_compile_tes()
1355
if (
output_size_bytes
> GFX7_MAX_DS_URB_ENTRY_SIZE_BYTES) {
in brw_compile_tes()
1370
prog_data->base.urb_entry_size = ALIGN(
output_size_bytes
, 64) / 64;
in brw_compile_tes()
Completed in 4 milliseconds