Home
last modified time | relevance | path

Searched refs:stencilBit (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp985 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
987 const int ref = 1 << stencilBit; in test()
1026 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
1028 const int ref = 1 << stencilBit; in test()
1226 for (int stencilBit = 0; stencilBit < stencilBit in test()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1265 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
1267 const int ref = 1 << stencilBit; in test()
1306 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
1308 const int ref = 1 << stencilBit; in test()
1507 for (int stencilBit = 0; stencilBit < stencilBit in test()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp749 const std::string stencilBit = de::toString(static_cast<deUint32>(VK_IMAGE_ASPECT_STENCIL_BIT)) + "u"; in addVerificationComputeShader() local
823 << " result |= " << stencilBit << ";\n" in addVerificationComputeShader()
826 << " result |= " << stencilBit << ";\n" in addVerificationComputeShader() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp747 const std::string stencilBit = de::toString(static_cast<deUint32>(VK_IMAGE_ASPECT_STENCIL_BIT)) + "u"; in addVerificationComputeShader() local
821 << " result |= " << stencilBit << ";\n" in addVerificationComputeShader()
824 << " result |= " << stencilBit << ";\n" in addVerificationComputeShader() local

Completed in 14 milliseconds