Searched refs:Decoded (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 664 Waitcnt Decoded; in decodeWaitcnt() local 665 Decoded.VmCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt() 666 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt() 667 Decoded.LgkmCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt() 668 return Decoded; in decodeWaitcnt() 702 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded) { in encodeWaitcnt() argument 703 return encodeWaitcnt(Version, Decoded.VmCnt, Decoded.ExpCnt, Decoded.LgkmCnt); in encodeWaitcnt()
|
D | AMDGPUBaseInfo.h | 457 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | video_extensions.txt | 35 decode operations as <<decoded-output-picture,Output>> and <<dpb,Decoded 51 === Decoded Output Picture 54 *Decoded Output Picture*, represented by a slink:VkImageView. 73 === Decoded Picture Buffer (DPB) 78 stored in a *Decoded Picture Buffer (DPB)* as an indexed set of 94 This specification refers to the collection of the *Decoded Picture Buffer* 95 and *Reconstructed Pictures* as <<dpb, Decoded Picture Buffer (DPB) Set>>, 100 === Decoded Picture Buffer (DPB) Slot 102 *Decoded Picture Buffer (DPB) Slot* represents a single or multi-layer 331 <<decoded-output-picture, Decoded output pictures>> may: be used as
|
D | video_decode_extensions.txt | 305 <<decoded-output-picture,Decoded Output Picture>> Resource.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNHazardRecognizer.cpp | 1002 AMDGPU::Waitcnt Decoded = AMDGPU::decodeWaitcnt(IV, Imm); in fixSMEMtoVectorWriteHazards() local 1003 return (Decoded.LgkmCnt == 0); in fixSMEMtoVectorWriteHazards()
|
/third_party/bounds_checking_function/src/ |
D | output.inl | 842 * Decoded size identifier in format string to Reduce the number of lines of function code 867 * Decoded size identifier in format string, and skip format to next charater 921 * Decoded char type identifier 1017 * Decoded string identifier
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 916 callback_->Decoded (frame); in Decode_m()
|
/third_party/skia/third_party/externals/libwebp/ |
D | README | 773 // F) Decoded image is now in config.output (and config.output.u.RGBA).
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkVulkan_c.inl | 859 deUint16 FrameNum; // 7.4.3.3 Decoded reference picture marking semantics
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 10538 Decoded patterns can be used for matching in the usual way, and must be
|
/third_party/node/deps/openssl/openssl/ |
D | CHANGES.md | 990 OSSL_STORE_INFO_CRL. Decoded public keys would previously have been reported
|
/third_party/openssl/ |
D | CHANGES.md | 928 OSSL_STORE_INFO_CRL. Decoded public keys would previously have been reported
|