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:dummy_image
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
texparam.c
1710
struct gl_texture_image
dummy_image
;
in get_tex_level_parameter_image()
local
1723
memset(&
dummy_image
, 0, sizeof(
dummy_image
));
in get_tex_level_parameter_image()
1724
dummy_image
.TexFormat = MESA_FORMAT_NONE;
in get_tex_level_parameter_image()
1725
dummy_image
.InternalFormat = GL_RGBA;
in get_tex_level_parameter_image()
1726
dummy_image
._BaseFormat = GL_NONE;
in get_tex_level_parameter_image()
1727
dummy_image
.FixedSampleLocations = GL_TRUE;
in get_tex_level_parameter_image()
1729
img = &
dummy_image
;
in get_tex_level_parameter_image()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_meta_copy.c
2319
VkImage
dummy_image
;
in copy_buffer_to_image_blit()
local
2336
v3dv_CreateImage(_device, &dummy_info, &device->vk.alloc, &
dummy_image
);
in copy_buffer_to_image_blit()
2341
vk_common_GetImageMemoryRequirements(_device,
dummy_image
, &reqs);
in copy_buffer_to_image_blit()
2342
v3dv_DestroyImage(_device,
dummy_image
, &device->vk.alloc);
in copy_buffer_to_image_blit()
Completed in 11 milliseconds