Home
last modified time | relevance | path

Searched refs:QUAD_COUNT (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDepthTests.cpp123 QUAD_COUNT = 4 enumerator
126 static const float quadDepths[QUAD_COUNT];
127 static const float quadDepthsMinusOneToOne[QUAD_COUNT];
128 static const float quadWs[QUAD_COUNT];
135 const VkCompareOp depthCompareOps[QUAD_COUNT],
162 VkCompareOp m_depthCompareOps[QUAD_COUNT];
171 const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT],
189 VkCompareOp m_depthCompareOps[DepthTest::QUAD_COUNT];
225 GraphicsPipelineWrapper m_graphicsPipelines[DepthTest::QUAD_COUNT];
226 GraphicsPipelineWrapper m_altGraphicsPipelines[DepthTest::QUAD_COUNT];
[all …]
DvktPipelineBlendTests.cpp127 QUAD_COUNT = 4 enumerator
130 const static VkColorComponentFlags s_colorWriteMasks[QUAD_COUNT];
138 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]);
147 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT];
155 QUAD_COUNT = 4 enumerator
158 const static VkColorComponentFlags s_colorWriteMasks[QUAD_COUNT];
166 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]);
175 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT];
181 …kFormat colorFormat, const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]);
188 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT];
[all …]
DvktPipelineStencilTests.cpp94 QUAD_COUNT = 4 enumerator
108 const static StencilStateConfig s_stencilStateConfigs[QUAD_COUNT];
109 const static float s_quadDepths[QUAD_COUNT];
178 GraphicsPipelineWrapper m_graphicsPipelines[StencilTest::QUAD_COUNT];
251 const StencilTest::StencilStateConfig StencilTest::s_stencilStateConfigs[QUAD_COUNT] =
260 const float StencilTest::s_quadDepths[QUAD_COUNT] =
627 for (int quadNdx = 0; quadNdx < StencilTest::QUAD_COUNT; quadNdx++)
750 …const VkDeviceSize quadOffset = (m_vertices.size() / StencilTest::QUAD_COUNT) * sizeof(Vertex4RG…
752 for (int quadNdx = 0; quadNdx < StencilTest::QUAD_COUNT; quadNdx++)
758 vk.cmdDraw(*m_cmdBuffer, (deUint32)(m_vertices.size() / StencilTest::QUAD_COUNT), 1, 0, 0);
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp123 QUAD_COUNT = 4 enumerator
126 static const float quadDepths[QUAD_COUNT];
127 static const float quadDepthsMinusOneToOne[QUAD_COUNT];
128 static const float quadWs[QUAD_COUNT];
135 const VkCompareOp depthCompareOps[QUAD_COUNT],
162 VkCompareOp m_depthCompareOps[QUAD_COUNT];
171 const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT],
189 VkCompareOp m_depthCompareOps[DepthTest::QUAD_COUNT];
225 GraphicsPipelineWrapper m_graphicsPipelines[DepthTest::QUAD_COUNT];
226 GraphicsPipelineWrapper m_altGraphicsPipelines[DepthTest::QUAD_COUNT];
[all …]
DvktPipelineBlendTests.cpp127 QUAD_COUNT = 4 enumerator
130 const static VkColorComponentFlags s_colorWriteMasks[QUAD_COUNT];
138 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]);
147 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT];
155 QUAD_COUNT = 4 enumerator
158 const static VkColorComponentFlags s_colorWriteMasks[QUAD_COUNT];
166 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]);
175 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT];
181 …kFormat colorFormat, const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]);
188 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT];
[all …]
DvktPipelineStencilTests.cpp94 QUAD_COUNT = 4 enumerator
108 const static StencilStateConfig s_stencilStateConfigs[QUAD_COUNT];
109 const static float s_quadDepths[QUAD_COUNT];
178 GraphicsPipelineWrapper m_graphicsPipelines[StencilTest::QUAD_COUNT];
251 const StencilTest::StencilStateConfig StencilTest::s_stencilStateConfigs[QUAD_COUNT] =
260 const float StencilTest::s_quadDepths[QUAD_COUNT] =
627 for (int quadNdx = 0; quadNdx < StencilTest::QUAD_COUNT; quadNdx++)
750 …const VkDeviceSize quadOffset = (m_vertices.size() / StencilTest::QUAD_COUNT) * sizeof(Vertex4RG…
752 for (int quadNdx = 0; quadNdx < StencilTest::QUAD_COUNT; quadNdx++)
758 vk.cmdDraw(*m_cmdBuffer, (deUint32)(m_vertices.size() / StencilTest::QUAD_COUNT), 1, 0, 0);
[all …]