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:hasImage
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmComputeShaderCase.cpp
490
const bool
hasImage
= (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) ||
in iterate()
local
501
if (!
hasImage
&& !hasSampler)
in iterate()
518
else if (
hasImage
)
in iterate()
570
const bool
hasImage
= (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) ||
in iterate()
local
579
if (
hasImage
|| hasSampler)
in iterate()
H
A
D
vktSpvAsmGraphicsShaderTestUtil.cpp
3457
const bool
hasImage
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3466
if (!
hasImage
&& !hasSampler)
in runAndVerifyDefaultPipeline()
3486
else if (
hasImage
)
in runAndVerifyDefaultPipeline()
3621
const bool
hasImage
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3630
if (
hasImage
|| hasSampler)
in runAndVerifyDefaultPipeline()
3753
( (
hasImage
| hasSampler) ? &dImageInfos.back() : DE_NULL), // pImageInfo
in runAndVerifyDefaultPipeline()
3754
(!(
hasImage
| hasSampler) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo
in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmComputeShaderCase.cpp
490
const bool
hasImage
= (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) ||
in iterate()
local
501
if (!
hasImage
&& !hasSampler)
in iterate()
518
else if (
hasImage
)
in iterate()
570
const bool
hasImage
= (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) ||
in iterate()
local
579
if (
hasImage
|| hasSampler)
in iterate()
H
A
D
vktSpvAsmGraphicsShaderTestUtil.cpp
3454
const bool
hasImage
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3463
if (!
hasImage
&& !hasSampler)
in runAndVerifyDefaultPipeline()
3483
else if (
hasImage
)
in runAndVerifyDefaultPipeline()
3618
const bool
hasImage
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3627
if (
hasImage
|| hasSampler)
in runAndVerifyDefaultPipeline()
3750
( (
hasImage
| hasSampler) ? &dImageInfos.back() : DE_NULL), // pImageInfo
in runAndVerifyDefaultPipeline()
3751
(!(
hasImage
| hasSampler) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo
in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H
A
D
vktMemoryPipelineBarrierTests.cpp
8005
,
hasImage
(false)
8029
bool
hasImage
;
8114
else if (!state.
hasImage
&& supportsBuffers) // Avoid creating buffer if there is already image
8125
if (state.
hasImage
)
8156
if (state.
hasImage
&& (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED))
8259
if (state.
hasImage
&& (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED))
8561
DE_ASSERT(!state.
hasImage
);
8564
state.
hasImage
= true;
8569
DE_ASSERT(state.
hasImage
);
8572
state.
hasImage
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H
A
D
vktMemoryPipelineBarrierTests.cpp
8005
,
hasImage
(false)
8029
bool
hasImage
;
8114
else if (!state.
hasImage
&& supportsBuffers) // Avoid creating buffer if there is already image
8125
if (state.
hasImage
)
8156
if (state.
hasImage
&& (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED))
8259
if (state.
hasImage
&& (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED))
8561
DE_ASSERT(!state.
hasImage
);
8564
state.
hasImage
= true;
8569
DE_ASSERT(state.
hasImage
);
8572
state.
hasImage
[all...]
Completed in 30 milliseconds