OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowerRightVertex
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp
726
const Vertex4RGBA
lowerRightVertex
=
739
vertices.push_back(
lowerRightVertex
);
743
vertices.push_back(
lowerRightVertex
);
765
const Vertex4Tex4
lowerRightVertex
=
779
lowerRightVertex
,
783
lowerRightVertex
,
816
const Vertex4Tex4
lowerRightVertex
=
828
vertices.push_back(
lowerRightVertex
);
831
vertices.push_back(
lowerRightVertex
);
vktPipelinePushConstantTests.cpp
448
const Vertex4RGBA
lowerRightVertex
= {tcu::Vec4(size, -size, 0.0f, 1.0f), color};
453
vertices.push_back(
lowerRightVertex
);
456
vertices.push_back(
lowerRightVertex
);
[
all
...]
Completed in 986 milliseconds