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:depthBiasExact
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H
A
D
vktRasterizationDepthBiasControlTests.cpp
59
info.
depthBiasExact
= (exact ? VK_TRUE : VK_FALSE);
in makeDepthBiasRepresentationInfo()
289
if (reprInfo.
depthBiasExact
&& !dbcFeatures.
depthBiasExact
)
in checkSupport()
290
TCU_THROW(NotSupportedError, "
depthBiasExact
not supported");
in checkSupport()
436
const bool exactRepr = (m_params.reprInfo ? m_params.reprInfo->
depthBiasExact
: false);
in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkPipelineConstructionUtil.cpp
1848
VkBool32
depthBiasExact
= VK_FALSE;
member
3613
state->
depthBiasExact
= depthBiasRepresentationInfo->
depthBiasExact
;
in buildPipeline()
3942
depthBiasRepresentationInfo.
depthBiasExact
= state->
depthBiasExact
;
in setShaderObjectDynamicStates()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
3382
if (reprInfo.
depthBiasExact
&& !dbcFeatures.
depthBiasExact
)
in checkSupport()
3383
TCU_THROW(NotSupportedError, "
depthBiasExact
not supported");
in checkSupport()
5270
pDepthBiasReprInfo->
depthBiasExact
= reprInfo.
depthBiasExact
;
in iterate()
8432
depthBiasReprInfo.
depthBiasExact
= VK_TRUE;
in createExtendedDynamicStateTests()
8471
depthBiasReprInfo.
depthBiasExact
= VK_FALSE;
in createExtendedDynamicStateTests()
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_core.h
15384
VkBool32
depthBiasExact
;
member
15399
VkBool32
depthBiasExact
;
member
H
A
D
vulkan_hash.hpp
3207
VULKAN_HPP_HASH_COMBINE( seed, depthBiasRepresentationInfoEXT.
depthBiasExact
);
7939
VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthBiasControlFeaturesEXT.
depthBiasExact
);
H
A
D
vulkan_structs.hpp
23416
,
depthBiasExact
( depthBiasExact_ )
in depthBiasExact()
function
23452
depthBiasExact
= depthBiasExact_;
23478
return std::tie( sType, pNext, depthBiasRepresentation,
depthBiasExact
);
23491
(
depthBiasExact
== rhs.
depthBiasExact
);
23505
VULKAN_HPP_NAMESPACE::Bool32
depthBiasExact
= {};
member
[all...]
Completed in 134 milliseconds