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:meshFeatures
(Results
1 - 14
of
14
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H
A
D
vktMeshShaderUtil.cpp
90
const auto&
meshFeatures
= context.getMeshShaderFeatures();
in checkTaskMeshShaderSupportNV()
local
92
if (requireTask && !
meshFeatures
.taskShader)
in checkTaskMeshShaderSupportNV()
95
if (requireMesh && !
meshFeatures
.meshShader)
in checkTaskMeshShaderSupportNV()
105
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkTaskMeshShaderSupportEXT()
local
107
if (requireTask && !
meshFeatures
.taskShader)
in checkTaskMeshShaderSupportEXT()
110
if (requireMesh && !
meshFeatures
.meshShader)
in checkTaskMeshShaderSupportEXT()
H
A
D
vktMeshShaderPropertyTestsEXT.cpp
571
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
572
if (!
meshFeatures
.multiviewMeshShader)
in checkSupport()
1925
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
1926
if (!
meshFeatures
.multiviewMeshShader)
in checkSupport()
H
A
D
vktMeshShaderQueryTestsEXT.cpp
522
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
523
if (!
meshFeatures
.meshShaderQueries)
in checkSupport()
534
if (!
meshFeatures
.multiviewMeshShader)
in checkSupport()
H
A
D
vktMeshShaderBuiltinTestsEXT.cpp
2127
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
2128
if (!
meshFeatures
.multiviewMeshShader)
in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H
A
D
vktMeshShaderUtil.cpp
90
const auto&
meshFeatures
= context.getMeshShaderFeatures();
in checkTaskMeshShaderSupportNV()
local
92
if (requireTask && !
meshFeatures
.taskShader)
in checkTaskMeshShaderSupportNV()
95
if (requireMesh && !
meshFeatures
.meshShader)
in checkTaskMeshShaderSupportNV()
105
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkTaskMeshShaderSupportEXT()
local
107
if (requireTask && !
meshFeatures
.taskShader)
in checkTaskMeshShaderSupportEXT()
110
if (requireMesh && !
meshFeatures
.meshShader)
in checkTaskMeshShaderSupportEXT()
H
A
D
vktMeshShaderPropertyTestsEXT.cpp
571
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
572
if (!
meshFeatures
.multiviewMeshShader)
in checkSupport()
1925
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
1926
if (!
meshFeatures
.multiviewMeshShader)
in checkSupport()
H
A
D
vktMeshShaderQueryTestsEXT.cpp
522
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
523
if (!
meshFeatures
.meshShaderQueries)
in checkSupport()
534
if (!
meshFeatures
.multiviewMeshShader)
in checkSupport()
H
A
D
vktMeshShaderBuiltinTestsEXT.cpp
2127
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
2128
if (!
meshFeatures
.multiviewMeshShader)
in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H
A
D
vktBindingDescriptorSetRandomTests.cpp
387
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
389
if (!
meshFeatures
.meshShader)
in checkSupport()
392
if (m_data.stage == STAGE_TASK && !
meshFeatures
.taskShader)
in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H
A
D
vktFragmentShadingRateBasic.cpp
432
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
434
if (m_data.shaderWritesRate && !
meshFeatures
.primitiveFragmentShadingRateMeshShader)
in checkSupport()
437
if (m_data.multiView && !
meshFeatures
.multiviewMeshShader)
in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H
A
D
vktBindingDescriptorSetRandomTests.cpp
387
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
389
if (!
meshFeatures
.meshShader)
in checkSupport()
392
if (m_data.stage == STAGE_TASK && !
meshFeatures
.taskShader)
in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H
A
D
vktFragmentShadingRateBasic.cpp
403
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
405
if (m_data.shaderWritesRate && !
meshFeatures
.primitiveFragmentShadingRateMeshShader)
in checkSupport()
408
if (m_data.multiView && !
meshFeatures
.multiviewMeshShader)
in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
2493
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
2512
if ((m_testConfig.useMeshShaders || m_testConfig.bindUnusedMeshShadingPipeline) && !
meshFeatures
.meshShader)
in checkSupport()
3664
vk::VkPhysicalDeviceMeshShaderFeaturesEXT
meshFeatures
= vk::initVulkanStructure();
in ShadingRateImageDeviceHelper()
local
3665
vk::VkPhysicalDeviceExtendedDynamicState2FeaturesEXT eds3Features = vk::initVulkanStructure(meshShaderSupport ? &
meshFeatures
: nullptr);
in ShadingRateImageDeviceHelper()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
3022
const auto&
meshFeatures
= context.getMeshShaderFeaturesEXT();
in checkSupport()
local
3044
if ((m_testConfig.useMeshShaders || m_testConfig.bindUnusedMeshShadingPipeline) && !
meshFeatures
.meshShader)
in checkSupport()
4402
vk::VkPhysicalDeviceMeshShaderFeaturesEXT
meshFeatures
= vk::initVulkanStructure();
in ShadingRateImageDeviceHelper()
local
4410
addFeatures(&
meshFeatures
);
in ShadingRateImageDeviceHelper()
4430
meshFeatures
.primitiveFragmentShadingRateMeshShader = VK_FALSE;
in ShadingRateImageDeviceHelper()
Completed in 67 milliseconds