Lines Matching refs:offset
369 for (u32 offset = startOffset; offset < bufferSize; ) in GetVSUniformOffset() local
372 command = (CommandBuffer3d*)&bufferAddress[offset]; in GetVSUniformOffset()
389 uniformOffsetArray[const_current_index] = offset; in GetVSUniformOffset()
404 offset += 8; in GetVSUniformOffset()
422 … const_current_addr = ((i == 0) ? command->data : bufferAddress[offset + 4 + 4 * i]) & 0xff; in GetVSUniformOffset()
424 … const_f32_mode = (((i == 0) ? command->data : bufferAddress[offset + 4 + 4 * i]) & 0x80000000); in GetVSUniformOffset()
430 … uniformOffsetArray[const_current_index] = (i == 0) ? offset : (offset + 4 + 4 * i); in GetVSUniformOffset()
455 … const_current_addr = (bufferAddress[offset + 4 + 4 * command->size]) & 0xff; in GetVSUniformOffset()
457 … const_f32_mode = (bufferAddress[offset + 4 + 4 * command->size] & 0x80000000); in GetVSUniformOffset()
466 … uniformOffsetArray[const_current_index] = (i == 0) ? offset : (offset + 4 + 4 * i); in GetVSUniformOffset()
487 offset += (command->size + 1) * 4 + 4; in GetVSUniformOffset()
488 if (offset & 4) in GetVSUniformOffset()
490 offset += 4; in GetVSUniformOffset()