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
defs:ubos
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/virgl/
H
A
D
virgl_context.h
58
struct pipe_constant_buffer
ubos
[PIPE_MAX_CONSTANT_BUFFERS];
member
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_cs.c
318
struct mali_uniform_buffer_packed *
ubos
= descs;
in emit_ubos()
local
[all...]
H
A
D
panvk_vX_descriptor_set.c
314
struct mali_uniform_buffer_packed *
ubos
= set->
ubos
;
in descriptor_set_create()
local
H
A
D
panvk_vX_cmd_buffer.c
293
struct panfrost_ptr
ubos
=
in panvk_cmd_prepare_ubos()
local
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_context.h
227
struct pipe_constant_buffer
ubos
[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
member
342
VkDescriptorBufferInfo
ubos
[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H
A
D
nir_to_spirv.c
57
SpvId
ubos
[2][5]; //8, 16, 32, unused, 64
member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_cmdstream.c
1484
struct panfrost_ptr
ubos
= { 0 };
in panfrost_emit_const_buf()
local
3183
mali_ptr
ubos
, resource
in panfrost_emit_shader()
local
3134
panfrost_emit_resources(struct panfrost_batch *batch, enum pipe_shader_type stage, mali_ptr
ubos
, unsigned ubo_count)
panfrost_emit_resources()
argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
ContextVk.cpp
1893
const std::vector<gl::InterfaceBlock> &
ubos
= programState.getUniformBlocks();
in handleDirtyShaderResourcesImpl()
local
Completed in 26 milliseconds