Home
last modified time | relevance | path

Searched refs:retire (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.hpp38 void retire();
H A DVkSwapchainKHR.cpp61 void SwapchainKHR::retire() in retire() function in vk::SwapchainKHR
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp76 Current.IR.getInstruction()->retire(); in consumeCurrentToken()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h539 void retire() { in retire() function in llvm::Instruction
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c2000 unsigned retire, picnum; in dirac_decode_picture_header() local
2051 /* retire the reference frames that are not used anymore */ in dirac_decode_picture_header()
2053 retire = (picnum + dirac_get_se_golomb(gb)) & 0xFFFFFFFF; in dirac_decode_picture_header()
2054 if (retire != picnum) { in dirac_decode_picture_header()
2055 DiracFrame *retire_pic = remove_frame(s->ref_frames, retire); in dirac_decode_picture_header()
2060 av_log(s->avctx, AV_LOG_DEBUG, "Frame to retire not found\n"); in dirac_decode_picture_header()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp4151 vk::Cast(pCreateInfo->oldSwapchain)->retire(); in vkCreateSwapchainKHR()

Completed in 15 milliseconds