Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp112 struct MeshParams struct
114 tcu::Vec4 color;
115 float depth;
116 float scaleX;
117 float scaleY;
118 float offsetX;
119 float offsetY;
121MeshParams(const tcu::Vec4 &color_ = kDefaultTriangleColor, float depth_ = 0.0f, float scaleX_ = 1… in MeshParams() function
H A DvktPipelineExtendedDynamicStateTests.cpp1440 struct MeshParams struct
1442 tcu::Vec4 color;
1443 float depth;
1444 bool reversed;
1445 float scaleX;
1446 float scaleY;
1447 float offsetX;
1448 float offsetY;
1449 float stripScale;
1451MeshParams(const tcu::Vec4 &color_ = kDefaultTriangleColor, float depth_ = 0.0f, bool reversed_ = … in MeshParams() argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectLinkTests.cpp98 struct MeshParams struct
100 MeshShaders shaders;
101 bool randomOrder;
102 MeshNextStages nextStages;