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:geomType
(Results
1 - 10
of
10
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H
A
D
vktRayQueryBuiltinTests.cpp
225
GeomType
geomType
;
member
1933
const bool triangles = (testParams.
geomType
== GEOM_TYPE_TRIANGLES);
in initAccelerationStructures()
1997
if (testParams.
geomType
== GEOM_TYPE_AABBS)
in getShaderBodyText()
2030
else if (testParams.
geomType
== GEOM_TYPE_TRIANGLES)
in getShaderBodyText()
2090
const bool triangles = (testParams.
geomType
== GEOM_TYPE_TRIANGLES);
in initAccelerationStructures()
2158
if (testParams.
geomType
== GEOM_TYPE_AABBS)
in getShaderBodyText()
2191
else if (testParams.
geomType
== GEOM_TYPE_TRIANGLES)
in getShaderBodyText()
2250
const bool usesTriangles = (testParams.
geomType
== GEOM_TYPE_TRIANGLES);
in initAccelerationStructures()
2321
if (testParams.
geomType
== GEOM_TYPE_AABBS ||
in getShaderBodyText()
2322
testParams.
geomType
in getShaderBodyText()
5919
GeomType
geomType
;
global()
member
6016
const GeomType
geomType
=
geomType
s[
geomType
Ndx].
geomType
;
createBuiltinTests()
local
6110
const GeomType
geomType
=
geomType
s[
geomType
Ndx].
geomType
;
createAdvancedTests()
local
[all...]
H
A
D
vktRayQueryWatertightnessTests.cpp
137
GeomType
geomType
;
member
1510
if (testParams.
geomType
== GEOM_TYPE_AABBS)
in getShaderBodyText()
1537
else if (testParams.
geomType
== GEOM_TYPE_TRIANGLES)
in getShaderBodyText()
1643
if (testParams.
geomType
== GEOM_TYPE_AABBS)
in initAccelerationStructures()
1747
else if (testParams.
geomType
== GEOM_TYPE_TRIANGLES)
in initAccelerationStructures()
1849
rayQueryBottomLevelAccelerationStructure->addGeometry(geometryData, testParams.
geomType
== GEOM_TYPE_TRIANGLES);
in initAccelerationStructures()
2246
GeomType
geomType
;
in createWatertightnessTests()
member
2276
const GeomType
geomType
= geomTypes[geomTypeNdx].
geomType
;
in createWatertightnessTests()
local
2285
geomType
, // GeomTyp
in createWatertightnessTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H
A
D
vktRayQueryBuiltinTests.cpp
225
GeomType
geomType
;
member
1913
const bool triangles = (testParams.
geomType
== GEOM_TYPE_TRIANGLES);
in initAccelerationStructures()
1977
if (testParams.
geomType
== GEOM_TYPE_AABBS)
in getShaderBodyText()
2010
else if (testParams.
geomType
== GEOM_TYPE_TRIANGLES)
in getShaderBodyText()
2070
const bool triangles = (testParams.
geomType
== GEOM_TYPE_TRIANGLES);
in initAccelerationStructures()
2138
if (testParams.
geomType
== GEOM_TYPE_AABBS)
in getShaderBodyText()
2171
else if (testParams.
geomType
== GEOM_TYPE_TRIANGLES)
in getShaderBodyText()
2230
const bool usesTriangles = (testParams.
geomType
== GEOM_TYPE_TRIANGLES);
in initAccelerationStructures()
2301
if (testParams.
geomType
== GEOM_TYPE_AABBS ||
in getShaderBodyText()
2302
testParams.
geomType
in getShaderBodyText()
5899
GeomType
geomType
;
global()
member
5995
const GeomType
geomType
=
geomType
s[
geomType
Ndx].
geomType
;
createBuiltinTests()
local
6089
const GeomType
geomType
=
geomType
s[
geomType
Ndx].
geomType
;
createAdvancedTests()
local
[all...]
H
A
D
vktRayQueryWatertightnessTests.cpp
137
GeomType
geomType
;
member
1490
if (testParams.
geomType
== GEOM_TYPE_AABBS)
in getShaderBodyText()
1517
else if (testParams.
geomType
== GEOM_TYPE_TRIANGLES)
in getShaderBodyText()
1623
if (testParams.
geomType
== GEOM_TYPE_AABBS)
in initAccelerationStructures()
1727
else if (testParams.
geomType
== GEOM_TYPE_TRIANGLES)
in initAccelerationStructures()
1829
rayQueryBottomLevelAccelerationStructure->addGeometry(geometryData, testParams.
geomType
== GEOM_TYPE_TRIANGLES);
in initAccelerationStructures()
2225
GeomType
geomType
;
in createWatertightnessTests()
member
2255
const GeomType
geomType
= geomTypes[geomTypeNdx].
geomType
;
in createWatertightnessTests()
local
2264
geomType
, // GeomTyp
in createWatertightnessTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingBuiltinTests.cpp
119
GeomType
geomType
;
member
588
const std::string condition = (m_data.id == TEST_ID_GEOMETRY_INDEX_EXT) && (m_data.
geomType
== GEOM_TYPE_AABBS) ? conditionGeometryIndex
in initPrograms()
589
: (m_data.id == TEST_ID_PRIMITIVE_ID) && (m_data.
geomType
== GEOM_TYPE_AABBS) ? conditionPrimitiveId
in initPrograms()
623
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
653
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
814
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
844
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
872
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
948
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
978
if (m_data.
geomType
in initPrograms()
2463
GeomType
geomType
;
global()
member
2578
const GeomType
geomType
=
geomType
s[
geomType
sNdx].
geomType
;
createScalarTests()
local
2707
const GeomType
geomType
=
geomType
s[
geomType
sNdx].
geomType
;
createRayFlagsTests()
local
2816
const GeomType
geomType
=
geomType
s[
geomType
sNdx].
geomType
;
createMultiOutputTests()
local
[all...]
H
A
D
vktRayTracingPipelineFlagsTests.cpp
183
ALIGN_STD430(GeometryTypes)
geomType
;
member
236
return (rec.
geomType
== GeometryTypes::Triangle) ? rec.retValue : hitAttr;
284
:
geomType
(GeometryTypes::None)
in ShaderRecordEXT()
291
:
geomType
(type)
in ShaderRecordEXT()
598
" uint
geomType
;\n"
in initPrograms()
654
<< " if (record.
geomType
== " << deUint32(GeometryTypes::Triangle) << ")" << endl
in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingBuiltinTests.cpp
125
GeomType
geomType
;
member
599
const std::string condition = (m_data.id == TEST_ID_GEOMETRY_INDEX_EXT) && (m_data.
geomType
== GEOM_TYPE_AABBS) ? conditionGeometryIndex
in initPrograms()
600
: (m_data.id == TEST_ID_PRIMITIVE_ID) && (m_data.
geomType
== GEOM_TYPE_AABBS) ? conditionPrimitiveId
in initPrograms()
634
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
664
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
825
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
855
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
883
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
959
if (m_data.
geomType
== GEOM_TYPE_AABBS)
in initPrograms()
989
if (m_data.
geomType
in initPrograms()
3909
GeomType
geomType
;
global()
member
4026
const GeomType
geomType
=
geomType
s[
geomType
sNdx].
geomType
;
createScalarTests()
local
4157
const GeomType
geomType
=
geomType
s[
geomType
sNdx].
geomType
;
createRayFlagsTests()
local
4303
const GeomType
geomType
=
geomType
s[
geomType
sNdx].
geomType
;
createMultiOutputTests()
local
[all...]
H
A
D
vktRayTracingPipelineFlagsTests.cpp
184
ALIGN_STD430(GeometryTypes)
geomType
;
member
237
return (rec.
geomType
== GeometryTypes::Triangle) ? rec.retValue : hitAttr;
285
:
geomType
(GeometryTypes::None)
in ShaderRecordEXT()
292
:
geomType
(type)
in ShaderRecordEXT()
605
" uint
geomType
;\n"
in initPrograms()
661
<< " if (record.
geomType
== " << deUint32(GeometryTypes::Triangle) << ")" << endl
in initPrograms()
/third_party/skia/gm/
H
A
D
simpleaaclip.cpp
65
SimpleClipGM(SkGeomTypes
geomType
)
in SimpleClipGM()
argument
66
: fGeomType(
geomType
) {
in SimpleClipGM()
/third_party/skia/bench/
H
A
D
GradientBench.cpp
179
GeomType
geomType
= kRect_GeomType,
in GradientBench()
181
: fGeomType(
geomType
) {
in GradientBench()
185
if (
geomType
!= kRect_GeomType) {
in GradientBench()
186
fName.appendf("_%s", geomtypename(
geomType
));
in GradientBench()
Completed in 33 milliseconds