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:inheritance_info
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_render_pass.h
178
* This is in the pNext chain of pipeline_info and
inheritance_info
.
184
* This is in the pNext chain of pipeline_info and
inheritance_info
.
200
VkCommandBufferInheritanceRenderingInfo
inheritance_info
;
member
H
A
D
vk_render_pass.c
717
subpass->
inheritance_info
= (VkCommandBufferInheritanceRenderingInfo) {
in vk_common_CreateRenderPass2()
882
return &render_pass->subpasses[inheritance->subpass].
inheritance_info
;
in vk_get_command_buffer_inheritance_rendering_info()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_cmd_buffer.c
936
const VkCommandBufferInheritanceInfo *
inheritance_info
)
in cmd_buffer_begin_render_pass_secondary()
940
assert(
inheritance_info
);
in cmd_buffer_begin_render_pass_secondary()
943
v3dv_render_pass_from_handle(
inheritance_info
->renderPass);
in cmd_buffer_begin_render_pass_secondary()
947
v3dv_framebuffer_from_handle(
inheritance_info
->framebuffer);
in cmd_buffer_begin_render_pass_secondary()
949
assert(
inheritance_info
->subpass < cmd_buffer->state.pass->subpass_count);
in cmd_buffer_begin_render_pass_secondary()
950
cmd_buffer->state.subpass_idx =
inheritance_info
->subpass;
in cmd_buffer_begin_render_pass_secondary()
953
inheritance_info
->occlusionQueryEnable;
in cmd_buffer_begin_render_pass_secondary()
959
v3dv_cmd_buffer_start_job(cmd_buffer,
inheritance_info
->subpass,
in cmd_buffer_begin_render_pass_secondary()
934
cmd_buffer_begin_render_pass_secondary( struct v3dv_cmd_buffer *cmd_buffer, const VkCommandBufferInheritanceInfo *
inheritance_info
)
cmd_buffer_begin_render_pass_secondary()
argument
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_command_buffer.c
750
const VkCommandBufferInheritanceInfo *
inheritance_info
=
in vn_BeginCommandBuffer()
local
753
cmd, vn_render_pass_from_handle(
inheritance_info
->renderPass),
in vn_BeginCommandBuffer()
754
vn_framebuffer_from_handle(
inheritance_info
->framebuffer), NULL);
in vn_BeginCommandBuffer()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_cmd_buffer.c
1706
const VkCommandBufferInheritanceRenderingInfo *
inheritance_info
=
in BeginCommandBuffer()
local
1709
assert(
inheritance_info
);
in BeginCommandBuffer()
1711
gfx->rendering_flags =
inheritance_info
->flags;
in BeginCommandBuffer()
1714
gfx->samples =
inheritance_info
->rasterizationSamples;
in BeginCommandBuffer()
1715
gfx->view_mask =
inheritance_info
->viewMask;
in BeginCommandBuffer()
1717
uint32_t color_att_count =
inheritance_info
->colorAttachmentCount;
in BeginCommandBuffer()
1724
inheritance_info
->pColorAttachmentFormats[i];
in BeginCommandBuffer()
1727
inheritance_info
->depthAttachmentFormat;
in BeginCommandBuffer()
1729
inheritance_info
->stencilAttachmentFormat;
in BeginCommandBuffer()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_cmd_buffer.c
2533
const VkCommandBufferInheritanceInfo *
inheritance_info
=
in pvr_BeginCommandBuffer()
local
2537
pass = pvr_render_pass_from_handle(
inheritance_info
->renderPass);
in pvr_BeginCommandBuffer()
2540
pvr_framebuffer_from_handle(
inheritance_info
->framebuffer);
in pvr_BeginCommandBuffer()
2541
state->render_pass_info.subpass_idx =
inheritance_info
->subpass;
in pvr_BeginCommandBuffer()
2543
pass->subpasses[
inheritance_info
->subpass].userpass_spawn;
in pvr_BeginCommandBuffer()
Completed in 34 milliseconds