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:m_vertexColor
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H
A
D
vktMultiViewRenderTests.cpp
335
vector<tcu::Vec4>
m_vertexColor
;
member in vkt::MultiView::__anon29374::MultiViewRenderTestInstance
627
vertexColor[m_vertexIndices[vertexIdx]] =
m_vertexColor
[vertexIdx];
in createVertexData()
628
m_vertexColor
.assign(vertexColor.begin(), vertexColor.end());
in createVertexData()
673
DE_ASSERT(m_vertexCoord.size() ==
m_vertexColor
.size());
in createVertexBuffer()
694
const size_t dataSize = static_cast<size_t>(
m_vertexColor
.size() * sizeof(
m_vertexColor
[0]));
in createVertexBuffer()
702
deMemcpy(m_vertexColorAlloc->getHostPtr(),
m_vertexColor
.data(), static_cast<size_t>(dataSize));
in createVertexBuffer()
1022
static_cast<deUint32>(sizeof(
m_vertexColor
[0])), // stride;
in makeGraphicsPipeline()
1336
return
m_vertexColor
[colorNdx];
in getQuarterRefColor()
1339
return
m_vertexColor
[m_vertexIndice
in getQuarterRefColor()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H
A
D
vktMultiViewRenderTests.cpp
348
vector<tcu::Vec4>
m_vertexColor
;
member in vkt::MultiView::__anon28143::MultiViewRenderTestInstance
640
vertexColor[m_vertexIndices[vertexIdx]] =
m_vertexColor
[vertexIdx];
in createVertexData()
641
m_vertexColor
.assign(vertexColor.begin(), vertexColor.end());
in createVertexData()
686
DE_ASSERT(m_vertexCoord.size() ==
m_vertexColor
.size());
in createVertexBuffer()
707
const size_t dataSize = static_cast<size_t>(
m_vertexColor
.size() * sizeof(
m_vertexColor
[0]));
in createVertexBuffer()
715
deMemcpy(m_vertexColorAlloc->getHostPtr(),
m_vertexColor
.data(), static_cast<size_t>(dataSize));
in createVertexBuffer()
1046
static_cast<deUint32>(sizeof(
m_vertexColor
[0])), // stride;
in makeGraphicsPipeline()
1361
return
m_vertexColor
[colorNdx];
in getQuarterRefColor()
1364
return
m_vertexColor
[m_vertexIndice
in getQuarterRefColor()
[all...]
Completed in 9 milliseconds