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:stencil_att
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_cmd_buffer.c
1596
gfx->
stencil_att
= (struct anv_attachment) { };
in anv_cmd_buffer_init_attachments()
1612
gfx->
stencil_att
= (struct anv_attachment) { };
in anv_cmd_buffer_reset_rendering()
1728
gfx->
stencil_att
.vk_format =
in BeginCommandBuffer()
6309
} else if (gfx->
stencil_att
.iview != NULL) {
in cmd_buffer_emit_depth_stencil()
6310
isl_view = gfx->
stencil_att
.iview->planes[0].isl;
in cmd_buffer_emit_depth_stencil()
6363
if (gfx->
stencil_att
.iview != NULL) {
in cmd_buffer_emit_depth_stencil()
6364
const struct anv_image_view *iview = gfx->
stencil_att
.iview;
in cmd_buffer_emit_depth_stencil()
6890
gfx->
stencil_att
.vk_format = s_iview->vk.format;
in CmdBeginRendering()
6891
gfx->
stencil_att
.iview = s_iview;
in CmdBeginRendering()
6892
gfx->
stencil_att
in CmdBeginRendering()
[all...]
H
A
D
gfx8_cmd_buffer.c
432
if (cmd_buffer->state.gfx.
stencil_att
.vk_format != VK_FORMAT_UNDEFINED)
in cmd_buffer_flush_dynamic_state()
498
if (cmd_buffer->state.gfx.
stencil_att
.vk_format != VK_FORMAT_UNDEFINED)
in cmd_buffer_flush_dynamic_state()
H
A
D
gfx7_cmd_buffer.c
151
if (cmd_buffer->state.gfx.
stencil_att
.vk_format != VK_FORMAT_UNDEFINED)
in cmd_buffer_flush_dynamic_state()
H
A
D
anv_blorp.c
1256
const struct anv_attachment *s_att = &gfx->
stencil_att
;
in clear_depth_stencil_attachment()
H
A
D
anv_private.h
2658
struct anv_attachment
stencil_att
;
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_meta_clear.c
2092
VkRenderingAttachmentInfo color_att = {0}, depth_att = {0},
stencil_att
= {0};
in radv_clear_image_layer()
local
2110
stencil_att
.sType = VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO;
in radv_clear_image_layer()
2111
stencil_att
.imageView = radv_image_view_to_handle(&iview);
in radv_clear_image_layer()
2112
stencil_att
.imageLayout = image_layout;
in radv_clear_image_layer()
2113
stencil_att
.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
in radv_clear_image_layer()
2114
stencil_att
.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
in radv_clear_image_layer()
2134
rendering_info.pStencilAttachment = &
stencil_att
;
in radv_clear_image_layer()
H
A
D
radv_meta_decompress.c
434
const VkRenderingAttachmentInfo
stencil_att
= {
in radv_process_depth_image_layer()
local
450
.pStencilAttachment = &
stencil_att
,
in radv_process_depth_image_layer()
H
A
D
radv_meta_blit.c
416
VkRenderingAttachmentInfo
stencil_att
;
in meta_emit_blit()
local
421
stencil_att
= (VkRenderingAttachmentInfo) {
in meta_emit_blit()
428
rendering_info.pStencilAttachment = &
stencil_att
;
in meta_emit_blit()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
171
struct lvp_render_attachment
stencil_att
;
member
1581
if (state->
stencil_att
.load_op == VK_ATTACHMENT_LOAD_OP_CLEAR)
in render_needs_clear()
1660
if (state->
stencil_att
.load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
in render_clear()
1662
sclear_val = state->
stencil_att
.clear_value.depthStencil.stencil;
in render_clear()
1726
if (state->
stencil_att
.load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
in render_clear_fast()
1728
sclear_val = state->
stencil_att
.clear_value.depthStencil.stencil;
in render_clear_fast()
1760
VkResolveModeFlagBits stencil_resolve_mode = multi ? state->forced_stencil_resolve_mode : state->
stencil_att
.resolve_mode;
in resolve_ds()
1771
state->
stencil_att
.resolve_imgv == NULL ||
in resolve_ds()
1772
state->depth_att.resolve_imgv == state->
stencil_att
.resolve_imgv ||
in resolve_ds()
1777
state->
stencil_att
in resolve_ds()
[all...]
/third_party/mesa3d/src/mesa/main/
H
A
D
fbobject.c
5351
GLenum depth_att,
stencil_att
;
in discard_framebuffer()
local
5355
stencil_att
= GL_STENCIL_ATTACHMENT;
in discard_framebuffer()
5358
stencil_att
= GL_STENCIL;
in discard_framebuffer()
5374
attachments[i] ==
stencil_att
) &&
in discard_framebuffer()
5378
stencil_att
: depth_att);
in discard_framebuffer()
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_render_pass.c
1525
const VkRenderingAttachmentInfo
stencil_att
= {
in load_attachment()
local
1546
render.pStencilAttachment = &
stencil_att
;
in load_attachment()
Completed in 40 milliseconds