Home
last modified time | relevance | path

Searched refs:expectedNullHandle (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktPipelineIdentifierTests.cpp292 std::vector<deUint8> expectedNullHandle (pipelineCount); in testGraphicsPipelineIdentifier() local
297 expectedNullHandle[0] = 1; in testGraphicsPipelineIdentifier()
304 expectedNullHandle[i] = 0; in testGraphicsPipelineIdentifier()
316 expectedNullHandle[i] = (i == 0); in testGraphicsPipelineIdentifier()
328 expectedNullHandle[i] = 0; in testGraphicsPipelineIdentifier()
339 if (expectedNullHandle[i] == 0 && pipelines[i] == DE_NULL) in testGraphicsPipelineIdentifier()
344 if (expectedNullHandle[i] != 0 && pipelines[i] != DE_NULL) in testGraphicsPipelineIdentifier()
479 std::vector<deUint8> expectedNullHandle (pipelineCount); in testComputePipelineIdentifier() local
484 expectedNullHandle[0] = 1; in testComputePipelineIdentifier()
491 expectedNullHandle[i] = 0; in testComputePipelineIdentifier()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktPipelineIdentifierTests.cpp292 std::vector<deUint8> expectedNullHandle (pipelineCount); in testGraphicsPipelineIdentifier() local
297 expectedNullHandle[0] = 1; in testGraphicsPipelineIdentifier()
304 expectedNullHandle[i] = 0; in testGraphicsPipelineIdentifier()
316 expectedNullHandle[i] = (i == 0); in testGraphicsPipelineIdentifier()
328 expectedNullHandle[i] = 0; in testGraphicsPipelineIdentifier()
339 if (expectedNullHandle[i] == 0 && pipelines[i] == DE_NULL) in testGraphicsPipelineIdentifier()
344 if (expectedNullHandle[i] != 0 && pipelines[i] != DE_NULL) in testGraphicsPipelineIdentifier()
479 std::vector<deUint8> expectedNullHandle (pipelineCount); in testComputePipelineIdentifier() local
484 expectedNullHandle[0] = 1; in testComputePipelineIdentifier()
491 expectedNullHandle[i] = 0; in testComputePipelineIdentifier()
[all …]