Home
last modified time | relevance | path

Searched refs:setIdx (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp289 …VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout, deUint32 setIdx, deUint32 descript… in updateWithPush() argument
313 vk.cmdPushDescriptorSetKHR(cmd, bindPoint, pipelineLayout, setIdx, count, writePtr); in updateWithPush()
DvkBuilderUtil.hpp178 …VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout, deUint32 setIdx, deUint32 descript…
/third_party/skia/tests/
DPathOpsCubicIntersectionTest.cpp642 static void selfOneOff(skiatest::Reporter* reporter, int setIdx) { in selfOneOff() argument
643 const CubicPts& cubic = selfSet[setIdx]; in selfOneOff()