HomeSort by relevance Sort by last modified time
    Searched defs:FrameInfo (Results 51 - 61 of 61) sorted by null

1 23

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 495 const MachineFrameInfo *FrameInfo = MF->getFrameInfo();
501 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
506 if (FrameInfo->isSpillSlotObjectIndex(FI))
509 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
514 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]
  /external/v4l2_codec2/vda/
vp9_parser.h 392 struct FrameInfo {
393 FrameInfo() = default;
394 FrameInfo(const uint8_t* ptr, off_t size);
405 std::deque<FrameInfo> ParseSuperframe();
420 // FrameInfo for the remaining frames in the current superframe to be parsed.
421 std::deque<FrameInfo> frames_;
425 FrameInfo curr_frame_info_;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 230 MDPComp::FrameInfo::FrameInfo() {
235 void MDPComp::FrameInfo::reset(const int& numLayers) {
256 void MDPComp::FrameInfo::map() {
277 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
283 bool MDPComp::LayerCache::isSameFrame(const FrameInfo& curFrame,
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 247 MDPComp::FrameInfo::FrameInfo() {
252 void MDPComp::FrameInfo::reset(const int& numLayers) {
273 void MDPComp::FrameInfo::map() {
302 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
308 bool MDPComp::LayerCache::isSameFrame(const FrameInfo& curFrame,
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 289 MDPComp::FrameInfo::FrameInfo() {
294 void MDPComp::FrameInfo::reset(const int& numLayers) {
315 void MDPComp::FrameInfo::map() {
336 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
342 bool MDPComp::LayerCache::isSameFrame(const FrameInfo& curFrame,
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 313 MDPComp::FrameInfo::FrameInfo() {
318 void MDPComp::FrameInfo::reset(const int& numLayers) {
339 void MDPComp::FrameInfo::map() {
360 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
366 bool MDPComp::LayerCache::isSameFrame(const FrameInfo& curFrame,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 875 milliseconds

1 23