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:rp_info
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H
A
D
vulkan_command_buffer_utils.cpp
1274
VkRenderPassCreateInfo
rp_info
= {};
in init_renderpass()
local
1275
rp_info
.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO;
in init_renderpass()
1276
rp_info
.pNext = NULL;
in init_renderpass()
1277
rp_info
.attachmentCount = include_depth ? 2 : 1;
in init_renderpass()
1278
rp_info
.pAttachments = attachments;
in init_renderpass()
1279
rp_info
.subpassCount = 1;
in init_renderpass()
1280
rp_info
.pSubpasses = &subpass;
in init_renderpass()
1281
rp_info
.dependencyCount = 0;
in init_renderpass()
1282
rp_info
.pDependencies = NULL;
in init_renderpass()
1284
res = vkCreateRenderPass(info.device, &
rp_info
, NUL
in init_renderpass()
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_meta_copy.c
2192
VkRenderPassBeginInfo
rp_info
= {
in texel_buffer_shader_copy()
local
2206
v3dv_CmdBeginRenderPass2(_cmd_buffer, &
rp_info
, &sp_info);
in texel_buffer_shader_copy()
4163
VkRenderPassBeginInfo
rp_info
= {
in blit_shader()
local
4177
v3dv_CmdBeginRenderPass2(_cmd_buffer, &
rp_info
, &sp_info);
in blit_shader()
/third_party/glfw/tests/
H
A
D
triangle-vulkan.c
1187
const VkRenderPassCreateInfo
rp_info
= {
in demo_prepare_render_pass()
local
1199
err = vkCreateRenderPass(demo->device, &
rp_info
, NULL, &demo->render_pass);
in demo_prepare_render_pass()
Completed in 12 milliseconds