Searched refs:QUAD_COUNT (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 112 QUAD_COUNT = 4 enumerator 115 static const float quadDepths[QUAD_COUNT]; 121 const VkCompareOp depthCompareOps[QUAD_COUNT], 143 VkCompareOp m_depthCompareOps[QUAD_COUNT]; 151 const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT], 166 VkCompareOp m_depthCompareOps[DepthTest::QUAD_COUNT]; 196 Move<VkPipeline> m_graphicsPipelines[DepthTest::QUAD_COUNT]; 202 const float DepthTest::quadDepths[QUAD_COUNT] = 214 const VkCompareOp depthCompareOps[QUAD_COUNT], in DepthTest() argument 232 deMemcpy(m_depthCompareOps, depthCompareOps, sizeof(VkCompareOp) * QUAD_COUNT); in DepthTest() [all …]
|
D | vktPipelineBlendTests.cpp | 127 QUAD_COUNT = 4 enumerator 130 const static VkColorComponentFlags s_colorWriteMasks[QUAD_COUNT]; 137 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]); 145 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; 153 QUAD_COUNT = 4 enumerator 156 const static VkColorComponentFlags s_colorWriteMasks[QUAD_COUNT]; 163 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]); 171 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; 177 …kFormat colorFormat, const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]); 184 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT]; [all …]
|
D | vktPipelineStencilTests.cpp | 95 QUAD_COUNT = 4 enumerator 109 const static StencilStateConfig s_stencilStateConfigs[QUAD_COUNT]; 110 const static float s_quadDepths[QUAD_COUNT]; 176 Move<VkPipeline> m_graphicsPipelines[StencilTest::QUAD_COUNT]; 249 const StencilTest::StencilStateConfig StencilTest::s_stencilStateConfigs[QUAD_COUNT] = 258 const float StencilTest::s_quadDepths[QUAD_COUNT] = 588 for (int quadNdx = 0; quadNdx < StencilTest::QUAD_COUNT; quadNdx++) in StencilTestInstance() 716 …const VkDeviceSize quadOffset = (m_vertices.size() / StencilTest::QUAD_COUNT) * sizeof(Vertex4RG… in StencilTestInstance() 718 for (int quadNdx = 0; quadNdx < StencilTest::QUAD_COUNT; quadNdx++) in StencilTestInstance() 724 vk.cmdDraw(*m_cmdBuffer, (deUint32)(m_vertices.size() / StencilTest::QUAD_COUNT), 1, 0, 0); in StencilTestInstance() [all …]
|