Home
last modified time | relevance | path

Searched refs:jitted_ (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DVertexDecoderCommon.cpp179 VertexDecoder::VertexDecoder() : decoded_(nullptr), ptr_(nullptr), jitted_(0), jittedSize_(0) { in VertexDecoder()
1271 jitted_ = jitCache->Compile(*this, &jittedSize_); in SetVertexType()
1272 if (!jitted_) { in SetVertexType()
1294 if (jitted_) { in DecodeVerts()
1296 jitted_(ptr_, decoded_, count); in DecodeVerts()
1346 if (!jitted_) in GetString()
1350 lines = DisassembleArm64((const u8 *)jitted_, jittedSize_); in GetString()
1352 lines = DisassembleArm2((const u8 *)jitted_, jittedSize_); in GetString()
1354 lines = DisassembleX86((const u8 *)jitted_, jittedSize_); in GetString()
H A DVertexDecoderCommon.h555 JittedVertexDecoder jitted_; variable
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DVertexDecoderCommon.cpp179 VertexDecoder::VertexDecoder() : decoded_(nullptr), ptr_(nullptr), jitted_(0), jittedSize_(0) { in VertexDecoder()
1271 jitted_ = jitCache->Compile(*this, &jittedSize_); in SetVertexType()
1272 if (!jitted_) { in SetVertexType()
1294 if (jitted_) { in DecodeVerts()
1296 jitted_(ptr_, decoded_, count); in DecodeVerts()
1346 if (!jitted_) in GetString()
1350 lines = DisassembleArm64((const u8 *)jitted_, jittedSize_); in GetString()
1352 lines = DisassembleArm2((const u8 *)jitted_, jittedSize_); in GetString()
1354 lines = DisassembleX86((const u8 *)jitted_, jittedSize_); in GetString()
H A DVertexDecoderCommon.h555 JittedVertexDecoder jitted_; variable
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DVertexDecoderCommon.cpp179 VertexDecoder::VertexDecoder() : decoded_(nullptr), ptr_(nullptr), jitted_(0), jittedSize_(0) { in VertexDecoder()
1271 jitted_ = jitCache->Compile(*this, &jittedSize_); in SetVertexType()
1272 if (!jitted_) { in SetVertexType()
1294 if (jitted_) { in DecodeVerts()
1296 jitted_(ptr_, decoded_, count); in DecodeVerts()
1346 if (!jitted_) in GetString()
1350 lines = DisassembleArm64((const u8 *)jitted_, jittedSize_); in GetString()
1352 lines = DisassembleArm2((const u8 *)jitted_, jittedSize_); in GetString()
1354 lines = DisassembleX86((const u8 *)jitted_, jittedSize_); in GetString()
H A DVertexDecoderCommon.h555 JittedVertexDecoder jitted_; variable