Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktPipelineIdentifierTests.cpp225 std::vector<std::string> destPID; in testGraphicsPipelineIdentifier() local
231 destPID = { "IDG_XXXX", "IDG_1111", "IDG_2222" }; in testGraphicsPipelineIdentifier()
237 destPID = { "IDG_0000", "IDG_1111", "IDG_2222" }; in testGraphicsPipelineIdentifier()
301 applyPipelineIdentifier(pipelineIDs[i], destPID[i]); in testGraphicsPipelineIdentifier()
313 applyPipelineIdentifier(pipelineIDs[i], destPID[i]); in testGraphicsPipelineIdentifier()
325 applyPipelineIdentifier(pipelineIDs[i], destPID[i]); in testGraphicsPipelineIdentifier()
412 std::vector<std::string> destPID; in testComputePipelineIdentifier() local
418 destPID = { "IDC_XXXX", "IDC_1111", "IDC_2222" }; in testComputePipelineIdentifier()
424 destPID = { "IDC_0000", "IDC_1111", "IDC_2222" }; in testComputePipelineIdentifier()
488 applyPipelineIdentifier(pipelineIDs[i], destPID[i]); in testComputePipelineIdentifier()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktPipelineIdentifierTests.cpp225 std::vector<std::string> destPID; in testGraphicsPipelineIdentifier() local
231 destPID = { "IDG_XXXX", "IDG_1111", "IDG_2222" }; in testGraphicsPipelineIdentifier()
237 destPID = { "IDG_0000", "IDG_1111", "IDG_2222" }; in testGraphicsPipelineIdentifier()
301 applyPipelineIdentifier(pipelineIDs[i], destPID[i]); in testGraphicsPipelineIdentifier()
313 applyPipelineIdentifier(pipelineIDs[i], destPID[i]); in testGraphicsPipelineIdentifier()
325 applyPipelineIdentifier(pipelineIDs[i], destPID[i]); in testGraphicsPipelineIdentifier()
412 std::vector<std::string> destPID; in testComputePipelineIdentifier() local
418 destPID = { "IDC_XXXX", "IDC_1111", "IDC_2222" }; in testComputePipelineIdentifier()
424 destPID = { "IDC_0000", "IDC_1111", "IDC_2222" }; in testComputePipelineIdentifier()
488 applyPipelineIdentifier(pipelineIDs[i], destPID[i]); in testComputePipelineIdentifier()
[all …]