Home
last modified time | relevance | path

Searched refs:irCount (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp470 deUint32 irCount = 0; in verifyInternalRepresentations() local
471 VK_CHECK(vk.getPipelineExecutableInternalRepresentationsKHR(vkDevice, &pipelineExecutableInfo, &irCount, DE_NULL)); in verifyInternalRepresentations()
473 if (irCount == 0) in verifyInternalRepresentations()
478 irs.resize(irCount); in verifyInternalRepresentations()
479 irDatas.resize(irCount); in verifyInternalRepresentations()
480 for (deUint32 irNdx = 0; irNdx < irCount; irNdx++) in verifyInternalRepresentations()
486 VK_CHECK(vk.getPipelineExecutableInternalRepresentationsKHR(vkDevice, &pipelineExecutableInfo, &irCount, &irs[0])); in verifyInternalRepresentations()
488 for (deUint32 irNdx = 0; irNdx < irCount; irNdx++) in verifyInternalRepresentations()
528 VK_CHECK(vk.getPipelineExecutableInternalRepresentationsKHR(vkDevice, &pipelineExecutableInfo, &irCount, &irs[0])); in verifyInternalRepresentations()
530 for (deUint32 irNdx = 0; irNdx < irCount; irNd in verifyInternalRepresentations()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp496 deUint32 irCount = 0; in verifyInternalRepresentations() local
497 VK_CHECK(vk.getPipelineExecutableInternalRepresentationsKHR(vkDevice, &pipelineExecutableInfo, &irCount, DE_NULL)); in verifyInternalRepresentations()
499 if (irCount == 0) in verifyInternalRepresentations()
504 irs.resize(irCount); in verifyInternalRepresentations()
505 irDatas.resize(irCount); in verifyInternalRepresentations()
506 for (deUint32 irNdx = 0; irNdx < irCount; irNdx++) in verifyInternalRepresentations()
512 VK_CHECK(vk.getPipelineExecutableInternalRepresentationsKHR(vkDevice, &pipelineExecutableInfo, &irCount, &irs[0])); in verifyInternalRepresentations()
514 for (deUint32 irNdx = 0; irNdx < irCount; irNdx++) in verifyInternalRepresentations()
554 VK_CHECK(vk.getPipelineExecutableInternalRepresentationsKHR(vkDevice, &pipelineExecutableInfo, &irCount, &irs[0])); in verifyInternalRepresentations()
556 for (deUint32 irNdx = 0; irNdx < irCount; irNd in verifyInternalRepresentations()
[all...]

Completed in 4 milliseconds