Home
last modified time | relevance | path

Searched defs:MeshParams (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp118 struct MeshParams struct
120 tcu::Vec4 color;
121 float depth;
122 float scaleX;
123 float scaleY;
124 float offsetX;
125 float offsetY;
127 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() function
DvktPipelineExtendedDynamicStateTests.cpp1007 struct MeshParams struct
1009 tcu::Vec4 color;
1010 float depth;
1011 bool reversed;
1012 float scaleX;
1013 float scaleY;
1014 float offsetX;
1015 float offsetY;
1016 float stripScale;
1018 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp120 struct MeshParams struct
122 tcu::Vec4 color;
123 float depth;
124 float scaleX;
125 float scaleY;
126 float offsetX;
127 float offsetY;
129 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() argument
DvktPipelineExtendedDynamicStateTests.cpp1360 struct MeshParams struct
1362 tcu::Vec4 color;
1363 float depth;
1364 bool reversed;
1365 float scaleX;
1366 float scaleY;
1367 float offsetX;
1368 float offsetY;
1369 float stripScale;
1371 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectLinkTests.cpp91 struct MeshParams { struct
92 MeshShaders shaders;
93 bool randomOrder;
94 MeshNextStages nextStages;