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:pds_data_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_job_context.c
714
const uint32_t
pds_data_size
= pds_program->data_size * 4;
in pvr_rogue_get_vdmctrl_pds_state_words()
local
722
assert(
pds_data_size
% PVRX(VDMCTRL_PDS_STATE0_PDS_DATA_SIZE_UNIT_SIZE) ==
in pvr_rogue_get_vdmctrl_pds_state_words()
724
state.
pds_data_size
=
in pvr_rogue_get_vdmctrl_pds_state_words()
725
pds_data_size
/ PVRX(VDMCTRL_PDS_STATE0_PDS_DATA_SIZE_UNIT_SIZE);
in pvr_rogue_get_vdmctrl_pds_state_words()
742
const uint32_t
pds_data_size
= pds_program->data_size * 4;
in pvr_rogue_get_geom_state_stream_out_words()
local
746
assert(
pds_data_size
%
in pvr_rogue_get_geom_state_stream_out_words()
749
state.
pds_data_size
=
in pvr_rogue_get_geom_state_stream_out_words()
750
pds_data_size
/ PVRX(TA_STATE_STREAM_OUT1_PDS_DATA_SIZE_UNIT_SIZE);
in pvr_rogue_get_geom_state_stream_out_words()
H
A
D
pvr_cmd_buffer.c
71
uint32_t
pds_data_size
;
member
1250
kernel0.
pds_data_size
= info->
pds_data_size
;
in pvr_compute_generate_control_stream()
1355
.
pds_data_size
=
in pvr_compute_generate_idfwdf()
1395
.
pds_data_size
=
in pvr_compute_generate_fence()
2973
info.
pds_data_size
=
in pvr_compute_update_shared()
3051
.
pds_data_size
=
in pvr_compute_update_kernel()
3257
state0.
pds_data_size
= DIV_ROUND_UP(
in pvr_emit_dirty_pds_state()
Completed in 10 milliseconds