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:imageless
(Results
1 - 9
of
9
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H
A
D
vktImagelessFramebufferTests.hpp
31
namespace
imageless
namespace
36
} //
imageless
H
A
D
vktImagelessFramebufferTests.cpp
48
namespace
imageless
namespace
2913
} //
imageless
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H
A
D
vktImagelessFramebufferTests.hpp
31
namespace
imageless
namespace
36
} //
imageless
H
A
D
vktImagelessFramebufferTests.cpp
48
namespace
imageless
namespace
2919
} //
imageless
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_render_pass.c
291
const bool
imageless
=
in vn_CreateFramebuffer()
local
293
const uint32_t view_count =
imageless
? 0 : pCreateInfo->attachmentCount;
in vn_CreateFramebuffer()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_device.c
2656
const VkFramebufferAttachmentsCreateInfo *
imageless
=
in v3dv_CreateFramebuffer()
local
2663
if (!
imageless
) {
in v3dv_CreateFramebuffer()
2669
assert(i <
imageless
->attachmentImageInfoCount);
in v3dv_CreateFramebuffer()
2670
if (
imageless
->pAttachmentImageInfos[i].usage &
in v3dv_CreateFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H
A
D
vktTestPackage.cpp
1186
addRootChild("imageless_framebuffer", m_caseListFilter,
imageless
::createTests);
in init()
1252
addRootChild("imageless_framebuffer", m_caseListFilter,
imageless
::createTests);
in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H
A
D
vktTestPackage.cpp
1127
addChild(
imageless
::createTests (m_testCtx));
in init()
1190
addChild(
imageless
::createTests (m_testCtx));
in init()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.c
2656
bool
imageless
= pCreateInfo->flags & VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT;
in tu_CreateFramebuffer()
local
2659
if (!
imageless
)
in tu_CreateFramebuffer()
2671
if (!
imageless
) {
in tu_CreateFramebuffer()
Completed in 22 milliseconds