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:samplers_offset
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_descriptor_set.c
133
uint32_t
samplers_offset
=
in tu_CreateDescriptorSetLayout()
local
138
uint32_t size =
samplers_offset
+
in tu_CreateDescriptorSetLayout()
203
set_layout->binding[b].immutable_samplers_offset =
samplers_offset
;
in tu_CreateDescriptorSetLayout()
210
samplers_offset
+= sizeof(struct tu_sampler) * binding->descriptorCount;
in tu_CreateDescriptorSetLayout()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_descriptor_set.c
650
uint32_t
samplers_offset
=
in v3dv_CreateDescriptorSetLayout()
local
653
uint32_t size =
samplers_offset
+
in v3dv_CreateDescriptorSetLayout()
725
set_layout->binding[binding_number].immutable_samplers_offset =
samplers_offset
;
in v3dv_CreateDescriptorSetLayout()
731
samplers_offset
+= sizeof(struct v3dv_sampler) * binding->descriptorCount;
in v3dv_CreateDescriptorSetLayout()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_descriptor_set.c
146
uint32_t
samplers_offset
= offsetof(struct radv_descriptor_set_layout, binding[num_bindings]);
in radv_CreateDescriptorSetLayout()
local
147
size_t size =
samplers_offset
+ immutable_sampler_count * 4 * sizeof(uint32_t);
in radv_CreateDescriptorSetLayout()
306
set_layout->binding[b].immutable_samplers_offset =
samplers_offset
;
in radv_CreateDescriptorSetLayout()
324
samplers_offset
+= 4 * sizeof(uint32_t) * binding->descriptorCount;
in radv_CreateDescriptorSetLayout()
/third_party/mesa3d/src/intel/blorp/
H
A
D
blorp_genX_exec.h
2180
uint32_t
samplers_offset
=
in blorp_exec_compute()
local
2192
.SamplerStatePointer =
samplers_offset
,
in blorp_exec_compute()
2255
uint32_t
samplers_offset
=
in blorp_exec_compute()
local
2260
.SamplerStatePointer =
samplers_offset
,
in blorp_exec_compute()
Completed in 9 milliseconds