Home
last modified time | relevance | path

Searched defs:constantSize (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java188 int constantSize = constantSize(); in readInfo() local
199 int constantSize = constantSize(); in writeInfo() local
236 private int constantSize() in constantSize() method in SimpleInstruction
DVariableInstruction.java259 int constantSize = constantSize(); in readInfo() local
354 private int constantSize() in constantSize() method
DConstantInstruction.java127 int constantSize = constantSize(); in readInfo() local
137 int constantSize = constantSize(); in writeInfo() local
290 private int constantSize() in constantSize() method in ConstantInstruction
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp909 VkConstantBufferObj::VkConstantBufferObj(VkDeviceObj *device, int constantCount, int constantSize, … in VkConstantBufferObj()