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:getNumPrimitives
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H
A
D
vktTessellationShaderInputOutputTests.cpp
356
int
getNumPrimitives
(const CaseType type)
in getNumPrimitives()
function
413
const float xScale = 1.0f / static_cast<float>(
getNumPrimitives
(caseDef.caseType));
in initPrograms()
470
const int numPrimitives =
getNumPrimitives
(caseDef.caseType);
in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H
A
D
vktTessellationShaderInputOutputTests.cpp
357
int
getNumPrimitives
(const CaseType type)
in getNumPrimitives()
function
414
const float xScale = 1.0f / static_cast<float>(
getNumPrimitives
(caseDef.caseType));
in initPrograms()
471
const int numPrimitives =
getNumPrimitives
(caseDef.caseType);
in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackSimpleTests.cpp
124
std::function<deUint64(deUint64)>
getNumPrimitives
; // The number of primitives generated.
member
1929
const deUint32 tfBufferSize = (deUint32)topologyData.at(m_parameters.primTopology).
getNumPrimitives
(numVerticesInBuffer) * (deUint32)topologyData.at(m_parameters.primTopology).primSize * bytesPerVertex;
2057
const auto primitivesInBuffer = topologyData.at(m_parameters.primTopology).
getNumPrimitives
(numVerticesInBuffer);
2058
const auto primitivesToWrite = topologyData.at(m_parameters.primTopology).
getNumPrimitives
(numVerticesToWrite);
3673
const deUint32 primitiveCount = (deUint32)topology.second.
getNumPrimitives
(vertCount);
in createTransformFeedbackSimpleTests()
H
A
D
vktPrimitivesGeneratedQueryTests.cpp
149
std::function<deUint64(deUint64)>
getNumPrimitives
; // Number of primitives generated.
member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackSimpleTests.cpp
132
std::function<deUint64(deUint64)>
getNumPrimitives
; // The number of primitives generated.
member
2289
const deUint32 tfBufferSize = (deUint32)topologyData.at(m_parameters.primTopology).
getNumPrimitives
(numVerticesInBuffer) * (deUint32)topologyData.at(m_parameters.primTopology).primSize * bytesPerVertex;
2424
const auto primitivesInBuffer = topologyData.at(m_parameters.primTopology).
getNumPrimitives
(numVerticesInBuffer);
2425
const auto primitivesToWrite = topologyData.at(m_parameters.primTopology).
getNumPrimitives
(numVerticesToWrite);
4527
const deUint32 primitiveCount = (deUint32)topology.second.
getNumPrimitives
(vertCount);
in createTransformFeedbackSimpleTests()
H
A
D
vktPrimitivesGeneratedQueryTests.cpp
205
std::function<deUint64(deUint64)>
getNumPrimitives
; // Number of primitives generated.
member
Completed in 24 milliseconds