Searched refs:expectedNullHandle (Results 1 – 2 of 2) sorted by relevance
292 std::vector<deUint8> expectedNullHandle (pipelineCount); in testGraphicsPipelineIdentifier() local297 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() local484 expectedNullHandle[0] = 1; in testComputePipelineIdentifier()491 expectedNullHandle[i] = 0; in testComputePipelineIdentifier()[all …]