Searched refs:wIdx (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libxavs2.c | 131 int wIdx; in xavs2_copy_frame_with_shift() local 138 for (wIdx = 0; wIdx < pic->img.i_width[plane]; wIdx++) { in xavs2_copy_frame_with_shift() 139 p_plane[wIdx] = p_buffer[wIdx] << shift_in; in xavs2_copy_frame_with_shift()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
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].commandBuffer; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
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].commandBuffer; in iterate()
|