Searched refs:wIdx (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libxavs2.c | 134 int wIdx; in xavs2_copy_frame_with_shift() local 141 for (wIdx = 0; wIdx < pic->img.i_width[plane]; wIdx++) { in xavs2_copy_frame_with_shift() 142 p_plane[wIdx] = p_buffer[wIdx] << shift_in; in xavs2_copy_frame_with_shift()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 965 deUint32 wIdx = 2 * iterIdx; in iterate() local 967 waitSemaphoreSubmitInfos[wIdx].value = wIdx == 0 ? 0u : m_iterations[iterIdx - 1]->cpuValue; in iterate() 968 signalSemaphoreSubmitInfos[wIdx].value = m_iterations[iterIdx]->writeValue; in iterate() 971 wIdx == 0 ? 0u : 1u, // deUint32 waitSemaphoreInfoCount in iterate() 972 &waitSemaphoreSubmitInfos[wIdx], // const VkSemaphoreSubmitInfoKHR* pWaitSemaphoreInfos in iterate() 974 &commandBufferSubmitInfos[wIdx], // const VkCommandBufferSubmitInfoKHR* pCommandBufferInfos in iterate() 976 &signalSemaphoreSubmitInfos[wIdx], // const VkSemaphoreSubmitInfoKHR* pSignalSemaphoreInfos in iterate() 977 wIdx == 0 ? DE_FALSE : DE_TRUE, in iterate() 981 VkCommandBuffer cmdBuffer = commandBufferSubmitInfos[wIdx] in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 960 deUint32 wIdx = 2 * iterIdx; in iterate() local 962 waitSemaphoreSubmitInfos[wIdx].value = wIdx == 0 ? 0u : m_iterations[iterIdx - 1]->cpuValue; in iterate() 963 signalSemaphoreSubmitInfos[wIdx].value = m_iterations[iterIdx]->writeValue; in iterate() 966 wIdx == 0 ? 0u : 1u, // deUint32 waitSemaphoreInfoCount in iterate() 967 &waitSemaphoreSubmitInfos[wIdx], // const VkSemaphoreSubmitInfoKHR* pWaitSemaphoreInfos in iterate() 969 &commandBufferSubmitInfos[wIdx], // const VkCommandBufferSubmitInfoKHR* pCommandBufferInfos in iterate() 971 &signalSemaphoreSubmitInfos[wIdx], // const VkSemaphoreSubmitInfoKHR* pSignalSemaphoreInfos in iterate() 972 wIdx == 0 ? DE_FALSE : DE_TRUE, in iterate() 976 VkCommandBuffer cmdBuffer = commandBufferSubmitInfos[wIdx] in iterate() [all...] |
Completed in 8 milliseconds