HomeSort by relevance Sort by last modified time
    Searched refs:QUAD_COUNT (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 97 QUAD_COUNT = 4
100 const static VkColorComponentFlags s_colorWriteMasks[QUAD_COUNT];
107 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]);
114 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT];
120 BlendTestInstance (Context& context, const VkFormat colorFormat, const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]);
129 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT];
149 Move<VkPipeline> m_graphicsPipelines[BlendTest::QUAD_COUNT];
239 const VkColorComponentFlags BlendTest::s_colorWriteMasks[BlendTest::QUAD_COUNT] = { VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT, // Pair of channels: R & G
250 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT])
254 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * QUAD_COUNT);
    [all...]
vktPipelineDepthTests.cpp 110 QUAD_COUNT = 4
113 static const float quadDepths[QUAD_COUNT];
119 const VkCompareOp depthCompareOps[QUAD_COUNT]);
126 VkCompareOp m_depthCompareOps[QUAD_COUNT];
132 DepthTestInstance (Context& context, const VkFormat depthFormat, const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT]);
140 VkCompareOp m_depthCompareOps[DepthTest::QUAD_COUNT];
163 Move<VkPipeline> m_graphicsPipelines[DepthTest::QUAD_COUNT];
171 const float DepthTest::quadDepths[QUAD_COUNT] =
183 const VkCompareOp depthCompareOps[QUAD_COUNT])
187 deMemcpy(m_depthCompareOps, depthCompareOps, sizeof(VkCompareOp) * QUAD_COUNT);
    [all...]
vktPipelineStencilTests.cpp 95 QUAD_COUNT = 4
109 const static StencilStateConfig s_stencilStateConfigs[QUAD_COUNT];
110 const static float s_quadDepths[QUAD_COUNT];
167 Move<VkPipeline> m_graphicsPipelines[StencilTest::QUAD_COUNT];
243 const StencilTest::StencilStateConfig StencilTest::s_stencilStateConfigs[QUAD_COUNT] =
252 const float StencilTest::s_quadDepths[QUAD_COUNT] =
726 for (int quadNdx = 0; quadNdx < StencilTest::QUAD_COUNT; quadNdx++)
    [all...]

Completed in 53 milliseconds