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:depth_att
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
gfx7_cmd_buffer.c
41
switch (gfx->
depth_att
.vk_format) {
in get_depth_format()
149
if (cmd_buffer->state.gfx.
depth_att
.vk_format != VK_FORMAT_UNDEFINED)
in cmd_buffer_flush_dynamic_state()
H
A
D
gfx8_cmd_buffer.c
265
cmd_buffer->state.gfx.
depth_att
.iview;
in want_stencil_pma_fix()
430
if (cmd_buffer->state.gfx.
depth_att
.vk_format != VK_FORMAT_UNDEFINED)
in cmd_buffer_flush_dynamic_state()
496
if (cmd_buffer->state.gfx.
depth_att
.vk_format != VK_FORMAT_UNDEFINED)
in cmd_buffer_flush_dynamic_state()
H
A
D
genX_cmd_buffer.c
1595
gfx->
depth_att
= (struct anv_attachment) { };
in anv_cmd_buffer_init_attachments()
1611
gfx->
depth_att
= (struct anv_attachment) { };
in anv_cmd_buffer_reset_rendering()
1726
gfx->
depth_att
.vk_format =
in BeginCommandBuffer()
6307
if (gfx->
depth_att
.iview != NULL) {
in cmd_buffer_emit_depth_stencil()
6308
isl_view = gfx->
depth_att
.iview->planes[0].isl;
in cmd_buffer_emit_depth_stencil()
6323
if (gfx->
depth_att
.iview != NULL) {
in cmd_buffer_emit_depth_stencil()
6324
const struct anv_image_view *iview = gfx->
depth_att
.iview;
in cmd_buffer_emit_depth_stencil()
6343
info.hiz_usage = gfx->
depth_att
.aux_usage;
in cmd_buffer_emit_depth_stencil()
6876
gfx->
depth_att
.vk_format = d_iview->vk.format;
in CmdBeginRendering()
6877
gfx->
depth_att
in CmdBeginRendering()
[all...]
H
A
D
anv_blorp.c
1255
const struct anv_attachment *d_att = &gfx->
depth_att
;
in clear_depth_stencil_attachment()
H
A
D
anv_private.h
2657
struct anv_attachment
depth_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
2102
depth_att
.sType = VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO;
in radv_clear_image_layer()
2103
depth_att
.imageView = radv_image_view_to_handle(&iview);
in radv_clear_image_layer()
2104
depth_att
.imageLayout = image_layout;
in radv_clear_image_layer()
2105
depth_att
.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
in radv_clear_image_layer()
2106
depth_att
.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
in radv_clear_image_layer()
2132
rendering_info.pDepthAttachment = &
depth_att
;
in radv_clear_image_layer()
H
A
D
radv_meta_decompress.c
426
const VkRenderingAttachmentInfo
depth_att
= {
in radv_process_depth_image_layer()
local
449
.pDepthAttachment = &
depth_att
,
in radv_process_depth_image_layer()
H
A
D
radv_meta_blit.c
401
VkRenderingAttachmentInfo
depth_att
;
in meta_emit_blit()
local
406
depth_att
= (VkRenderingAttachmentInfo) {
in meta_emit_blit()
413
rendering_info.pDepthAttachment = &
depth_att
;
in meta_emit_blit()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
170
struct lvp_render_attachment
depth_att
;
member
1579
if (state->
depth_att
.load_op == VK_ATTACHMENT_LOAD_OP_CLEAR)
in render_needs_clear()
1654
if (state->
depth_att
.load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
in render_clear()
1656
dclear_val = state->
depth_att
.clear_value.depthStencil.depth;
in render_clear()
1720
if (state->
depth_att
.load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
in render_clear_fast()
1722
dclear_val = state->
depth_att
.clear_value.depthStencil.depth;
in render_clear_fast()
1759
VkResolveModeFlagBits depth_resolve_mode = multi ? state->forced_depth_resolve_mode : state->
depth_att
.resolve_mode;
in resolve_ds()
1770
assert(state->
depth_att
.resolve_imgv == NULL ||
in resolve_ds()
1772
state->
depth_att
.resolve_imgv == state->stencil_att.resolve_imgv ||
in resolve_ds()
1776
state->
depth_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
5354
depth_att
= GL_DEPTH_ATTACHMENT;
in discard_framebuffer()
5357
depth_att
= GL_DEPTH;
in discard_framebuffer()
5373
if ((attachments[i] ==
depth_att
||
in discard_framebuffer()
5377
GLenum other_format = (attachments[i] ==
depth_att
?
in discard_framebuffer()
5378
stencil_att :
depth_att
);
in discard_framebuffer()
Completed in 38 milliseconds