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], 138 VkCompareOp m_depthCompareOps[QUAD_COUNT]; 146 const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT], 159 VkCompareOp m_depthCompareOps[DepthTest::QUAD_COUNT]; 187 Move<VkPipeline> m_graphicsPipelines[DepthTest::QUAD_COUNT]; 193 const float DepthTest::quadDepths[QUAD_COUNT] = 205 const VkCompareOp depthCompareOps[QUAD_COUNT], in DepthTest() argument 219 deMemcpy(m_depthCompareOps, depthCompareOps, sizeof(VkCompareOp) * QUAD_COUNT); in DepthTest() [all …]
|
D | vktPipelineBlendTests.cpp | 101 QUAD_COUNT = 4 enumerator 104 const static VkColorComponentFlags s_colorWriteMasks[QUAD_COUNT]; 111 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]); 118 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; 124 …kFormat colorFormat, const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]); 133 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT]; 153 Move<VkPipeline> m_graphicsPipelines[BlendTest::QUAD_COUNT]; 241 const VkColorComponentFlags BlendTest::s_colorWriteMasks[BlendTest::QUAD_COUNT] = { VK_COLOR_COMPON… 252 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]) in BlendTest() argument 256 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * QUAD_COUNT); in BlendTest() [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]; 167 Move<VkPipeline> m_graphicsPipelines[StencilTest::QUAD_COUNT]; 240 const StencilTest::StencilStateConfig StencilTest::s_stencilStateConfigs[QUAD_COUNT] = 249 const float StencilTest::s_quadDepths[QUAD_COUNT] = 521 for (int quadNdx = 0; quadNdx < StencilTest::QUAD_COUNT; quadNdx++) in StencilTestInstance() 637 …const VkDeviceSize quadOffset = (m_vertices.size() / StencilTest::QUAD_COUNT) * sizeof(Vertex4RG… in StencilTestInstance() 639 for (int quadNdx = 0; quadNdx < StencilTest::QUAD_COUNT; quadNdx++) in StencilTestInstance() 645 vk.cmdDraw(*m_cmdBuffer, (deUint32)(m_vertices.size() / StencilTest::QUAD_COUNT), 1, 0, 0); in StencilTestInstance() [all …]
|