Home
last modified time | relevance | path

Searched refs:stencilBit (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp985 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
987 const int ref = 1 << stencilBit; in test()
1026 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
1028 const int ref = 1 << stencilBit; in test()
1226 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
1228 const int mask = 1 << stencilBit; in test()
1260 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
1262 const int mask = 1 << stencilBit; in test()
1291 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
1293 const int mask = 1 << stencilBit; in test()
[all …]
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp1264 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
1266 const int ref = 1 << stencilBit; in test()
1305 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
1307 const int ref = 1 << stencilBit; in test()
1506 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
1508 const int mask = 1 << stencilBit; in test()
1540 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
1542 const int mask = 1 << stencilBit; in test()
1571 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test() local
1573 const int mask = 1 << stencilBit; in test()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp810 …const std::string stencilBit = de::toString(static_cast<deUint32>(VK_IMAGE_ASPECT_STENCIL_BIT)) … in addVerificationComputeShader() local
884 << " result |= " << stencilBit << ";\n" in addVerificationComputeShader()
887 << " result |= " << stencilBit << ";\n" in addVerificationComputeShader()