Home
last modified time | relevance | path

Searched defs:startRegister (Results 1 – 18 of 18) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction3rc.java46 protected final int startRegister; field in BuilderInstruction3rc
52 int startRegister, in BuilderInstruction3rc()
DBuilderInstruction4rcc.java46 protected final int startRegister; field in BuilderInstruction4rcc
53 int startRegister, in BuilderInstruction4rcc()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DRegisterFormatter.java60 …public void writeRegisterRange(IndentingWriter writer, int startRegister, int lastRegister) throws… in writeRegisterRange()
62 assert startRegister <= lastRegister; in writeRegisterRange() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction3rms.java44 protected final int startRegister; field in ImmutableInstruction3rms
49 int startRegister, in ImmutableInstruction3rms()
DImmutableInstruction3rmi.java44 protected final int startRegister; field in ImmutableInstruction3rmi
49 int startRegister, in ImmutableInstruction3rmi()
DImmutableInstruction3rc.java47 protected final int startRegister; field in ImmutableInstruction3rc
53 int startRegister, in ImmutableInstruction3rc()
DImmutableInstructionFactory.java199 int startRegister, in makeInstruction3rc()
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp688 …void Direct3DStateBlock9::setPixelShaderConstantB(unsigned int startRegister, const int *constantD… in setPixelShaderConstantB()
693 …void Direct3DStateBlock9::setPixelShaderConstantF(unsigned int startRegister, const float *constan… in setPixelShaderConstantF()
698 …void Direct3DStateBlock9::setPixelShaderConstantI(unsigned int startRegister, const int *constantD… in setPixelShaderConstantI()
797 …void Direct3DStateBlock9::setVertexShaderConstantB(unsigned int startRegister, const int *constant… in setVertexShaderConstantB()
802 …void Direct3DStateBlock9::setVertexShaderConstantF(unsigned int startRegister, const float *consta… in setVertexShaderConstantF()
807 …void Direct3DStateBlock9::setVertexShaderConstantI(unsigned int startRegister, const int *constant… in setVertexShaderConstantI()
DDirect3DDevice9Ex.cpp439 …long Direct3DDevice9Ex::GetPixelShaderConstantB(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantB()
446 …long Direct3DDevice9Ex::GetPixelShaderConstantF(unsigned int startRegister, float *constantData, u… in GetPixelShaderConstantF()
453 …long Direct3DDevice9Ex::GetPixelShaderConstantI(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantI()
565 …long Direct3DDevice9Ex::GetVertexShaderConstantB(unsigned int startRegister, int *constantData, un… in GetVertexShaderConstantB()
572 …long Direct3DDevice9Ex::GetVertexShaderConstantF(unsigned int startRegister, float *constantData, … in GetVertexShaderConstantF()
579 …long Direct3DDevice9Ex::GetVertexShaderConstantI(unsigned int startRegister, int *constantData, un… in GetVertexShaderConstantI()
733 …long Direct3DDevice9Ex::SetPixelShaderConstantB(unsigned int startRegister, const int *constantDat… in SetPixelShaderConstantB()
740 …long Direct3DDevice9Ex::SetPixelShaderConstantF(unsigned int startRegister, const float *constantD… in SetPixelShaderConstantF()
747 …long Direct3DDevice9Ex::SetPixelShaderConstantI(unsigned int startRegister, const int *constantDat… in SetPixelShaderConstantI()
838 …long Direct3DDevice9Ex::SetVertexShaderConstantB(unsigned int startRegister, const int *constantDa… in SetVertexShaderConstantB()
[all …]
DDirect3DDevice9.cpp1681 …long Direct3DDevice9::GetPixelShaderConstantB(unsigned int startRegister, int *constantData, unsig… in GetPixelShaderConstantB()
1700 …long Direct3DDevice9::GetPixelShaderConstantF(unsigned int startRegister, float *constantData, uns… in GetPixelShaderConstantF()
1722 …long Direct3DDevice9::GetPixelShaderConstantI(unsigned int startRegister, int *constantData, unsig… in GetPixelShaderConstantI()
2081 …long Direct3DDevice9::GetVertexShaderConstantB(unsigned int startRegister, int *constantData, unsi… in GetVertexShaderConstantB()
2100 …long Direct3DDevice9::GetVertexShaderConstantF(unsigned int startRegister, float *constantData, un… in GetVertexShaderConstantF()
2122 …long Direct3DDevice9::GetVertexShaderConstantI(unsigned int startRegister, int *constantData, unsi… in GetVertexShaderConstantI()
2943 …long Direct3DDevice9::SetPixelShaderConstantB(unsigned int startRegister, const int *constantData,… in SetPixelShaderConstantB()
2967 …long Direct3DDevice9::SetPixelShaderConstantF(unsigned int startRegister, const float *constantDat… in SetPixelShaderConstantF()
2994 …long Direct3DDevice9::SetPixelShaderConstantI(unsigned int startRegister, const int *constantData,… in SetPixelShaderConstantI()
5209 …long Direct3DDevice9::SetVertexShaderConstantB(unsigned int startRegister, const int *constantData… in SetVertexShaderConstantB()
[all …]
/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp339 …void Direct3DStateBlock8::setPixelShaderConstant(unsigned int startRegister, const void *constantD… in setPixelShaderConstant()
396 …void Direct3DStateBlock8::setVertexShaderConstant(unsigned int startRegister, const void *constant… in setVertexShaderConstant()
DDirect3DDevice8.cpp1505 …long Direct3DDevice8::GetPixelShaderConstant(unsigned long startRegister, void *constantData, unsi… in GetPixelShaderConstant()
1650 …long Direct3DDevice8::GetVertexShaderConstant(unsigned long startRegister, void *constantData, uns… in GetVertexShaderConstant()
2288 …long Direct3DDevice8::SetPixelShaderConstant(unsigned long startRegister, const void *constantData… in SetPixelShaderConstant()
3945 …long Direct3DDevice8::SetVertexShaderConstant(unsigned long startRegister, const void *constantDat… in SetVertexShaderConstant()
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp430 …void Device::setPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsign… in setPixelShaderConstantF()
477 …void Device::setVertexShaderConstantF(unsigned int startRegister, const float *constantData, unsig… in setVertexShaderConstantF()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp347 …void Device::setPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsign… in setPixelShaderConstantF()
438 …void Device::setVertexShaderConstantF(unsigned int startRegister, const float *constantData, unsig… in setVertexShaderConstantF()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItem.java483 int startRegister = instruction.getStartRegister(); in writeInvokeRangeRegisters() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java286 int startRegister = instruction.getStartRegister(); in makeAnnotator() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java70 Instruction makeInstruction3rc(@Nonnull Opcode opcode, int startRegister, int registerCount, in makeInstruction3rc()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java3680 public int startRegister; field in smaliTreeWalker.register_range_return
5837 …int startRegister = (register_range168!=null?((smaliTreeWalker.register_range_return)register_rang… in insn_format3rc_method() local
5888 …int startRegister = (register_range171!=null?((smaliTreeWalker.register_range_return)register_rang… in insn_format3rc_type() local
6003 …int startRegister = (register_range178!=null?((smaliTreeWalker.register_range_return)register_rang… in insn_format4rcc_method() local