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:offset_in_dwords
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_hw_pass.h
102
uint32_t
offset_in_dwords
;
member
H
A
D
pvr_descriptor_set.c
1200
unsigned int
offset_in_dwords
=
in pvr_descriptor_set_create()
local
1208
offset_in_dwords
+= 4;
in pvr_descriptor_set_create()
1210
memcpy((uint8_t *)map +
offset_in_dwords
* sizeof(uint32_t),
in pvr_descriptor_set_create()
H
A
D
pvr_cmd_buffer.c
779
position = mrt_resource->u.mem.
offset_in_dwords
;
in pvr_setup_pbe_state()
2884
(uint64_t)desc_set_entry->
offset_in_dwords
<< 2U);
in pvr_setup_descriptor_mappings()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_mesh.cpp
873
const unsigned
offset_in_dwords
= nir_intrinsic_base(instr) +
in emit_urb_direct_writes()
local
885
const unsigned comp_shift =
offset_in_dwords
% 4;
in emit_urb_direct_writes()
891
unsigned urb_global_offset =
offset_in_dwords
/ 4;
in emit_urb_direct_writes()
1031
const unsigned
offset_in_dwords
= nir_intrinsic_base(instr) +
in emit_urb_direct_reads()
local
1035
unsigned urb_global_offset =
offset_in_dwords
/ 4;
in emit_urb_direct_reads()
1038
const unsigned comp_offset =
offset_in_dwords
% 4;
in emit_urb_direct_reads()
/third_party/mesa3d/src/imagination/vulkan/pds/
H
A
D
pvr_pds.h
865
unsigned int
offset_in_dwords
; /* Offset from the start of the descriptor
member
1024
uint32_t
offset_in_dwords
;
member
H
A
D
pvr_xgl_pds.c
1564
descriptor_set_entry->
offset_in_dwords
= descriptor_set->
offset_in_dwords
;
in pvr_pds_generate_descriptor_upload_program()
Completed in 16 milliseconds