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:tilingFeatures
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageLoadStoreTests.cpp
529
const auto&
tilingFeatures
= (m_tiling == vk::VK_IMAGE_TILING_OPTIMAL) ? formatProperties.optimalTilingFeatures : formatProperties.linearTilingFeatures;
in checkSupport()
local
534
if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !m_declareImageFormatInShader && !(
tilingFeatures
& VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR))
in checkSupport()
540
if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(
tilingFeatures
& VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
in checkSupport()
547
const auto
tilingFeatures
= (m_tiling == vk::VK_IMAGE_TILING_OPTIMAL) ? formatProperties.optimalTilingFeatures : formatProperties.linearTilingFeatures;
in checkSupport()
555
if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(
tilingFeatures
& VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
in checkSupport()
1217
const auto&
tilingFeatures
= (m_tiling == vk::VK_IMAGE_TILING_OPTIMAL) ? formatProperties.optimalTilingFeatures : formatProperties.linearTilingFeatures;
in checkSupport()
local
1223
if (!m_bufferLoadUniform && !m_declareFormatInShaderReads && !(
tilingFeatures
& VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT))
in checkSupport()
1229
if (!m_declareFormatInShaderWrites && !(
tilingFeatures
& VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT))
in checkSupport()
1238
if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(
tilingFeatures
& VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
in checkSupport()
1276
const auto
tilingFeatures
in checkSupport()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageLoadStoreTests.cpp
527
const auto
tilingFeatures
= (m_tiling == vk::VK_IMAGE_TILING_OPTIMAL) ? formatProperties.optimalTilingFeatures : formatProperties.linearTilingFeatures;
in checkSupport()
local
532
if (!m_declareImageFormatInShader && !(
tilingFeatures
& VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR))
in checkSupport()
538
if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(
tilingFeatures
& VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
in checkSupport()
545
const auto
tilingFeatures
= (m_tiling == vk::VK_IMAGE_TILING_OPTIMAL) ? formatProperties.optimalTilingFeatures : formatProperties.linearTilingFeatures;
in checkSupport()
553
if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(
tilingFeatures
& VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
in checkSupport()
1206
const auto
tilingFeatures
= (m_tiling == vk::VK_IMAGE_TILING_OPTIMAL) ? formatProperties.optimalTilingFeatures : formatProperties.linearTilingFeatures;
in checkSupport()
local
1212
if (!m_bufferLoadUniform && !m_declareImageFormatInShader && !(
tilingFeatures
& VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR))
in checkSupport()
1220
if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(
tilingFeatures
& VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
in checkSupport()
1258
const auto
tilingFeatures
= (m_tiling == vk::VK_IMAGE_TILING_OPTIMAL) ? formatProperties.optimalTilingFeatures : formatProperties.linearTilingFeatures;
in checkSupport()
1270
if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(
tilingFeatures
in checkSupport()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmGraphicsShaderTestUtil.cpp
217
VkFormatFeatureFlags
tilingFeatures
= 0;
in requireFormatUsageSupport()
local
224
tilingFeatures
= properties.linearTilingFeatures;
in requireFormatUsageSupport()
228
tilingFeatures
= properties.optimalTilingFeatures;
in requireFormatUsageSupport()
238
if ((
tilingFeatures
& VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT) == 0)
in requireFormatUsageSupport()
246
if ((
tilingFeatures
& VK_FORMAT_FEATURE_TRANSFER_SRC_BIT) == 0)
in requireFormatUsageSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmGraphicsShaderTestUtil.cpp
217
VkFormatFeatureFlags
tilingFeatures
= 0;
in requireFormatUsageSupport()
local
224
tilingFeatures
= properties.linearTilingFeatures;
in requireFormatUsageSupport()
228
tilingFeatures
= properties.optimalTilingFeatures;
in requireFormatUsageSupport()
238
if ((
tilingFeatures
& VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT) == 0)
in requireFormatUsageSupport()
246
if ((
tilingFeatures
& VK_FORMAT_FEATURE_TRANSFER_SRC_BIT) == 0)
in requireFormatUsageSupport()
Completed in 20 milliseconds