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:view_id
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_surface.c
331
s->
view_id
= SVGA3D_INVALID_ID;
in svga_create_surface_view()
580
if (s && s->
view_id
== SVGA3D_INVALID_ID) {
in svga_validate_surface_view()
610
s->
view_id
= util_bitmask_add(svga->surface_view_id_bm);
in svga_validate_surface_view()
612
s->
view_id
,
in svga_validate_surface_view()
636
s->
view_id
= util_bitmask_add(svga->surface_view_id_bm);
in svga_validate_surface_view()
638
s->
view_id
,
in svga_validate_surface_view()
647
util_bitmask_clear(svga->surface_view_id_bm, s->
view_id
);
in svga_validate_surface_view()
648
s->
view_id
= SVGA3D_INVALID_ID;
in svga_validate_surface_view()
687
if (s->
view_id
!= SVGA3D_INVALID_ID) {
in svga_surface_destroy()
701
s->
view_id
));
in svga_surface_destroy()
[all...]
H
A
D
svga_pipe_clear.c
344
assert(svga_surface(dsv)->
view_id
!= SVGA3D_INVALID_ID);
in svga_clear_texture()
409
assert(svga_surface(rtv)->
view_id
!= SVGA3D_INVALID_ID);
in svga_clear_texture()
481
assert(svga_surface(rtv)->
view_id
!= SVGA3D_INVALID_ID);
in svga_try_clear_render_target()
H
A
D
svga_surface.h
63
SVGA3dRenderTargetViewId
view_id
;
member
H
A
D
svga_cmd_vgpu10.c
332
cmd->renderTargetViewId = ss->
view_id
;
in SVGA3D_vgpu10_ClearRenderTargetView()
371
cmd->depthStencilViewId = ss->
view_id
;
in SVGA3D_vgpu10_SetRenderTargets()
386
ctarget[i] = ss->
view_id
;
in SVGA3D_vgpu10_SetRenderTargets()
715
cmd->depthStencilViewId = ss->
view_id
;
in SVGA3D_vgpu10_ClearDepthStencilView()
H
A
D
svga_state_framebuffer.c
222
assert(svga_surface(rtv[i])->
view_id
!= SVGA3D_INVALID_ID);
in emit_fb_vgpu10()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_llvm.h
464
unsigned draw_id, unsigned
view_id
);
475
unsigned
view_id
);
482
unsigned
view_id
);
491
unsigned
view_id
);
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H
A
D
ScenicWindow.cpp
236
if (event.gfx().view_properties_changed().
view_id
!= mView->id())
in onScenicEvents()
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_module.h
151
view_id
: 1,
member
H
A
D
dxil_dump.c
170
PRINT_FEAT(
view_id
);
in dump_features()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
extNvidiaVideoParserIf.hpp
419
int32_t
view_id
;
member
1009
uint16_t viewId; // from pictureInfoH264->ext.mvcext.
view_id
H
A
D
vktVideoBaseDecodeUtils.cpp
1256
pDecodePictureInfo->viewId = (uint16_t)pNvidiaVulkanParserPictureData->CodecSpecific.h264.mvcext.
view_id
;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.cpp
1072
cachedParameters->decodedPictureInfo.viewId = pd->CodecSpecific.h264.mvcext.
view_id
;
Completed in 20 milliseconds