OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowerLeftVertex
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp
716
const Vertex4RGBA
lowerLeftVertex
=
738
vertices.push_back(
lowerLeftVertex
);
755
const Vertex4Tex4
lowerLeftVertex
=
778
lowerLeftVertex
,
806
const Vertex4Tex4
lowerLeftVertex
=
813
Vec4(
lowerLeftVertex
.position.x(),
lowerLeftVertex
.position.y() + rowSize, 0.0f, 1.0f),
818
Vec4(
lowerLeftVertex
.position.x() + columnSize,
lowerLeftVertex
.position.y(), 0.0f, 1.0f),
823
Vec4(
lowerLeftVertex
.position.x() + columnSize, lowerLeftVertex.position.y() + rowSize, 0.0f, 1.0f)
[
all
...]
vktPipelinePushConstantTests.cpp
447
const Vertex4RGBA
lowerLeftVertex
= {tcu::Vec4(-size, -size, 0.0f, 1.0f), color};
452
vertices.push_back(
lowerLeftVertex
);
[
all
...]
Completed in 134 milliseconds